Lib to communicate with MTik router API (thorough command line tool)
device = Struct.new(:ip, :login, :password).new("127.0.0.1", "admin", "secret")
MTikProxy::Connection.new(device).ping
MTikProxy::Connection.new(device).get_ssid
MTikProxy::Connection.new(device).reboot!
Catch unauthorized error
Fix reboot noanswer issue
MIT License. Copyright 2012