-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3434365
commit 171e3c8
Showing
1 changed file
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
# Deneyap-Kart-Web-Agent | ||
# Deneyap-Kart-Web-Agent | ||
|
||
## Summary | ||
|
||
This project is made for https://deneyapkart.org/deneyapkart/deneyapblok/ | ||
|
||
It uses arduino-cli to interract with Deneyap Kart/Mini. | ||
|
||
Basicly this program uses websockets to connect websites front end communicates with it, parses information and utilizes arduino-cli. | ||
|
||
Can be modified for other hardwares just as esp and arduino. | ||
|
||
Front-end code is blockWebsocket.js file. | ||
|
||
## How To Run | ||
You can basicly download .exe from last release or | ||
|
||
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install requirements. | ||
```bash | ||
pip install -r requirements | ||
``` | ||
then | ||
```bash | ||
python main.py | ||
``` |