{"id":18863918,"url":"https://github.com/jwarwick/ex_modbus","last_synced_at":"2025-09-20T02:41:14.167Z","repository":{"id":24105261,"uuid":"27493068","full_name":"jwarwick/ex_modbus","owner":"jwarwick","description":"Elixir ModbusTCP Client","archived":false,"fork":false,"pushed_at":"2015-11-04T13:42:54.000Z","size":142,"stargazers_count":6,"open_issues_count":0,"forks_count":15,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T02:11:31.215Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/jwarwick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-03T15:17:03.000Z","updated_at":"2023-09-05T12:36:12.000Z","dependencies_parsed_at":"2022-08-22T10:31:37.402Z","dependency_job_id":null,"html_url":"https://github.com/jwarwick/ex_modbus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwarwick%2Fex_modbus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwarwick%2Fex_modbus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwarwick%2Fex_modbus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwarwick%2Fex_modbus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwarwick","download_url":"https://codeload.github.com/jwarwick/ex_modbus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248886314,"owners_count":21177643,"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":[],"created_at":"2024-11-08T04:39:04.599Z","updated_at":"2025-09-20T02:41:09.127Z","avatar_url":"https://github.com/jwarwick.png","language":"Elixir","readme":"ExModbus\n========\n\nAn Elixir ModbusTCP client implementation.\n\n## Usage\n\n```\n  % iex -S mix\n  \n  iex(1)\u003e {:ok, pid} = ExModbus.Client.start_link {10, 2, 3, 4}\n  {:ok, #PID\u003c0.79.0\u003e}\n\n  iex(2)\u003e ExModbus.Client.read_data pid, 1, 0x1037, 1\n  10:12:14.925 [debug] Packet: \u003c\u003c0, 1, 0, 0, 0, 6, 1, 3, 16, 55, 0, 1\u003e\u003e\n  10:12:14.947 [debug] Response: \u003c\u003c0, 1, 0, 0, 0, 5, 1, 3, 2, 0, 0\u003e\u003e\n  %{data: {:read_holding_registers, [0]}, transaction_id: 1, unit_id: 1}\n\n  iex(3)\u003e ExModbus.Client.generic_call pid, 1, ExModbus.Profile.Acuvim.property(:date_time)\n  10:13:37.025 [debug] Packet: \u003c\u003c0, 1, 0, 0, 0, 6, 1, 3, 16, 64, 0, 6\u003e\u003e\n  10:13:37.038 [debug] Response: \u003c\u003c0, 1, 0, 0, 0, 15, 1, 3, 12, 7, 212, 0, 11, 0, 29, 0, 0, 0, 52, 0, 7\u003e\u003e\n  {{2004, 11, 29}, {0, 52, 7}}\n```\n## License\n\nSee the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwarwick%2Fex_modbus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwarwick%2Fex_modbus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwarwick%2Fex_modbus/lists"}