The AlbianWarpClient is the Client component of the AlbianWarp Project. Its main purpose is to bridge Creatures3/Dockingstation and the AlbianWarpServer via the Shared Memory Interface.
To get started Download the latest release from here and follow the Installation Instruction in the wiki
this section is still under construction
- Python3 - Language used for the Client logic
- Requests - HTTP Library used for almost all client/server communication
- ws4py - WebSocket client and server library for Python 2 and 3 as well as PyPy
- pywin32 - Provides access to Win32 APIs for handling the CAOS Injection.
Contributions are very welcome!
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- KeyboardInterrupt - Initial work - KeyboardInterrupt
See also the list of contributors who participated in this project.
This project is licensed under the GPL3 License - see the LICENSE.md file for details