I have a couple of interconnected computers. Erlang node runs on each machine, and I would like to communicate with each other, passing the terms Erlang (peer-to-peer style). However, the nodes on other computers are listed in nodes()only after I net_adm:pingpublished them, etc. Is there a way to find out that all nodes (with the same cookie) are on the local network (and without a list of neighbors stored on each computer)?
source
share