IoTコンポストトイレのハードウェアに組み込むプログラム
Firestoreへのデータの追加処理とFirebaseにアクセスするための認証用プログラム
This repository sends requests to the back-end server of back-firebase-functions to authenticate and add data
| name | version |
|---|---|
| python(global) | 3.x |
| netifaces | 0.11.0 |
pip install netifacescd json touch login_params.json token.jsonlogin_params.json
{
"id": "[hardware-id]",
"pass": "[password]"
}token.json
{}python main.py add -i [temp] [hum]