{"id":44850197,"url":"https://github.com/sarahroselives/pridedmrandroid","last_synced_at":"2026-05-09T08:11:39.021Z","repository":{"id":338920731,"uuid":"1154051438","full_name":"SarahRoseLives/PrideDMRAndroid","owner":"SarahRoseLives","description":"A Monitor for PrideDMR","archived":false,"fork":false,"pushed_at":"2026-04-13T05:06:35.000Z","size":3570,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-13T07:28:42.920Z","etag":null,"topics":["dmr","dsd"],"latest_commit_sha":null,"homepage":"https://pridedmr.net","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SarahRoseLives.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-10T00:46:23.000Z","updated_at":"2026-02-14T11:20:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b2eba65-4760-4ee7-861d-b5aaff59649f","html_url":"https://github.com/SarahRoseLives/PrideDMRAndroid","commit_stats":null,"previous_names":["sarahroselives/pridedmrandroid"],"tags_count":70,"template":false,"template_full_name":null,"purl":"pkg:github/SarahRoseLives/PrideDMRAndroid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SarahRoseLives%2FPrideDMRAndroid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SarahRoseLives%2FPrideDMRAndroid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SarahRoseLives%2FPrideDMRAndroid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SarahRoseLives%2FPrideDMRAndroid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SarahRoseLives","download_url":"https://codeload.github.com/SarahRoseLives/PrideDMRAndroid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SarahRoseLives%2FPrideDMRAndroid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32169657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T02:19:40.750Z","status":"ssl_error","status_checked_at":"2026-04-23T02:17:55.737Z","response_time":53,"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":["dmr","dsd"],"created_at":"2026-02-17T06:18:27.671Z","updated_at":"2026-04-23T07:00:26.567Z","avatar_url":"https://github.com/SarahRoseLives.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PrideDMR Android Monitor\n\nFlutter Android app for monitoring DMR talkgroups on the PrideDMR network.\n\n## Features\n\n- 🔐 **User Authentication** - Login with your PrideDMR account\n- 📻 **Talkgroup Monitoring** - Select and monitor any public talkgroup\n- 🎧 **Real-time Audio Decoding** - Integrated DSD+ AMBE voice decoder\n- 🔄 **Smart Subscription Management** - Automatic subscribe/unsubscribe when changing talkgroups\n- 🎨 **Modern UI** - Clean, intuitive interface with visual feedback\n- 🌙 **Nightly Builds** - Automated APK releases every day\n\n## Installation\n\n### Download APK\n\nDownload the latest nightly build from the [Releases](https://github.com/SarahRoseLives/PrideDMRAndroid/releases) page.\n\n### From Source\n\n```bash\ncd pridedmr_monitor\nflutter pub get\nflutter build apk --release\n```\n\nThe APK will be in `build/app/outputs/flutter-apk/app-release.apk`\n\n## Usage\n\n1. **Login** with your PrideDMR credentials (register at https://pridedmr.net)\n2. **Select a Talkgroup** from the list\n3. **Connect** to the network\n4. **Listen** to live DMR traffic\n5. **Change talkgroups** anytime with automatic re-subscription\n\n## Project Structure\n\n- `pridedmr_monitor/` - Main Flutter application\n- `dsd_flutter/` - DSD-Flutter plugin for AMBE audio decoding\n- `.github/workflows/` - Automated build configuration\n\n## How it Works\n\n1. Authenticates to PrideDMR API and retrieves monitor credentials\n2. Connects to pridedmr.net:62031 using Homebrew/MMDVM UDP protocol\n3. Subscribes to selected talkgroups via REST API\n4. Receives DMR data frames and decodes AMBE audio in real-time\n5. Plays audio through device speakers\n\n## API Integration\n\nThe app integrates with the PrideDMR REST API for:\n- User authentication (JWT tokens)\n- Monitor hotspot credential management\n- Talkgroup listing and subscription\n- Real-time subscription updates\n\n## Protocol\n\nUses the standard Homebrew/MMDVM protocol:\n- **RPTL** - Repeater login\n- **RPTK** - Repeater key (authentication)\n- **RPTACK/MSTACK** - Server acknowledgment\n- **MSTP** - Master ping (keepalive)\n- **RPTPONG** - Repeater pong response\n- **DMRD** - DMR data frames (voice/data)\n\n## Development\n\n### Requirements\n\n- Flutter 3.38.1 or higher\n- Dart SDK 3.10.0 or higher\n- Android SDK (for building APK)\n\n### Build Locally\n\n```bash\n# Get dependencies\ncd pridedmr_monitor\nflutter pub get\n\n# Run on connected device\nflutter run\n\n# Build release APK\nflutter build apk --release\n```\n\n## CI/CD\n\nThe project uses GitHub Actions for automated nightly builds:\n- Builds every day at 4:00 AM UTC\n- Creates signed release APKs\n- Publishes to GitHub Releases\n- Keeps last 7 nightly builds\n\nSee `.github/workflows/nightly-build.yml` for details.\n\n## License\n\nThis project is part of the PrideDMR network ecosystem.\n\n## Links\n\n- **PrideDMR Network**: https://pridedmr.net\n- **Issues**: https://github.com/SarahRoseLives/PrideDMRAndroid/issues\n- **Releases**: https://github.com/SarahRoseLives/PrideDMRAndroid/releases\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarahroselives%2Fpridedmrandroid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarahroselives%2Fpridedmrandroid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarahroselives%2Fpridedmrandroid/lists"}