Search found 5 matches

by ALarini
Sat Dec 11, 2021 2:35 pm
Forum: Mind Monitor
Topic: OSC streaming with Python-OSC
Replies: 40
Views: 18497

Re: OSC streaming with Python-OSC

Checked, Pycharm is allowed to everything, same for Muse Direct (Direct is sending properly anyway, Lab receives every package on the right port and correct address).
:(
by ALarini
Sat Dec 11, 2021 2:18 pm
Forum: Mind Monitor
Topic: OSC streaming with Python-OSC
Replies: 40
Views: 18497

Re: OSC streaming with Python-OSC

Thanks. Then yes, the simple one to start with. I've re-tried it now to be sure. """ Mind Monitor - Minimal EEG OSC Receiver Coded: James Clutterbuck (2021) Requires: pip install python-osc """ from datetime import datetime from pythonosc import dispatcher from pythonos...
by ALarini
Sat Dec 11, 2021 1:46 pm
Forum: Mind Monitor
Topic: OSC streaming with Python-OSC
Replies: 40
Views: 18497

Re: OSC streaming with Python-OSC

I've tried everything shared on this topic but I don't know about those. I've tried now to check the FAQ section here but I see only "forum FAQ", nothing about osc
by ALarini
Sat Dec 11, 2021 10:28 am
Forum: Mind Monitor
Topic: OSC streaming with Python-OSC
Replies: 40
Views: 18497

Re: OSC streaming with Python-OSC

That's exactly the kind of basic thing I think I'm missing. As 127.0.0.1 worked for Lab, I thought it was ok. Anyway I've tried with my IPv4 Address, 192.168.x.x, sending there from Muse Direct, as well as then trying to bridge through Muse Lab, and listening on the same IP and port of course with m...
by ALarini
Fri Dec 10, 2021 2:33 pm
Forum: Mind Monitor
Topic: OSC streaming with Python-OSC
Replies: 40
Views: 18497

Re: OSC streaming with Python-OSC

Hi everybody, sorry to pick this topic up again but I'm having a really strange problem, and I did a lot of research in internet but this topic seems the most accurate place to ask for this. Problem: my osc server in Python looks like working properly, but when I try to receive from the Muse it seem...