Packet driver interface code for Turbo C++ 3.0

Discussions on programming older machines
Post Reply
Brutman
Site Admin
Posts: 1331
Joined: Sat Jun 21, 2008 5:03 pm
Contact:

Packet driver interface code for Turbo C++ 3.0

Post by Brutman »

I have added some comments to my packet driver interface code and created a small sample program to demonstrate how to use it. If you are interested in playing with packet drivers but were daunted by the packet driver specification, this should get you started.

The zip file can be found here: http://brutman.com/Dos_Networking/mTCP.html . Look for 'tcpacket.zip' in the download section.

This should be fairly portable to other versions of C. Also, don't feel that you need to master TCP/IP to use this - you can send *any* packet type you want. Experiment and make your own lightweight protocols!


Mike
Post Reply