Re: [nox-dev] Receiving JSON messages

2012-01-25 Thread Giorgio Mazza
A question about the socket opened when invoking jsonmessenger. What are the IP address, the tcp port and the interface that this socket refers to? Is there any way to set them? I undersotood the mechanism, but I don't know where to send my messages from the external application. Thank you.

Re: [nox-dev] Receiving JSON messages

2012-01-25 Thread Murphy McCauley
I believe it defaults to port 2703. You should be able to set the port number by specifying it on the commandline... ./nox_core -i ptcp: jsonmessenger=tcpport=4096 your_app_here It listens on all IP addresses; there is currently no way to specify just one. -- Murphy On Jan 25, 2012, at 1:11