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

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

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
![b1183 and b1719 clients on the main menu](screenshots/screenshot1.png)
![b1183 and b1719 clients with the extended chat menu open](screenshots/screenshot2.png)

## 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.