{"id":17976048,"url":"https://github.com/aiekick/bme280server","last_synced_at":"2026-05-07T08:38:00.086Z","repository":{"id":107321862,"uuid":"376408337","full_name":"aiekick/bme280Server","owner":"aiekick","description":"linux server who give bme280 sensor datas / history","archived":false,"fork":false,"pushed_at":"2021-11-06T14:36:38.000Z","size":107,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T11:44:05.510Z","etag":null,"topics":["bme280","history","linux","sensor","sqlite"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aiekick.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-13T00:39:39.000Z","updated_at":"2023-01-28T17:48:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2470f1e-8bfc-4a27-8b2e-8ed3a006b52d","html_url":"https://github.com/aiekick/bme280Server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiekick%2Fbme280Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiekick%2Fbme280Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiekick%2Fbme280Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiekick%2Fbme280Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aiekick","download_url":"https://codeload.github.com/aiekick/bme280Server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247098001,"owners_count":20883129,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bme280","history","linux","sensor","sqlite"],"created_at":"2024-10-29T17:21:44.313Z","updated_at":"2026-05-07T08:38:00.036Z","avatar_url":"https://github.com/aiekick.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":" # BME280Server\n \n bme280Server is a Http server who expose sensor datas of a bme280 as a json\n \n ## Uses\n \n ```\n usage : bme280Server [-h] [-v] [-b i2cbus] [-p http_port] [-d database_file] [-t sensor_save_in_db_delay_in_seconds]\n\nOptions :\n  -h      Print this help\n  -v      Print the version\n  -b      Specify the i2cbus\n          By default, the ic2bus /dev/i2c-1 will be used\n  -p      Specify a port number for the http server to listen to\n          By default, the port 80 is used\n  -d      Specify the FilePathName of the database.\n          By default, db.db3 will be used\n  -t      Specify a delay in second for save bme280 Sensor datas in db\n          The minimal accepted value is 10s\n          By default the value will be 3600 (1h)\n\n  Description :\n    this programm get datas from a i2c sensor bme280 and can do many things with it :\n     - Act as a http server. the possible urls are :\n       - http://ip:port will show you a page with explanation of possible url options\n       - http://ip:port/sensor will launch a measure and give you the result in a json format\n       - http://ip:port/history:count will extract the last count measures from DB, and show you as a json format\n         count must be a valid number\n     - Can start a measure of the i2c sensor bme280 (temperature, pressure, humidity)\n     - Do logging each delay, a bm280 measure in a local sqlite database\n ```\n \n ## dependencies\n \n you need libuv1.0 and libsqlite3 (you\n\n ```\n sudo apt-get update\n sudo apt-get install libsqlite3-dev libuv1.dev\n ```\n \n ## how to generate configure file\n \n ```\n ./gen_configure.sh\n ```\n \n ## how to build and install\n \n after ./gen_configure.sh\n\n\n just do :\n\n ```\n ./configure\n \n make\n \n sudo make install\n \n sudo make install-service\n ```\n \n ## how to uninstall\n \n ```\n sudo make uninstall-service\n \n sudo make uninstall\n ```\n \n ## modifications\n \n if you want to modify the code, you need to build BuildInc (in libs) and install it\n he is need for inc build.h who contain the version number\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiekick%2Fbme280server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faiekick%2Fbme280server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiekick%2Fbme280server/lists"}