Ruby MikroTik API library gem version 4.0.0 released

The Ruby API client library gem has reached version 4.0.0. The new version fixes some minor bugs and adds the ability to automatically cancel an executing command (one that sends multiple API replies, perhaps indefinitely) after a specified number of reply sentences has been received via the MTik::command() library method.

An example of this new feature was added to the MikroTik wiki for the Ruby API client at:

http://wiki.mikrotik.com/wiki/API_Ruby_class

See the CHANGELOG at the author’s web site or on GitHub for further information (link is below).

The gem is available via the Ruby Gem system:

gem install mtik

More information, the CHANGELOG, and prepackaged gem files are available from the author’s web site at:

http://www.aarongifford.com/computers/mtik/

Complete source code is available on GitHub at:

https://github.com/astounding/mtik/

Aaron out.

I should have added that the Ruby API client library is not in any way affiliated with MikroTik. I wrote it because the MikroTik RouterOS API offers an easy way to control large numbers of MikroTik RouterOS devices and Ruby is my scripting language of choice.

In addition to the MikroTik wiki documentation, I have Ruby client library docs on my personal web site at:

http://www.aarongifford.com/computers/mtik/latest/doc/index.html

Aaron out.

thanks for update.