Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (9 loc) · 358 Bytes

File metadata and controls

9 lines (9 loc) · 358 Bytes

UDP data sender/receiver

Reads, sends and transmits records consiting of 32-bit id and a UTF-8 string through UDP. Maximum record size is 508 bytes to ensure UDP packets are allowed anywhere. To run:

sudo apt install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
cargo run

On NixOS shell.nix should provide all dependencies needed.