keijiro / OscJack

Lightweight C# implementation of OSC server/client
The Unlicense
479 stars 65 forks source link

Receiving issue with ofx apps #6

Closed TheBricktop closed 6 years ago

TheBricktop commented 6 years ago

Ive set up osc as told, but cant get any data to appear. While touchdesigner receives data with no problem so its not port/ip problem. It might be because this osc implementation doesnt handle bundles .

keijiro commented 6 years ago

It does support OSC bundles because my rig depends on it. So I guess it's not an issue about bundles.

Could you provide further information about OSC messages that you're trying to receive with this plugin?

TheBricktop commented 6 years ago

Yeah sorry about that , it was the hidden 'advanced' settings of firewall that was blocking net traffic. Its funny because every other settings were for unity editor were allowed. Win 10 has pretty sneaky way of blocking connetions.

keijiro commented 6 years ago

Thanks. I’m thinking of adding a note about firewall to the FAQ section.