keijiro / OscJack

Lightweight C# implementation of OSC server/client
The Unlicense
475 stars 66 forks source link

OscCilent doesn't work in iOS either by Proptery Sender or custom script #44

Closed Tongzhou-Yu closed 6 months ago

Tongzhou-Yu commented 6 months ago

I'm developing a tool for control AR devices with one PC for LBE designers. https://github.com/Tongzhou-Yu/ArTerminal I can receive message from PC to AR devices (iOS now), but can't send to PC from AR devices. I have tried same IP address for testing locally, and it runs well in PC. I'm quite confused what should I do, since I can still use TouchOSC to make it work from AR device to PC.