mirror of
https://github.com/nshttpd/mikrotik-exporter.git
synced 2024-12-13 14:38:44 +01:00
15 lines
405 B
Markdown
15 lines
405 B
Markdown
# RouterOS Client for the Go language
|
|
|
|
Go library for accessing Mikrotik devices using the RouterOS API.
|
|
|
|
Look in the examples directory to learn how to use this library:
|
|
[run](examples/run/main.go),
|
|
[listen](examples/listen/main.go),
|
|
[tab](examples/tab/main.go).
|
|
|
|
API documentation is available at [godoc.org](http://godoc.org/gopkg.in/routeros.v2).
|
|
|
|
To install it, run:
|
|
|
|
go get gopkg.in/routeros.v2
|