https://github.com/bluefrog130/iot-final
https://github.com/bluefrog130/iot-final
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bluefrog130/iot-final
- Owner: BlueFrog130
- Created: 2021-03-31T21:13:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-25T19:59:12.000Z (about 5 years ago)
- Last Synced: 2025-10-24T05:41:51.218Z (8 months ago)
- Language: Vue
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IoT Final
### By Adam Grady & Supriti Ghosh
## MQTT
Directory housing the local MQTT subscriber on the `temp` topic. This subscriber will update the firestore database with the temperature data.
#### Installation
To run the MQTT client, a MQTT server needs to be installed on the local machine. For example, installing [mosquitto](https://mosquitto.org/) on a Raspbeery Pi.
Navigate to the `mqtt` directory and run the following:
```
npm install
```
#### Starting the MQTT Client
```
npm run start
```
## ESP32
Directory containing the code executed on the ESP32. Utilizes MQTT code from the [micropython library](https://github.com/micropython/micropython-lib).
## Client
Directory containing the website where the data is downloadable.