1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/udp-echo
2019-02-22 15:00:58 +05:00
..
src code review fixes 2019-02-22 15:00:58 +05:00
Cargo.toml code review fixes 2019-02-22 15:00:58 +05:00
README.md udp echo server example 2019-02-20 22:21:59 +05:00

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