I’ve developed this program so you can quickly check if you have communication with OSC sending equipment in your network.
Currently there isn’t a signed app for MacOS (and security get’s tighter). You can work around this by making your security settings less tight, but it’s some extra work.
I’m investigating if it’s worth it to put effort in creating the signed app. Since I’m giving away my software for free below I hope you could answer some questions in return in this TypeForm. Thanks in advance!
OSC Data Monitor 2 minute preview
Its developed in Processing and available for MacOs, Windows and Linux.
Thanks to Andreas Schlegel (sojamo) for the execelent OscP5 and ControlP5 libraries on which this program heavily relies.
I’ve just managed to get touchosc (partially) working on iphone (4s) with logictouch template & reaper (5) daw wirelessly. I was going to fix the template, but when I run the osc-datamonitor I get the no jre message…
I’ve installed java 8, which fixed the same issue with touchosc…
Does osc datamonitor require an earlier java?
Also having problems opening the app. It says it requires Java 6 Runtime. Is there a version for newer Java?
No, but you can make it yourself. Processing code is available.
Great work!
Thanks!
Hi, OSC monitor are blocking port when lisening it. Other aplication can not receive OSC message in the same time in the same machine. Is it a bug or correct action?
Thanks for that tool. I have it running fine on Mojave.
However: how do I change the IP address that I want to listen on? I have several OSC-apps running on my computer so I want to listen to my local IP “127.0.0.1” but the data monitor just listens on my LAN address.
Thanks!
New to OSC.
It seems the target software binds to the destination port so I cannot monitor the traffice unless I close down the target software?
it seems not working on Mac OS Catalina, it showed nothing in the app but grey backgorund.
Hello I’ve the same question than Robert Janiaksays:
10-06-2019 at 15:33
Hi, OSC monitor are blocking port when lisening it. Other aplication can not receive OSC message in the same time in the same machine. Is it a bug or correct action?
This is a correct action.
Hi Kasper! Thanks for this software ;-)
I have the simillar background than Nathan Leung:
“it showed nothing in the app but grey backgorund.”
I run OSC Data Monitor in Catalina. Someone dependencie?
Fantastic! Thanks for making this Kasper. I am working at connecting openFrameworks to Unreal Engine – and this was a tremendous help. My only issue – was the blocking (same as comments above) – I missed this part and was debugging for a couple of hours ;) Turned Data Monitor off and everything was working perfectly.