UDP server hexdump to console example

Just a small UDP server which listen in its own thread and sends the
messages it receives via a flume unbounded channel to the main thread
which prints the received message as a hexdump to the console.
This commit is contained in:
2022-02-11 14:43:53 +01:00
commit 59a009594f
5 changed files with 454 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target