{"id":63703,"library":"tbrandon-mbserver","title":"Modbus Server","description":"A Go implementation of a Modbus server (slave) for industrial communication.","status":"active","version":"0.0.0-20231208015628-36eb59221ac2","language":"go","source_language":null,"source_url":"https://github.com/tbrandon/mbserver","tags":["modbus","server","industrial","tcp"],"install":[{"cmd":"go get github.com/tbrandon/mbserver","lang":"bash","label":"Install github.com/tbrandon/mbserver"}],"dependencies":[],"imports":[{"symbol":"mbserver","correct":"github.com/tbrandon/mbserver"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/tbrandon/mbserver\"\n)\n\nfunc main() {\n\tserv := mbserver.NewServer()\n\tserv.ListenTCP(\"localhost:502\")\n\tdefer serv.Close()\n\tselect {}\n}","lang":"go","description":"Starts a Modbus TCP server on port 502."},"warnings":[],"env_vars":null,"search_vec":"'communic':13 'go':4 'implement':5 'industri':12,16 'modbus':1,8,14 'server':2,9,15 'slave':10 'tcp':17","created_at":"2026-06-17T16:47:02.176681+00:00","updated_at":"2026-06-17T16:47:02.176681+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/tbrandon/mbserver","github":"https://github.com/tbrandon/mbserver","docs":"https://pkg.go.dev/github.com/tbrandon/mbserver#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}