{"id":46895110,"url":"https://github.com/chsc/dativ","last_synced_at":"2026-03-10T23:30:11.493Z","repository":{"id":216320062,"uuid":"727655795","full_name":"chsc/DATIV","owner":"chsc","description":"DATIV-Dynamic Aerosol Transport for Indoor Ventilation with Smart Array of Particulate MAtter Sensors (SAPMAS)","archived":false,"fork":false,"pushed_at":"2024-01-11T09:45:41.000Z","size":13830,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-01-29T10:49:58.308Z","etag":null,"topics":["aerosol","camera","covid-19","particles","particulate-matter","pm","sensors","ventilation","wi-fi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chsc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"AUTHORS.md"}},"created_at":"2023-12-05T10:00:35.000Z","updated_at":"2023-12-05T10:59:26.000Z","dependencies_parsed_at":"2024-01-17T10:28:51.395Z","dependency_job_id":null,"html_url":"https://github.com/chsc/DATIV","commit_stats":{"total_commits":137,"total_committers":2,"mean_commits":68.5,"dds":0.3211678832116789,"last_synced_commit":"a2989b42425269dbaae98fbe47b23f02075e6b40"},"previous_names":["chsc/dativ"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/chsc/DATIV","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chsc%2FDATIV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chsc%2FDATIV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chsc%2FDATIV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chsc%2FDATIV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chsc","download_url":"https://codeload.github.com/chsc/DATIV/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chsc%2FDATIV/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30362118,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["aerosol","camera","covid-19","particles","particulate-matter","pm","sensors","ventilation","wi-fi"],"created_at":"2026-03-10T23:30:11.246Z","updated_at":"2026-03-10T23:30:11.476Z","avatar_url":"https://github.com/chsc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DATIV-Dynamic Aerosol Transport for Indoor Ventilation with Smart Array of Particulate MAtter Sensors (SAPMAS)\n\n## Web Interface\n\n### Camera Web Interface\n\n![WebInterface PM Sensor](/doc/web_interface_camera.png)\n\n### PM Sensor Web Interface\n\n![WebInterface Camera](/doc/web_interface_pmsensor.png)\n\n## License\n\nLicensed under the **Apache License, Version 2.0**.\n\nPlease have a look at [Apache-2.0 License](LICENSE) for more information.\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n## Authors and how to contribute\n\n* [Authors](AUTHORS.md)\n* [How to contribute](CONTRIBUTING.md)\n\n## User Manual\n\nThe user manual can be found here: [User Manual](doc/UserManual.pdf)\n\n## Quick Install\n\nClone the repository to `/home/pi`:\n\n    git clone https://gitlab.hzdr.de/hzdri/ext/rpimicro.git\n\nChange to the `rpimicro` directory and run `setup.sh`! \n\n**Before you run the script, make shure you have enabled the camera.\nYou can use the `raspi-config` tool to do this (*see Interface Options*).**\n\n## Standard Install\n\nBefore you begin, please make shure your system is up-to-date.\nRun\n\n    sudo apt update\n    sudo apt full-upgrade\n\nto do this.\n\nYou also need to install the following additional software packages:\n\n* **Python** 3.x\n* **Flask** Web Framework\n* **OpenCV** for Python\n* **Pi Camera** Python Modules\n* **PySerial** package for UART connections\n\nOpen the command line to install the required software packages:\n\n    sudo apt-get install python3\n    sudo apt-get install python3-pip\n    sudo apt-get install python3-flask\n    sudo apt-get install python3-opencv\n    sudo apt-get install python3-picamera\n\n    pip3 install -U flask-cors\n    pip3 install -U netifaces\n    pip3 install -U pyserial\n\nNow, start and install the service using systemd (works only if repsitory is cloned to /home/pi/rpimicro):\n\n    sudo install rpimicro/systemd/rpimicro.service /etc/systemd/system\n    sudo systemctl enable rpimicro\n    sudo systemctl start rpimicro\n\n**Make shure to enable the camera interface before runnig the service!**\n\n## Web Interface\n\nOpen your browser and enter the following URL:\n\n    http://\u003crpi-ip-address\u003e:5000\n\nor\n\n    http://localhost:5000\n\nif you are running it on the Pi itself.\n\n## Network Setup\n\nA detailed description on how to setup a camera network can be found [here](doc/NETWORK.md).\n\n## Notes\n\nAdditional notes are [here](doc/NOTES.md).\n\n## API\n\nThe camera can be remote controlled with a set of [HTTP requests](doc/API.md).\n\n## TODO\n\n* Build-in particle/object detection\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchsc%2Fdativ","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchsc%2Fdativ","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchsc%2Fdativ/lists"}