I've been building an application based on the cnode tutorial http://www.erlang.org/doc/tutorial/cnode.html and all is looking fine - my question however is, is there a way to do something similar to nodes()
or net_adm:world()
to get a list of the cnodes connected?
At the moment I'm not able to see the node using either command.