Here’s my solution for the Talk with Distributed Erlang exercise.
You can run the program by calling the start function, but first you must generate a cookie and start two named Erlang nodes using the following commands:
- echo -n “dh32d8yhd8″ > erlang.cookie
- erl -name Node1 -cookie
- erl -name Node2 -cookie
Related posts:





Leave a Reply