{"id":19450558,"url":"https://github.com/bonk-dev/dotbus","last_synced_at":"2026-01-31T09:32:45.920Z","repository":{"id":248993923,"uuid":"816303671","full_name":"bonk-dev/dotbus","owner":"bonk-dev","description":"dotbus is a lightweight and efficient Modbus/TCP library for C#. Designed with a focus on minimal memory allocation.","archived":false,"fork":false,"pushed_at":"2024-06-18T07:48:44.000Z","size":40,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T23:07:47.468Z","etag":null,"topics":["async","chsarp","dotnet","modbus","modbus-tcp","zero-allocation"],"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/bonk-dev.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":"2024-06-17T13:18:38.000Z","updated_at":"2025-01-20T17:02:48.000Z","dependencies_parsed_at":"2024-07-18T10:28:38.566Z","dependency_job_id":null,"html_url":"https://github.com/bonk-dev/dotbus","commit_stats":null,"previous_names":["bonk-dev/dotbus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bonk-dev/dotbus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonk-dev%2Fdotbus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonk-dev%2Fdotbus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonk-dev%2Fdotbus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonk-dev%2Fdotbus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bonk-dev","download_url":"https://codeload.github.com/bonk-dev/dotbus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonk-dev%2Fdotbus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28936190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T08:53:31.997Z","status":"ssl_error","status_checked_at":"2026-01-31T08:51:38.521Z","response_time":128,"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":["async","chsarp","dotnet","modbus","modbus-tcp","zero-allocation"],"created_at":"2024-11-10T16:38:15.473Z","updated_at":"2026-01-31T09:32:45.898Z","avatar_url":"https://github.com/bonk-dev.png","language":"C#","readme":"# .bus\ndotbus is a lightweight and efficient Modbus/TCP library for C#. \nDesigned with a focus on minimal memory allocation.\n\n## Usage\n```csharp\nvar client = new TcpClient()\n{\n    NoDelay = true\n};\n\n// Connect the TcpClient\nawait client.ConnectAsync(\"192.168.0.10\", 502);\nvar stream = client.GetStream();\n\n// Create the ModbusTcpClient (slave id: 0x01)\nawait using var mClient = new ModbusTcpClient(stream, 0x01);\n\n// Allocate buffer for coils\nvar coils = new Memory\u003cbool\u003e(new bool[2000]);\n\n// Read coils\nawait mClient.ReadCoilsAsync(coils, 0, Requests.MaxCoilAmount);\n```\n\nSee full usage in the ```dotbus.cli``` project.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonk-dev%2Fdotbus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbonk-dev%2Fdotbus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonk-dev%2Fdotbus/lists"}