Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bowarc/rc-car
webserver to control a rc car through lan
https://github.com/bowarc/rc-car
Last synced: 11 days ago
JSON representation
webserver to control a rc car through lan
- Host: GitHub
- URL: https://github.com/bowarc/rc-car
- Owner: Bowarc
- Created: 2022-12-14T18:38:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T08:50:42.000Z (about 2 years ago)
- Last Synced: 2024-11-08T08:29:18.396Z (2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
The goal of this project is to be able to control a rc-car with any web browser connected to lan.
It uses the web framework [Tornado](https://www.tornadoweb.org/en/stable/) to create a multi sender single receiver system using websockets
### Current state:
- [X] Web server
- [X] Any client can give any input
- [X] Inter client button state syncing
- [ ] Controller
- [ ] ?Heavily insprired by [this github repo](https://github.com/cankav/simple_websocket_example) as i have close to 0 experience making webservers.