C# API - tik4net on GitHub

Hi,

I must agree with nescafe2002. (IMHO RoMon telnet/ssh is unsupported either). I tried to workaround it (by some trick) but was not successfull.
Some links to read:
http://forum.mikrotik.com/t/tool-romon-ssh-using-output-to-file-for-a-remote-site-survey/90878/1
http://forum.mikrotik.com/t/remote-ssh-via-script/64915/1

Janisk (from mikrotik) citation: everything that looks suspiciously interactive, like ssh login or telnet login will not work if ran from scheduler or script.

I saw also some sample bash script (from some mikrotik guy) which uses ssh to neighbour machine to perform changes on another machine via RoMon/mactelnet internal feature (but I cant find it anymore).

Finaly I end up with wrapping mactelnet application (classic mikrotik windows neigbour app) and using it to play prepared script on selected machine. I have plan to release it as library, but it will take time …
https://www.mikrotik.com/download/neighbour.zip

D