Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toniebox-reverse-engineering/teddycloud
teddyCloud is an open source server replacement for the Boxine Cloud
https://github.com/toniebox-reverse-engineering/teddycloud
teddy teddycloud toniebox
Last synced: 12 days ago
JSON representation
teddyCloud is an open source server replacement for the Boxine Cloud
- Host: GitHub
- URL: https://github.com/toniebox-reverse-engineering/teddycloud
- Owner: toniebox-reverse-engineering
- License: gpl-2.0
- Created: 2023-01-06T14:49:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T18:59:12.000Z (6 months ago)
- Last Synced: 2024-05-22T21:46:44.442Z (6 months ago)
- Topics: teddy, teddycloud, toniebox
- Language: C
- Homepage: https://toniebox-reverse-engineering.github.io/docs/tools/teddycloud/
- Size: 54.7 MB
- Stars: 319
- Watchers: 14
- Forks: 29
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TeddyCloud
## Features
TeddyCloud is an alternative server for your Toniebox, allowing you to host the cloud services locally.
This gives you the control about which data is sent to the original manufacturer's cloud and allows you
to host your own figurine audio files on e.g. your NAS or any other server.Currently implemented are:
* Provide audio content over the air
* Cache original tonie audio content
* Simulate live content (.live)
* Passthrough original tonie audio content
* Convert any audio file to a tonie audio file (web)
* On-the-fly convert audio streams via ffmpeg for webradio and streams
* Basic Web fronted
* Filter custom tags to prevent deletion (.nocloud)
* Configure maximum volume for speaker and headphones
* Configure LED
* Configure slapping
* Customize original box sounds (ex. jingle) over the air
* Extract/Inject certitifcates on a esp32 firmware dump
* Decode RTNL logs
* MQTT client
* Home Assistant integration (MQTT)
* [Web frontend](https://github.com/toniebox-reverse-engineering/teddycloud_web) (full stack developers welcome)## Planned
* teddyBench integration## Where to start?
If you want to get started, please follow our [guide on our website](https://toniebox-reverse-engineering.github.io/docs/tools/teddycloud/).## Development and bulding
Please use the [develop](tree/develop) for your development and pull requests. Stable builds are available from the master branch. Don't forget to clone the submodules with --recurse-submodules.
To catch sanitizer in you IDE set a breakpoint on `__asan::ReportGenericError`.## Attribution
The icons used are from here:
* img_empty.png: https://www.flaticon.com/free-icon/ask_1372671
* img_unknown.png: https://www.flaticon.com/free-icon/ask_1923795
* img_custom.png/favicon.ico: https://www.flaticon.com/free-icon/dog_2829818Thanks for the original authors for these great icons.