Skip to content

Latest commit

 

History

History

udp_listener

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
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
UDP

UDP listener

Level :

What does it do ? ✨

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.

What hardware is needed ? 💾 🔌

none

Software dependencies 🌈 📂

nodejs

How to run ? 🚀

node server.js

How to modify ? 🔩 🔨

you're not expected to modify it, it's for testing