Example for sending and receiving messsages?
Closed this issue · 3 comments
pixtur commented
Hi. This library looks great!
Is there some introduction material on how to get started, e.g. like send receiving simple messages over UDP?
kind regards,
tom
philltew commented
Thank you Tom,
Jon Skeet has a simple sender receiver demo and accompanying blog post
There is currently no material of that sort as part of OscCore, the purpose of OscCore is to be a performant OSC format library while being transport layer agnostic.
Rug.Osc has lots of this sort of thing, is very easy to get up and running with and is perfectly good for most use cases.
philltew commented
I'm closing this issue as I can see you have decided to use Rug.Osc in your project.
pixtur commented
Hi. Thanks again. Indeed Rug.Osc does a very good job so far.