PGP1 / rbpi-core

Core functionality of Raspberry Pi - This repo only contains code for the raspberry pi and sensors itself.
1 stars 1 forks source link

[US3.3.3] Register Device + [3.3.4] Unlink Device + includes main class implementation #8

Closed nugyn closed 4 years ago

nugyn commented 4 years ago

This pull request includes, the register device, unlink device, and a main class as entry point into the arduino funnel into pi to aws iot

nugyn commented 4 years ago

Make sure we Squash these commits, to make development look a little cleaner

ijkeleher commented 4 years ago

@rockmanvnx6

python files now use dotenv to pull values from config file .env

script to be run at setup:


#!/bin/bash

IP="$(curl icanhazip.com)"

echo "BROKER_IP=$IP
BROKER_PORT=1883" > .env```