mikrotik-exporter/vendor/gopkg.in/routeros.v2/README.md
2017-08-27 23:27:11 -04:00

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