{"id":37054098,"url":"https://github.com/ricado-group/dotnet-modbus","last_synced_at":"2026-01-14T06:06:26.403Z","repository":{"id":40571507,"uuid":"331271926","full_name":"ricado-group/dotnet-modbus","owner":"ricado-group","description":"A Modbus Communication Library for .NET 6+ and .NET Standard 2.0 Applications","archived":false,"fork":false,"pushed_at":"2025-08-12T02:32:47.000Z","size":91,"stargazers_count":5,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-27T06:22:40.612Z","etag":null,"topics":["comms","device","modbus","rtu"],"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/ricado-group.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}},"created_at":"2021-01-20T10:31:13.000Z","updated_at":"2024-01-29T03:11:46.000Z","dependencies_parsed_at":"2023-01-30T18:16:39.862Z","dependency_job_id":null,"html_url":"https://github.com/ricado-group/dotnet-modbus","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/ricado-group/dotnet-modbus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricado-group%2Fdotnet-modbus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricado-group%2Fdotnet-modbus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricado-group%2Fdotnet-modbus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricado-group%2Fdotnet-modbus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ricado-group","download_url":"https://codeload.github.com/ricado-group/dotnet-modbus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricado-group%2Fdotnet-modbus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28412187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"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":["comms","device","modbus","rtu"],"created_at":"2026-01-14T06:06:25.906Z","updated_at":"2026-01-14T06:06:26.391Z","avatar_url":"https://github.com/ricado-group.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RICADO.Modbus\nA Modbus Communication Library for .NET 6+ and .NET Standard 2.0 Applications\n\n\n## Sample usage\n\n```csharp\nusing RICADO.Modbus;\n\nusing (ModbusRTUDevice device = new ModbusRTUDevice(1, ConnectionMethod.TCP, \"10.1.4.205\", 8000, 5000, 3))\n{\n    await device.InitializeAsync(CancellationToken.None);\n    ReadRegistersResult data = await device.ReadHoldingRegistersAsync(2000, 7, CancellationToken.None);\n    foreach (var value in data.Values)\n    {\n        Console.Write(value);\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricado-group%2Fdotnet-modbus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fricado-group%2Fdotnet-modbus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricado-group%2Fdotnet-modbus/lists"}