We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3434365 commit 171e3c8Copy full SHA for 171e3c8
README.md
@@ -1 +1,25 @@
1
-# Deneyap-Kart-Web-Agent
+# Deneyap-Kart-Web-Agent
2
+
3
+## Summary
4
5
+This project is made for https://deneyapkart.org/deneyapkart/deneyapblok/
6
7
+It uses arduino-cli to interract with Deneyap Kart/Mini.
8
9
+Basicly this program uses websockets to connect websites front end communicates with it, parses information and utilizes arduino-cli.
10
11
+Can be modified for other hardwares just as esp and arduino.
12
13
+Front-end code is blockWebsocket.js file.
14
15
+## How To Run
16
+You can basicly download .exe from last release or
17
18
+Use the package manager [pip](https://pip.pypa.io/en/stable/) to install requirements.
19
+```bash
20
+pip install -r requirements
21
+```
22
+then
23
24
+python main.py
25
0 commit comments