UDP Polygon
An opiniated UDP listener and publisher
Configuration
There are many ways to configure your UDP client and server
- From a TOML file
- By passing arguments
let config = from_arguments;
- From enviroment variables
let config = from_env;
Examples
- send_fa (example by passing arguments)
- receive_fa (example by passing arguments)
- send_toml (example by using a toml file)
- receive_toml (example by using a toml file)