Registry / networking / go-routeros-routeros

go-routeros-routeros

JSON →
library0.0.0-20210123142807-2a44d57c6730gogounverified

A pure Go client library for accessing MikroTik devices using the RouterOS API.

go get github.com/go-routeros/routeros
INSTALL
IMPORT
SIG · GO-ROUTEROS-ROUTER
G
go-routeros-routeros
networkinggov0.0.0-20210123142807-2a44d57c6730
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

routeros
github.com/go-routeros/routeros

Connects to a MikroTik router and prints its identity.

package main import ( "fmt" "github.com/go-routeros/routeros" ) func main() { c, _ := routeros.Dial("192.168.88.1:8728", "admin", "password") reply, _ := c.Run("/system/identity/print") fmt.Println(reply.Done.Map["name"]) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210123142807-2a44d57c6730latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
go-routeros-routeros — go get go-routeros-routeros · libregistry