Delicode / NI-mate-plugins

This repository holds the plugins for NI mate.
http://www.ni-mate.com
17 stars 7 forks source link

Remove UDP socket bind IP address #4

Closed SirDifferential closed 3 years ago

SirDifferential commented 8 years ago

In the Blender plugin, as a socket is being bound, it's currently bound to 127.0.0.1:port. Apparently this causes the socket to ignore all connections that do not arrive from localhost. To make the plugin work over network, remove the IP address.