Closed memoriesadrift closed 1 year ago
Closes #2
Listens on port 18018 and receives messages. Verify with telnet 0.0.0.0 18018 Attempts to connecto to port 18017 and send a hello message. Verify with nc -l 18017 then run server.
telnet 0.0.0.0 18018
nc -l 18017
Closes #2
Listens on port 18018 and receives messages. Verify with
telnet 0.0.0.0 18018
Attempts to connecto to port 18017 and send a hello message. Verify withnc -l 18017
then run server.