Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Socket programming

Status
Not open for further replies.

nvharisha

Programmer
Feb 19, 2002
4
0
0
IN
Please tellme how to do the network program without using the windows socket.
it should be able to run in TC version 3.0.
 
familurize yourself with network type and their protocols. Find libraries that work with tcp/ip etc. Learn how to access the modem and read/write from it, or the comm/serial ports. If writing your own libraries, make sure you can work with some kind of ip address (for a intranet). if your trying to create something like a generic mainframe, you might want to familurize yourself with the insides of virtual operating systems and multitasking.
basically read/write from one computers ports (modem...) into/from another computers ports. program might want to know how much data to send at a time, how much is being recieved, where to route data to, where data is from. encription/decrytpion. read up on windows sockets and basicall create someform of working copy. use non-windows sockets. unix,linux...
i hope i help and answered the question the way to where looking for.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top