librouteros: add package
authorSven Roederer <devel-sven@geroedel.de>
Mon, 10 Jun 2019 13:13:43 +0000 (15:13 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 21 Oct 2019 19:01:40 +0000 (21:01 +0200)
commit137069f90e20230eada923c1d1e7366a9a22168a
tree14fe8a8dede631dcff8b359522d742667f5bd1e9
parentc9916f8cc7182b30280ffff07cdcfe9cacc525b9
librouteros: add package

librouteros is a library to communicate with RouterOS, the operating system of MikroTik's
RouterBoards. It uses the API port provided by those systems to connect and talk to the
devices.

API connections must be explicitly enabled. To do so, issue the following command:

> /ip service enable api

Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
(cherry-picked from commit abaca50b5775bfe18104580598877312ee8876d3)
libs/librouteros/Makefile [new file with mode: 0644]