First commit

This commit is contained in:
Henrik, Sölver
2022-08-05 19:52:12 +02:00
commit a402c29550
3 changed files with 73 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# UDP receiver
Just a small example how server receiving UDP packets can be implemented in Go.
To send to it `nc` can be used
`echo -n "some string" | nc -4 -u -w 0 localhost 30000`
Sending `stop` will make the program exit.