OK, set the time machine to 1990 or so.....
I have a legacy DOS application that runs on a special purpose XT-class computer with 1MB RAM. I'm tasked with enhancing this app (I have the C source) to deliver its data via ethernet/TCPIP. Fortunately, this device has a standard ISA slot, so installing a NIC will be trivial. One problem - IT'S DOS! ;-{)
Getting a packet driver for an old NE1000 NIC won't be a problem. After some searching, I've located WATTCP which looks close, but I can't find any sample source code that uses it. From the descriptions I've read, WATTCP 'is' the stack and necessary TCP/IP functions -right??
Any advice/tips/direction is greatly appreciated!
-with thanks,
Mike
I have a legacy DOS application that runs on a special purpose XT-class computer with 1MB RAM. I'm tasked with enhancing this app (I have the C source) to deliver its data via ethernet/TCPIP. Fortunately, this device has a standard ISA slot, so installing a NIC will be trivial. One problem - IT'S DOS! ;-{)
Getting a packet driver for an old NE1000 NIC won't be a problem. After some searching, I've located WATTCP which looks close, but I can't find any sample source code that uses it. From the descriptions I've read, WATTCP 'is' the stack and necessary TCP/IP functions -right??
Any advice/tips/direction is greatly appreciated!
-with thanks,
Mike