klingtnet / rosc

An OSC library for Rust.
Apache License 2.0
173 stars 25 forks source link

Add TCP examples #50

Open klingtnet opened 1 year ago

klingtnet commented 1 year ago

At the moment there are only examples showing how to receive and send using a UDP socket. We should add related examples for sending and receiving OSC messsages over a TCP socket. Note that we must use decoder::decode_tcp then, encoding stays the same, though.