{"id":74205,"library":"go-routeros-routeros","title":"RouterOS","description":"A pure Go client library for accessing MikroTik devices using the RouterOS API.","status":"active","version":"0.0.0-20210123142807-2a44d57c6730","language":"go","source_language":null,"source_url":"https://github.com/go-routeros/routeros","tags":["mikrotik","routeros","network","api"],"install":[{"cmd":"go get github.com/go-routeros/routeros","lang":"bash","label":"Install github.com/go-routeros/routeros"}],"dependencies":[],"imports":[{"symbol":"routeros","correct":"github.com/go-routeros/routeros"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/go-routeros/routeros\"\n)\n\nfunc main() {\n\tc, _ := routeros.Dial(\"192.168.88.1:8728\", \"admin\", \"password\")\n\treply, _ := c.Run(\"/system/identity/print\")\n\tfmt.Println(reply.Done.Map[\"name\"])\n}","lang":"go","description":"Connects to a MikroTik router and prints its identity."},"warnings":[],"env_vars":null,"search_vec":"'access':8 'api':14,18 'client':5 'devic':10 'go':4 'librari':6 'mikrotik':9,15 'network':17 'pure':3 'routero':1,13,16 'use':11","created_at":"2026-06-17T19:00:44.404525+00:00","updated_at":"2026-06-17T19:00:44.404525+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/go-routeros/routeros","github":"https://github.com/go-routeros/routeros","docs":"https://pkg.go.dev/github.com/go-routeros/routeros#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"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}}