| Path: | README.txt |
| Last Update: | 2010-04-24 00:56:04 -0600 |
The MTik gem implements the MikroTik RouterOS API for connecting to devices running RouterOS (with the API enabled) over the network.
Included in the examples subdirectory are four example ruby scripts that use the Ruby API implementation:
| tikcli.rb: | A command-line-like API interface |
| tikcommand.rb: | A tool for executing a single API command from a unix command-line |
| tikfetch.rb: | A tool for instructing devices to download files from specified URLs (unix command-line tool) |
| tikjson.rb: | Like ‘command.rb’ a tool for executing a single API command, except the output is formatted in JSON-style |
The latest version of MTik can be found at
Ruby RDoc documentation can be found online at
Additional documentation is available at
For documentation on the MikroTik RouterOS APi, see
To install MTik is through its GEM file:
% [sudo] gem install mtik-3.1.0.gem
This gem and all other scripts and documentation files are licensed under a BSD-style license. (See the LICENSE.txt file.)
Please report bugs by going to the author’s web site and clicking on the “Contact Me” link in the left-hand menu. The direct URL is:
Thank you!
— Aaron D. Gifford