Is there a way to query the name table that epmd daemon manages?
The nodes() function isn’t very helpful on that front.
NOTE: I am looking for an API aside from parsing the output generated through stdout.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To query nodes visible for epmd, call:
To get a list of connected nodes and their ports:
The first call returns you the table in a crash dump format. If you are interested in acquiring the actual ports, use the second one.