All Projects → vshn → tikapy

vshn / tikapy

Licence: BSD-3-Clause license
A python client for the MikroTik RouterOS API

Programming Languages

python
139335 projects - #7 most used programming language

tikapy

tikapy is a simple API client for MikroTik RouterOS written in python3.

Travis CI build status (master)

Installation

$ pip install tikapy

Examples

#!/usr/bin/python3

from tikapy import TikapySslClient
from pprint import pprint

client = TikapySslClient('10.140.66.11', 8729)

client.login('api-test', 'api123')
pprint(client.talk(['/routing/ospf/neighbor/getall']))
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].