We’ve been playing around with FLOSC and since we’re having some unstable results we decided we could also try making the connection ourself with the TCP server node.
We are able to get a connection going and sending messages from flash to VVVV, but not form VVVV to flash, does anyone have an idea why VVVV is not sending any data to flash?
If we use the TCP cliet node we also get the right data from the TCP server
This file shows a little connection concept. With a little knowlegde you could read out the data in the XML out to variables in flash.
I would love to show the way we let VVVV make the flosc XMLsocket but the file needs a lot of context to make sense. Maybe at a later point I will add the complete workings of Flosc without Flosc ;-)
If there are any questions i’ll try to answer them
P.S. We needed to open TCP port 3000 in the windows firewall to make it work.