https://github.com/laupetin/open-bitdemon-emulator
Experimental backend emulation for old games with DemonWare backend
https://github.com/laupetin/open-bitdemon-emulator
call-of-duty callofduty cod demonware modding rust
Last synced: 5 months ago
JSON representation
Experimental backend emulation for old games with DemonWare backend
- Host: GitHub
- URL: https://github.com/laupetin/open-bitdemon-emulator
- Owner: Laupetin
- License: agpl-3.0
- Created: 2025-02-16T20:21:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-05-10T08:17:59.000Z (5 months ago)
- Last Synced: 2025-05-16T09:07:26.314Z (5 months ago)
- Topics: call-of-duty, callofduty, cod, demonware, modding, rust
- Language: Rust
- Homepage:
- Size: 406 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open BitDemon Emulator
This project aims to implement the BitDemon used for [DemonWare](https://en.wikipedia.org/wiki/Demonware)
backend services of some older games including Call Of Duty titles.It is split into the library `libbitdemon` providing an interface for communicating
over the BitDemon protocol and `dw-server` which implements a very basic backend
for clients attempting to connect via the BitDemon protocol.## Credits
Thank you to a person that does not want to be explicitly named for a lot of help
and laying the groundwork for understanding the protocol.## Legal
The source code of this project is licensed under [GNU AGPL v3](./LICENSE).
This software has been created purely for the purposes of academic research.
It is not suitable for or made to replace any official services.