# Temperature **Repository Path**: shallwing/Temperature ## Basic Information - **Project Name**: Temperature - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-28 - **Last Updated**: 2022-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Temperature A temperature monitor based on TLV protocol and saving data in Sqlite. ## Preparation(For Sqlite-Temper) Ensure that you have libs for sqlite3 first. If not, please install them: #In Debian: sudo apt-get install sqlite3; sudo apt-get install libsqlite3-dev; #In RedHat: sudo yum install sqlite3; sudo yum install libsqlite3-dev; ## Port for different server host studio: 3758 master: 9001