An open API service indexing awesome lists of open source software.

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

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.