# user_apps_example **Repository Path**: thingsroot/user_apps_example ## Basic Information - **Project Name**: user_apps_example - **Description**: Example Application build with ThingsRoot Cloud - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-26 - **Last Updated**: 2023-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## IOT Bridged MQTT Applications ### Pre-installation 1. Install MQTT server. 2. Install Redis server. 3. Install InfluxDB server. ### Installation 1. Install supervisor, python3, python3-pip 2. Checkout code to /usr/iot_user_apps 3. Install required python3 modules by: pip3 install -r requirements.txt 4. cd /etc/supervisior/conf.d && ln -s /usr/iot_user_apps/supervisior.conf ./iot_user_apps.conf 5. Reload supervisor by: sudo supervisorctrl reload ### Make it run 1. Register your account in ThingsRoot Cloud 2. Create user application in IOT Hub