Skip to content

drudilorenzo/iot-assignment2-desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • JavaScript 63.2%
  • Python 19.5%
  • HTML 15.5%
  • CSS 1.8%