TRTRay / platform

Our hardware platform for wireless sensing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IoT Platform

  • An IoT platform powered by mosquitto and Flask

Features

  • Log
  • Camera Integration
  • Wi-Fi devices
  • Breath Detection via Wi-Fi

Run

1. Python Env Setup

Conda

conda create -n iot-platform python=3.11.3
conda install pip
pip install -r requirements.txt

via PyCharm

  • Select pyenv

2. mosquitto Installation

  • Install mosquitto binary by following instructions here.
  • Add the following to mosquitto configurations. You may load it at hot via -c options.
listener 1883 0.0.0.0
allow_anonymous true

3. mosquitto MUST be up before Server

Linux

./mosquitto/mosquitto_linux -c ./mosquitto/mosquitto.conf

4. Start Server

python wsgi.py

About

Our hardware platform for wireless sensing


Languages

Language:Python 99.4%Language:Makefile 0.5%Language:Shell 0.1%