GOSH. I haven't checked this board for ages, but we still don't have an OSC app. I think it's time to SORT IT OUT.
A quick google search brings up this new development:
http://github.com/bzztbomb/WiShieldOSC
bzztbomb's code is an arduino sketch that will RECEIVE osc messages. Yes, it really works (port: 12344).
However, it doesn't SEND. And I want both!!
Having a look at it, it seems bzztbomb has taken the example UDP sketch from the WiShield source and combined it with recotana's well-known code for the ethernet shield (
http://recotana.com/recotanablog/?page_id=222).
The relevant bits he's taken are the OSCMessage class and OSCDecoder class.
Now, I need to SEND, i.e. start to get recotana's OSCClient and OSCEncoder classes going. So, I'll keep working on that front.
Anybody got any suggestions?
Cordially,
Charles