inet_tcp_dist v0.1.1 API Reference

Modules

Sample of an EAPMD client that just checks if the name is known on this node. You can manually add nodes to this register to make it work

This is a Proof of Concept. Using InetTcp_dist you can create your own discovery module!

Struct to descibe a node. It needs to be updated to be of better use

This module replaces the standard :inet_tcp_dist from Erlang and introduces a new function call to replace DNS lookups for Erlang Distribution. The EPMD module is required to have this function implemented. It is not checked during compilation since the callback is done dynamically