erl_dist
Rust Implementation of Erlang Distribution Protocol.
The distribution protocol is used to communicate with distributed erlang nodes.
Examples
- EPMD Client Example: epmd_cli.rs
- Client Node Example: send_msg.rs
- Server Node Example: recv_msg.rs
Rust Implementation of Erlang Distribution Protocol.
The distribution protocol is used to communicate with distributed erlang nodes.