{"id":14965174,"url":"https://github.com/chaoses-ib/ibsensorhub","last_synced_at":"2025-10-25T11:30:56.449Z","repository":{"id":175062655,"uuid":"653252334","full_name":"Chaoses-Ib/IbSensorHub","owner":"Chaoses-Ib","description":"Access device sensors remotely.","archived":false,"fork":false,"pushed_at":"2023-06-13T18:04:20.000Z","size":355,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T07:03:05.947Z","etag":null,"topics":["android","avalonia","avaloniaui","cross-platform","dotnet","grpc","iot","sensor"],"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/Chaoses-Ib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-06-13T17:32:46.000Z","updated_at":"2025-01-20T19:03:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"5486f3cd-07e0-4610-8352-744d95aa5d98","html_url":"https://github.com/Chaoses-Ib/IbSensorHub","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"f7952f937eb4aa24be7da906197b2a27f280a2ea"},"previous_names":["chaoses-ib/ibsensorhub"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chaoses-Ib%2FIbSensorHub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chaoses-Ib%2FIbSensorHub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chaoses-Ib%2FIbSensorHub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chaoses-Ib%2FIbSensorHub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chaoses-Ib","download_url":"https://codeload.github.com/Chaoses-Ib/IbSensorHub/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238128503,"owners_count":19421048,"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":["android","avalonia","avaloniaui","cross-platform","dotnet","grpc","iot","sensor"],"created_at":"2024-09-24T13:34:19.449Z","updated_at":"2025-10-25T11:30:56.101Z","avatar_url":"https://github.com/Chaoses-Ib.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IbSensorHub\n![](images/screenshot.png)\n\nAccess device sensors remotely.\n\n## Installation\nWindows:\n1. Download the archive from [Releases](https://github.com/Chaoses-Ib/IbSensorHub/releases).\n2. Extract and run.\n\n   .NET 7 with Desktop Runtime is required. If you havn't installed it before, you can install it via winget:\n   ```cmd\n   winget install Microsoft.DotNet.DesktopRuntime.7\n   ```\n   or [download the installer manually](https://dotnet.microsoft.com/en-us/download/dotnet/7.0).\n\nAndroid:\n1. Download the APK from [Releases](https://github.com/Chaoses-Ib/IbSensorHub/releases).\n2. Install.\n\nLinux, macOS and iOS are theoretically supported, but not actually tested due to the lack of appropriate devices.\n\n## Architecture\n```mermaid\nflowchart LR\n    subgraph device1 [ ]\n    d1[\"Device\n    💻Desktop: Windows/Linux/macOS\n    📱Mobile: Android/iOS\"]\n    d1 --- Accelerometer1[/\"🚗Accelerometer\"\\]\n    d1 --- Gyroscope1[/\"💃Gyroscope\"\\]\n    d1 --- ...1[/...\\]\n    end\n\n    subgraph device2 [ ]\n    d2[\"Device\n    💻Desktop: Windows/Linux/macOS\n    📱Mobile: Android/iOS\"]\n    d2 --- Accelerometer2[/\"🚗Accelerometer\"\\]\n    d2 --- Gyroscope2[/\"💃Gyroscope\"\\]\n    d2 --- ...2[/...\\]\n    end\n\n    subgraph device3 [ ]\n    d3[\"Device\n    💻Desktop: Windows/Linux/macOS\n    📱Mobile: Android/iOS\"]\n    d3 --- Accelerometer3[/\"🚗Accelerometer\"\\]\n    d3 --- Gyroscope3[/\"💃Gyroscope\"\\]\n    d3 --- ...3[/...\\]\n    end\n\n    device1 \u003c-.gRPC.-\u003e device2\n    device2 \u003c-.gRPC.-\u003e device3\n    device3 \u003c-.gRPC.-\u003e device1\n```\nIbSensorHub uses a peer-to-peer network architecture, which means that any device can be both a client and a server. For example, you can access the sensor of a phone from a laptop, or *vice varse*. You can also access the sensor of a device of the same type, i.e. phone-to-phone, laptop-to-laptop.\n\ngRPC interface: [sensor.proto](protos/sensor.proto)\n\nServer implementations:\n- .NET\n\nClient implementations:\n- .NET\n\n## Supported sensors\n| Sensor | Android | iOS | UWP | ~~watchOS~~ | ~~tvOS~~ | ~~Tizen~~ | macOS |\n| --- | :---: | :---: | :---: | :---: | :---: | :---: | :---: |\n| Accelerometer | ✔️ | ✔️ | ✔️ | ✔️ | ❌ | ✔️ | ❌ |\n| Barometer | ✔️ | ✔️ | ✔️ | ✔️ | ❌ | ✔️ | ❌ |\n| Compass | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ✔️ | ❌ |\n| Geolocation | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ✔️ | ✔️ |\n| Gyroscope | ✔️ | ✔️ | ✔️ | ✔️ | ❌ | ✔️ | ❌ |\n| Magnetometer | ✔️ | ✔️ | ✔️ | ✔️ | ❌ | ✔️ | ❌ |\n| Orientation | ✔️ | ✔️ | ✔️ | ✔️ | ❌ | ✔️ | ❌ |\n| Shake | ✔️ | ✔️ | ✔️ | ✔️ | ❌ | ✔️ | ❌ |\n\u003c!--\nhttps://learn.microsoft.com/en-us/xamarin/essentials/platform-feature-support\n\n^\\|(.*?)\\|(.*?)\\|(.*?)\\|(.*?)\\|(.*?)\\|(.*?)\\|(.*?)\\|(.*?)\\|\n\n| App Actions | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ❌ | ❌ |\n| App Information | ✔️ | ✔️ | ✔️ | ❌ | ✔️ | ✔️ | ✔️ |\n| App Theme | ✔️ | ✔️ | ✔️ | ✔️ | ❌ | ✔️ | ✔️ |\n\n| Battery | ✔️ | ✔️ | ✔️ | limited | ❌ | limited | ✔️ |\n| Clipboard | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ❌ | ✔️ |\n| Color Converters | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |\n\n| Connectivity | ✔️ | ✔️ | ✔️ | ❌ | ✔️ | ✔️ | ✔️ |\n| Contacts | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ✔️ | ❌ |\n| Detect Shake | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ❌ |\n| Device Display Information | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ❌ | ✔️ |\n| Device Information | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |\n| Email | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ✔️ | ✔️ |\n| File Picker | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ✔️ | ✔️ |\n| File System Helpers | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |\n| Flashlight | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ✔️ | ❌ |\n| Geocoding | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |\n\n| Haptic Feedback | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ✔️ | ✔️ |\n| Launcher | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ✔️ | ✔️ |\n\n| MainThread | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |\n| Maps | ✔️ | ✔️ | ✔️ | ✔️ | ❌ | ✔️ | ✔️ |\n| Media Picker | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ✔️ | limited |\n| Open Browser | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ✔️ | ✔️ |\n\n| Permissions | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |\n| Phone Dialer | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ✔️ | ✔️ |\n| Platform Extensions | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |\n| Preferences | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |\n| Screenshot | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ❌ | ❌ |\n| Secure Storage | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |\n| Share | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ✔️ | ✔️ |\n| SMS | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ✔️ | ✔️ |\n| Text-to-Speech | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |\n| Unit Converters | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |\n| Version Tracking | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |\n| Vibrate | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ✔️ | ❌ |\n| Web Authenticator | ✔️ | ✔️ | ✔️ | ❌ | ✔️ | ❌ | ✔️ |\n--\u003e\n\n## To-dos\n- [ ] Rust and AutoHotkey clients\n- [ ] Python clients\n- [ ] WinRT sensors","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaoses-ib%2Fibsensorhub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchaoses-ib%2Fibsensorhub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaoses-ib%2Fibsensorhub/lists"}