I have written two apps, one for iPhone and one for android, both are fine but thus far I have given no thoughts into inter-operability. Ideally I would like both apps to be able to access a server an
I have been working on a local LAN service which uses a multicast port to coordinate several machines.Each machine listens on the multicast port for instructions, and when a certain instruction is rec
I need a map in which I store ID (key) and hostname:port (value). What type of object should I use to store the value?
Just as we have rules governing the validity of an IPv4 netmask, does IPv6 have its own set of rules 开发者_开发技巧to qualify a netmask?
I have a web application connects web service on a machine uses proxy server. Connections are ok on internet explorer as shown in image
I have obtained hosting space and they registered domain(say www.abc.com) with an ip(say http://1.2.3.4/~myspace) for me to. But i want to use it as two websites. i.e. if i type www.abc.com then it sh
I develop radio streaming iphone app. I submitted it to app store, but rejected. Because my app could not access streaming server.
I\'m trying to incorporate a like button in my site but it doesn\'t seem to appear. I\'ve talked with another dev in the team and he sees it. We have a hunch it is a network problem BUT trying to diag
There is a socket method for getting the IP of a given network interface: import socket import fcntl import struct
I want to use the Irrnet network library in an Irrlicht game. The source code uses Linux sockets and I\'m trying to port it for Windows replacing it with code that uses Windows\' Winsock2.