View Single Post
  #24  
Old 08-30-2005, 03:11 AM
sjroorda sjroorda is offline
Member
 
Join Date: Apr 2005
Posts: 13
Quote:
Originally posted by farshizzo
The Vizard network commands use a datagram socket on port 4950 to communicate.

[...]
Again a subtile kick! I need to send this data to two different Vizard-instances on the same computer. Creating a UDP-socket works great for one of them, but the other never receives any data. I guess this has to do with the fact that at the moment the first instance catches the data, this UDP-packet is gone.

A trivial solution for this would be connecting a second socket to a different port, but I can nowhere find a way to specify the port number!

Is this possible, is there another way, or should I look for a completely different workaround?

Last edited by sjroorda; 08-30-2005 at 03:19 AM.
Reply With Quote