Go to file
2022-04-06 19:54:42 +02:00
src (deps) replace hexyl with our own hexhex lib 2022-04-06 19:54:42 +02:00
.gitignore UDP server hexdump to console example 2022-04-06 19:54:30 +02:00
Cargo.lock (deps) flume: default-features = false 2022-04-06 19:54:42 +02:00
Cargo.toml (deps) flume: default-features = false 2022-04-06 19:54:42 +02:00
README.md UDP server hexdump to console example 2022-04-06 19:54:30 +02:00

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.