Integration of numpy

If you need to send data continuously then a socket connection does seem like a pretty good option. Sending data out from VC should be pretty easy, but receiving can be tricky because you don’t want to block the simulation thread when waiting for data. Mainly its a performance issue.

There are lots of networking libraries for Python but those are also unlikely to work in VC environment because of the stackless Python related threading limitations.