main-apidocs-erlang-estdlib-net-underscore-kernel.md
An implementation of the Erlang/OTP net_kernel interface.
Behaviours: gen_server.
This module implements a strict subset of the Erlang/OTP net_kernel interface.
| epmd_module/0 | Get the epmd client module implementation. | | get_net_ticktime/0 | Get the current net tick time. | | get_state/0 | Get state of erlang distribution. | | start/2 | Start erlang distribution. | | stop/0 | Stop erlang distribution. |
epmd_module() -> module()
Get the epmd client module implementation.
get_net_ticktime() -> pos_integer()
Get the current net tick time
get_state() -> map()
Get state of erlang distribution
start(Name::atom(), Options0::map()) -> {ok, pid()}
Name: name of the node
Start erlang distribution
stop() -> any()
Stop erlang distribution