Files
UdpSocketServer/README.md
Thomas Sazerat 3210d747ee Update README.md
2024-03-11 15:20:51 +01:00

27 lines
369 B
Markdown

# UdpSockerServer
This program listen on an ip for UDP message and print them.
## Build
Use this command
````
cargo build
````
## Run
Use this command, it will compile the source code to an executable
````
cargo run
````
## Installation
Go to release and download the .exe file, then run it. A version for linux will be available soon.
## Authors
@Namularbre