Page 1 of 1

OSC Stream - still problem

Posted: Sun Apr 14, 2024 11:49 am
by Michael-62
Hello James

Thanks for the help so far

Mind monitor is streaming to Neuromore Studio and OSC DataMonitor now.

Visual Studio 2022 with Phyton 3.12.3 is running,
Matplotlib, playsound and python-osc is installed

All samples run without error but fo not reveive anything.

If i start them, the corresponding svchost procrss is comming up and the listening adress is shown.
Visual Studio does not execute a Haltpoint - so there is no data arriving at the python.

If i end the python process and use oscdatamonitor on the same port without changing or touching anything i get the dat
If i run the simple or any of the other scripts outside visual studio i have the same effect.

I feel like forrest gump.

What do i miss?

I still cannot remap things in the OSC stream

If i use c++ i get messages in the prigram but i have no info on how the udp data should be organizrd.

Re: OSC Stream - still problem

Posted: Sun Apr 14, 2024 4:52 pm
by James
Sounds like the Python process might be being blocked by your firewall, but I'm not sure sorry.

Re: OSC Stream - still problem

Posted: Sun Apr 14, 2024 5:02 pm
by Michael-62
i look into this, thanks

Re: OSC Stream - still problem

Posted: Mon Apr 15, 2024 12:46 pm
by Michael-62
Hello again

The process is liszening now.

You should tell the users of the github program that they have to delete the standard predfix /IN/0 in mind monitor software and in neuromore studio.

Thanks for your patience

Re: OSC Stream - still problem

Posted: Mon Apr 15, 2024 2:34 pm
by James
Can you please clarify what you mean by:
Michael-62 wrote: Mon Apr 15, 2024 12:46 pm delete the standard predfix /IN/0 in mind monitor software

Re: OSC Stream - still problem

Posted: Mon Apr 15, 2024 4:11 pm
by Michael-62
The osc prefix in mind monitor was set to /in/0

That way the github maps do not get the data.

Re: OSC Stream - still problem

Posted: Mon Apr 15, 2024 4:47 pm
by James
By default in the Mind Monitor app the optional "OSC path prefix" is blank.

Re: OSC Stream - still problem

Posted: Wed Apr 17, 2024 4:02 am
by Michael-62
Sure - my fault.

I still have the mysterious issue, that on one computer i get the stream everytime without issues, on an other one i do not get the UDP data,
I opened the port in the firewall so that should not be the issue.

but that is a computer and not a mind monitor issue…