Dos Network communication

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Chaand

Dos Network communication

Post by Chaand »

Can any body give me idea about networking in dos through NIC. i need communication of two system from DOS.

thanks

Chaand
Chris Giese

RE:Dos Network communication

Post by Chris Giese »

In a simple, 16-bit system, you can use packet drivers to send simple messages back and forth:
ftp://ftp.crynwr.com/drivers/00index.html

Otherwise you need a network "stack". Try these links:
http://my.execpc.com/~geezer/osd/net/index.htm#links
Post Reply