{"id":37524489,"url":"https://github.com/daqifi/daqifi-desktop","last_synced_at":"2026-01-16T08:21:41.246Z","repository":{"id":159054422,"uuid":"322773889","full_name":"daqifi/daqifi-desktop","owner":"daqifi","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-11T05:25:29.000Z","size":5383,"stargazers_count":5,"open_issues_count":56,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-11T12:42:18.119Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/daqifi.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":".github/CODEOWNERS","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":"2020-12-19T05:26:08.000Z","updated_at":"2026-01-10T04:37:03.000Z","dependencies_parsed_at":"2024-03-16T23:54:06.272Z","dependency_job_id":"d27dffee-eb06-45c2-9b96-235394bd33b9","html_url":"https://github.com/daqifi/daqifi-desktop","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/daqifi/daqifi-desktop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daqifi%2Fdaqifi-desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daqifi%2Fdaqifi-desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daqifi%2Fdaqifi-desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daqifi%2Fdaqifi-desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daqifi","download_url":"https://codeload.github.com/daqifi/daqifi-desktop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daqifi%2Fdaqifi-desktop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: 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":[],"created_at":"2026-01-16T08:21:40.640Z","updated_at":"2026-01-16T08:21:41.239Z","avatar_url":"https://github.com/daqifi.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DAQiFi Desktop\r\n\r\nWindows desktop application (.NET) that is used to communicate with DAQiFi hardware.\r\n\r\n## Tech Stack\r\n\r\n- .NET 9.0\r\n- WPF\r\n- SQLite\r\n\r\n## Dependencies\r\n\r\n- EntityFramework (ORM)\r\n- Google Protocol Buffers (read incoming data from DAQiFi hardware)\r\n- MahApps (UI components)\r\n- Oxyplot (for graphing)\r\n\r\n## CI/CD\r\n\r\nThe project uses GitHub Actions for continuous integration and deployment:\r\n\r\n- **Build \u0026 Test**: Automated build, testing, and code coverage on every pull request\r\n- **Static Analysis**: .NET SDK analyzers and Roslynator for code quality enforcement\r\n- **Code Coverage**: ReportGenerator creates HTML reports and posts summaries to PRs (80% minimum required)\r\n- **MSI Installer**: Automated Windows installer builds using Wix Toolset\r\n- **Release**: Automatic release asset publishing when GitHub releases are created\r\n- **Dependency Updates**: Dependabot manages NuGet and GitHub Actions dependencies weekly\r\n\r\nAll workflows run on .NET 9.0 with Windows runners for WPF compatibility.\r\n\r\n## Observability\r\n\r\nExceptions are sent to [BugSnag](https://app.bugsnag.com/daqifi/daqifi-desktop/)\r\n\r\n## Documentation\r\n\r\nHow data goes from the device to the database.\r\n\r\n```mermaid\r\nsequenceDiagram\r\nDAQiFiHardware-\u003e\u003eIStreamingDevice: Protobuf Message\r\nIStreamingDevice-\u003e\u003eMessageConsumer: Protobuf Message\r\nMessageConsumer-\u003e\u003eMessageConsumer: Decode Message\r\nMessageConsumer-\u003e\u003eIDevice:OnMessageReceived()\r\nIDevice-\u003e\u003eIChannel:Set Active Sample\r\nIChannel-\u003e\u003eIChannel:Scale Sample(Expression)\r\nIChannel-\u003e\u003eLoggingManager:OnChannelUpdated()\r\nLoggingManager-\u003e\u003eDatabaseLogger:HandleChannelUpdate()\r\nDatabaseLogger-\u003e\u003eDatabaseLogger:Add to Buffer\r\nDatabaseLogger-\u003e\u003eDatabaseLogger:ConsumerThread\r\nDatabaseLogger-\u003e\u003eDatabase:Bulk Insert Buffer\r\n```\r\n\r\n## Installer\r\n\r\n- Uses [Wix Toolset](https://wixtoolset.org/)\r\n- Separate solution `Daqifi.Desktop.Setup`\r\n\r\n## WiFi Device Connectivity\r\n\r\nDAQiFi Desktop discovers and connects to DAQiFi devices over WiFi using UDP broadcasts and TCP connections.\r\n\r\n### Network Requirements\r\n- **Same Network**: Computer and DAQiFi device must be on the same network/subnet\r\n- **Firewall**: UDP port 30303 must be allowed (configured automatically with admin privileges)\r\n- **Virtual Machines**: Use bridged networking mode for VM environments\r\n\r\n### Troubleshooting WiFi Discovery\r\n1. **Run as Administrator** - Required for automatic firewall configuration\r\n2. **Check Network Connection** - Ensure computer and device are on same WiFi network\r\n3. **Verify Connectivity** - Test with `ping \u003cdevice-ip\u003e` from command prompt\r\n4. **Manual Connection** - Use manual IP connection if discovery fails\r\n\r\n### Port Configuration\r\n- **UDP Discovery**: Port 30303 (device discovery broadcasts)\r\n- **TCP Data**: Device-specific port (varies by device, typically 9760)\r\n\r\n## Contribution\r\n\r\nPlease read [Contributing Guidelines](CONTRIBUTING.md) before contributing.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaqifi%2Fdaqifi-desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaqifi%2Fdaqifi-desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaqifi%2Fdaqifi-desktop/lists"}