Basic testing
open terminal
open udp connection using netcat
nc -u <ip> <port>
Start sending messages, and you will see them in the server logs.
Last modified: 13 December 2024
open terminal
open udp connection using netcat nc -u <ip> <port>
Start sending messages, and you will see them in the server logs.