The situation I seek help with is this: A business on the east coast of the US, at random intervals, posts messages via the public internet to a set of listening subcontractors who subscribe to these
I want to build a client-server software for use in a WiFi network. On the server I will develop a program which listens on a special port for incomming actions. The client should be an Android app, w
The scenario - 9 PCs on a LAN, 1 Instructor system and 8 Clients, all with static IPs. Files within a directory on the instructor system could be updated at any time and I\'d like to launch a script
I need to send a file to a user behind a router. I know I can do this with a tcp connection if he enables port forwarding on his router. I want to avoid this in order to make my application easier to
TL;DR version of this question: WMI Win32_NetworkAdapter class contains information I need, but is too slow.What\'s a faster method of getting information for the MACAddress, ConfigManagerErrorCode, a
This question used to raise from the time i was studying my networking course. Suppose I am chatting with some other person on the g-talk and if I capture the packets then whose ip address it would be
I have window server2008 on which i have remote access. Using report builder tool we have created a report named PopulationReport.
As we all know that within a network, communication is by the MAC address and not by the ip address. So I always used to think that whether we can write a socket program in server-client paradigm whic
Is there any way to modify routing tables using the .NET framework? Or do I have to use P/Invoke with Windows API? In that case, which APIs would be most helpful? Can someone point me in the right dir
I know how to send byte data to a server via the udp protocol. How can I activate some flags on the package that I am sending? How can I tel if a package that is received has some flags activated. Mor