https://github.com/fragglet/dali
DOS driver to connect to a DOSbox IPX server
https://github.com/fragglet/dali
Last synced: 9 months ago
JSON representation
DOS driver to connect to a DOSbox IPX server
- Host: GitHub
- URL: https://github.com/fragglet/dali
- Owner: fragglet
- License: gpl-3.0
- Created: 2020-02-09T00:46:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T23:37:54.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T08:11:37.775Z (9 months ago)
- Language: C
- Size: 188 KB
- Stars: 20
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
DOS IPX driver that connects to a DOSbox server.
This allows real DOS machines to connect to a DOSbox network server using
a packet driver. It reimplements the Novell IPX API that is used by most
DOS games for communicating over a LAN.
This is currently in a very alpha stage of development.
Uses the [mTCP](http://www.brutman.com/mTCP/) stack by Michael Brutman.