https://github.com/oreeeee/espcho
Very experimental osu! 2010 (b1596) server running on ESP32
https://github.com/oreeeee/espcho
bancho c esp32 osu osugame private-server
Last synced: about 1 year ago
JSON representation
Very experimental osu! 2010 (b1596) server running on ESP32
- Host: GitHub
- URL: https://github.com/oreeeee/espcho
- Owner: Oreeeee
- License: mit
- Created: 2024-11-24T14:12:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-25T19:52:26.000Z (over 1 year ago)
- Last Synced: 2024-12-25T20:24:33.330Z (over 1 year ago)
- Topics: bancho, c, esp32, osu, osugame, private-server
- Language: C++
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# espcho
Experimental osu! server for 2010 clients, running on ESP32. It's designed for the b1596 version of the game, but additionally other versions between b695 and b1719 are working to some extent.
## Status
This server is very experimental, it will probably never be production ready (why would you run a production server on a microcontroller anyways?)
## Hiatus
I haven't been working on this project for some time due to being unable to get the SD card module to work with the ESP32. However when I fix this issue, I will return to this.
## Screenshots


## Code style
Please avoid C++ style code as much as possible and stick to C. When you have to use C++, don't use modern features.