{"id":16272048,"url":"https://github.com/sshh12/odonet","last_synced_at":"2026-04-29T17:04:21.193Z","repository":{"id":70737747,"uuid":"163705104","full_name":"sshh12/OdoNet","owner":"sshh12","description":"A framework for a network of advanced monitoring devices.","archived":false,"fork":false,"pushed_at":"2019-01-19T00:07:51.000Z","size":308,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-14T12:17:40.614Z","etag":null,"topics":["insteon","iot","motion-detection","object-recognition","raspberry-pi","security-camera","security-system","wifi-mesh"],"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/sshh12.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":"2019-01-01T00:36:40.000Z","updated_at":"2019-05-10T22:04:30.000Z","dependencies_parsed_at":"2023-02-22T22:15:21.266Z","dependency_job_id":null,"html_url":"https://github.com/sshh12/OdoNet","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/sshh12%2FOdoNet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshh12%2FOdoNet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshh12%2FOdoNet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshh12%2FOdoNet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sshh12","download_url":"https://codeload.github.com/sshh12/OdoNet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247874106,"owners_count":21010585,"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":["insteon","iot","motion-detection","object-recognition","raspberry-pi","security-camera","security-system","wifi-mesh"],"created_at":"2024-10-10T18:15:55.464Z","updated_at":"2026-04-29T17:04:16.138Z","avatar_url":"https://github.com/sshh12.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OdoNet\n\nA framework for a network of advanced monitoring devices.\n\n## What\n\n[Odo](https://en.wikipedia.org/wiki/Odo_(Star_Trek))[Net](https://en.wikipedia.org/wiki/Computer_network) is a way to manage, alert, and record IOT devices with a focus on intelligent Raspberry Pi based security cameras.\n\n##### Network Features\n* Ability to route devices through each other (as a sort of WiFi mesh) to significantly increase range\n* Network Backups: if a devices goes down, the devices routed to it can connect to backup networks\n* A device completely separated from the network will preserve important data locally until the connection is restored.\n\n##### Camera Features\n* Object Recognition (by MobileNetSSD)\n* Motion detection (automatic and custom thresholds)\n* Corrupt image filtering (prevents motion false positives on bad cameras)\n* Supports Raspberry Pi cameras, USB cameras, Laptop webcams, FTP-supporting cameras (like broken Insteon cameras...), and more\n\n##### Management Features\n* Easy to use dashboard for configuring, controlling, and viewing devices\n* View events (like motion detected) as well as where they are occurring overtime and their priority\n\n#### Screenshots\n\n![dashboard](https://user-images.githubusercontent.com/6625384/50607063-f1228c80-0e95-11e9-9b46-97053c982587.png)\n\n![events page](https://user-images.githubusercontent.com/6625384/50606987-a86ad380-0e95-11e9-8ac9-d2403cca8860.png)\n\n## How\n\nOdoNet is structured like a [tree](https://en.wikipedia.org/wiki/Tree_(data_structure)) with 2 parts:\n* A Root where all the data comes to and where the devices are controlled from\n\t* The root should run from a dedicated server/computer\n* A (device) Node which connects to a parent node (often the Root) and can have other nodes connected to it (via its own WiFi access point)\n\t* This can run on a laptop, Raspberry Pi, etc...\n\n#### Traditional Setup\nOdoNet can be configured like a normal WiFi security camera system where all the devices are connected to the same WiFi network and transfer data directly to the Root computer\n\n![Traditional Setup](https://user-images.githubusercontent.com/6625384/50605843-938c4100-0e91-11e9-8d15-26e366de204c.png)\n\n#### Extended Setup\n...or it can be configured to chain devices off of each other so that only a few devices are connected to the main network. This allows for extended range and lessened network congestion at the expense of some latency.\n\n![Extended Setup](https://user-images.githubusercontent.com/6625384/50606334-5fb21b00-0e93-11e9-960f-b4ce03388c28.png)\n\n## Getting Started\n\n1. Create a Root:\n[Root Setup Guide](https://github.com/sshh12/OdoNet/blob/master/.docs/SETUP_ROOT.md)\n\n2. Create Nodes:\n[Raspberry Pi Setup Guide](https://github.com/sshh12/OdoNet/blob/master/.docs/SETUP_PI_NODE.md) or\n[PC as Node Setup Guide](https://github.com/sshh12/OdoNet/blob/master/.docs/SETUP_PC_NODE.md)\n\n3. Add devices: [Device Setup](https://github.com/sshh12/OdoNet/blob/master/.docs/DEVICES.md)\n\n![Finished RPi with pi camera](https://user-images.githubusercontent.com/6625384/51418844-05cc7900-1b54-11e9-8616-3b34909e068d.jpg)\n\n## Help\nFill free to [create an issue](https://github.com/sshh12/OdoNet/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshh12%2Fodonet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsshh12%2Fodonet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshh12%2Fodonet/lists"}