forked from FiloSanza/iot-assignment2-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
drudilorenzo/iot-assignment2-desktop
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# IoT Assignment 2 - Desktop App This app will read from the arduino serial line and save the comms in a simple text file. The data will be used to create graphs and logs on a web page. Comms between arduino and this script will use the following json format: ``` { "log_level": 1, "component": 2, "data": "32.10", "comment": "Water level read." } ```
About
Smart bridge web app.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 63.2%
- Python 19.5%
- HTML 15.5%
- CSS 1.8%