examples/udp-echo at master · cawfeecoder/examples · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

udp-echo

Usage

server

cd examples/udp-echo
cargo run
# Started http server: 127.0.0.1:12345

socat client

Copy port provided in server output and run following command to communicate with the udp server:

socat - UDP4:localhost:12345