You are on page 1of 1

Communication Protocol Management

The communication management protocols library includes a set of


communication protocols and is developed using VB.Net classes upon .Net
Framework. It provides different means of communication and networking
methods on Serial ports and IO interface ports. Each protocol has been
developed as a separate module and provides us a constricted access to ports
that efficiently uses the .NET classes and components.

Since the .NET Framework does not support direct control of the Comm Port,
a separate class is used that provides direct Win32 API calls. It demonstrates
communication technologies between client and server using sockets on each
side.

TCP client sends data packet to server spawns a thread to receive data
through socket.
File uploading/downloading facilities from user systems to the server
locates remotely through .Net classes. It provides the facility to upload a file or
multiple files from user's system to the server, which is located remotely on the
Internet. It includes message queing (communicates message from one
application to another application and it stores the message when the recipient is
not there) using SMTP in the mail namespace and windows messaging services
is created.

You might also like