Aaron's Implementation of theMikroTik RouterOS API in Ruby Photo: Sculpted SandYou are not logged in. Click here to log in. | |
MTik -- A Ruby implementation of the MikroTik RouterOS APIThe MTik gem implements the MikroTik RouterOS API for connecting to devices running RouterOS (with the API enabled) over the network. Latest VersionThe latest version is version 3.0.2 released on 05 Feb. 2010. You can view the most recent changes in the CHANGELOG here. You can download the latest GEM here: If you want to use GIT to obtain the current source files (and also the GEM), you can do:
LicenseThis gem and all other scripts and documentation files are licensed under a BSD-style license. (See the LICENSE.txt file.) DocumentationBasic RDoc documentation can be found at: MikroTik's online wiki has documentation at: For more general documentation about the MikroTik MikroTik RouterOS API, see: InstallationTo install MTik is through its GEM file: The latest GEM file is available for download at:% [sudo] gem install mtik-3.0.2.gem ExamplesIncluded in the examples subdirectory of the GEM are four example ruby scripts that use the Ruby API implementation:
Report BugsPlease 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 | |