Browse By

Tag Archives: TCP/IP

Sticky Post

CISCO IP Phone Scanner

CISCO IP Scanner, scans an entire class A network for CISCO IP Phones and grab the necessary data such as Serial Number, IP, MAC Address,Switch Info,etc..

How To Series: C# Asynchronous Client Socket Example

The following example program creates a client that connects to a server. The client is built with an asynchronous socket, so execution of the client application is not suspended while the server returns a response. The application sends a string to the server and then

How To Series: C# Asynchronous Server Socket Example

The following example program creates a server that receives connection requests from clients. The server is built with an asynchronous socket, so execution of the server application is not suspended while it waits for a connection from a client. The application receives a string from

Featured