template | title | description | language | tags | |
---|---|---|---|---|---|
true |
UDP listener |
Opens a UDP socket which listens for messages and then prints them in hex form to the console. |
en |
|
This is a couple of Nodejs scripts. server.js
opens a UDP socket which listens for messages and then prints them in hex form to the console. The tester script sends a random byte to the server every second.
none
nodejs
node server.js
you're not expected to modify it, it's for testing