An open API service indexing awesome lists of open source software.

https://github.com/bluefrog130/iot-final


https://github.com/bluefrog130/iot-final

Last synced: 4 months ago
JSON representation

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.