Skip to content

tverlaan/inet_tcp_dist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InetTcp_dist

Build Status Hex.pm Version

A library that implements (to some level) another way of setting up Erlang Distribution. You need to use a custom EPMD module as well. There are two options available in this repo which work to some extent. It's still a work in progress.

Installation

If available in Hex, the package can be installed by adding inet_tcp_dist to your list of dependencies in mix.exs:

def deps do
  [{:inet_tcp_dist, "~> 0.1.3"}]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/inet_tcp_dist.

Usage

mix compile

iex --erl \
  "-proto_dist Elixir.InetTcp
  -start_epmd false
  -epmd_module Elixir.EAPMD.MDNS
  -pa _build/dev/lib/dns/ebin _build/dev/lib/inet_tcp_dist/ebin" \
  --sname foo

About

Custom Erlang Distribution implementation based on the original

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages