{"id":17169304,"url":"https://github.com/alerighi/tinymodbus","last_synced_at":"2026-01-16T00:49:58.353Z","repository":{"id":250378949,"uuid":"834302903","full_name":"alerighi/tinymodbus","owner":"alerighi","description":"A tiny, header-only, portable and compliant Modbus implementation, suitable for embedded systems","archived":false,"fork":false,"pushed_at":"2024-07-29T22:14:42.000Z","size":45,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-15T23:25:45.760Z","etag":null,"topics":["c","embedded","header-only","modbus","tiny"],"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/alerighi.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-07-26T22:20:08.000Z","updated_at":"2024-07-30T08:36:47.000Z","dependencies_parsed_at":"2024-07-30T03:25:00.057Z","dependency_job_id":null,"html_url":"https://github.com/alerighi/tinymodbus","commit_stats":null,"previous_names":["alerighi/tinymodbus"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alerighi%2Ftinymodbus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alerighi%2Ftinymodbus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alerighi%2Ftinymodbus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alerighi%2Ftinymodbus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alerighi","download_url":"https://codeload.github.com/alerighi/tinymodbus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227701530,"owners_count":17806616,"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":["c","embedded","header-only","modbus","tiny"],"created_at":"2024-10-14T23:25:44.627Z","updated_at":"2026-01-16T00:49:58.321Z","avatar_url":"https://github.com/alerighi.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tiny Modbus\n\n**WARNING**: this is still an early-stage work inprogress!\n\nA tiny, header-only, portable and compliant Modbus implementation, suitable for embedded systems.\n\n## Goals\n\nThese are the goals of this library:\n\n-   portability: this library shall be easily ported on any system. It relies only on a few C standard library headers, and doesn't do any internal memory allocation\n-   correctness: this library is developed by implementing the exact specification of the Modbus protocol\n-   completeness: all the features of the Modbus specification are implemented\n\n## Transport\n\nThe transport is the interface that must be implemented to connect the library to a TCP/IP socket or serial port.\n\nIt requires implementing only two functions: `read()` and `write()`, that have the typically API for a function that reads/writes to a serial port or socket.\n\n## Posix transport\n\nTo simplify library usage on systems that have a POSIX API (such as Linux and UNIX-like OS, including macOS) a compatibility layer is added.\n\nThis layer is enabled only on such systems, allowing to create a transport without manually opening and configuring sockets and serial ports.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falerighi%2Ftinymodbus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falerighi%2Ftinymodbus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falerighi%2Ftinymodbus/lists"}