-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathREADME.txt
73 lines (41 loc) · 1.77 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
= MTik -- A Ruby implementation of the MikroTik RouterOS API
The MTik gem implements the MikroTik RouterOS API for connecting to
devices running RouterOS (with the API enabled) over the network.
== Examples
Included in the bin subdirectory are four example ruby scripts
that use the Ruby API implementation:
tikcli:: A command-line-like API interface
tikcommand:: A tool for executing a single API command from
a unix command-line
tikfetch:: A tool for instructing devices to download files
from specified URLs (unix command-line tool)
tikjson:: Like 'tikcommand' a tool for executing a single
API command, except the output is formatted in
JSON-style
== Download
The latest version of MTik can be found at
* https://aarongifford.com/computers/mtik/
Ruby RDoc documentation can be found online at
* https://aarongifford.com/computers/mtik/doc/
Additional documentation is available at
* https://aarongifford.com/computers/mtik/
* https://wiki.mikrotik.com/wiki/API_Ruby_class
Source code is available on GitHub:
* https://www.github.com/astounding/mtik/
For documentation on the MikroTik RouterOS API, see
* https://wiki.mikrotik.com/wiki/API
== Installation
To install MTik is through its GEM file:
% [sudo] gem install mtik-4.1.1.gem
== License
This gem and all other scripts and documentation files are licensed
under a BSD-style license. (See the LICENSE.txt file.)
== Report Bugs
Bugs/issues may also be reported via GitHub:
* https://www.github.com/astounding/mtik/issues/
ALSO, please send the author a note regarding the issue by clicking on the
"Contact Me" link in the left-hand menu of the author's web site.
The direct URL is:
* https://aarongifford.com/leaveanote.html
Thank you!
-- Aaron D. Gifford