socialwifi / RouterOS-api

Python API to RouterBoard devices produced by MikroTik.
MIT License
255 stars 98 forks source link

Use Paramiko to allow SSH connections too #37

Open emibcn opened 5 years ago

emibcn commented 5 years ago

Hello! I've recently published a library to access, between others, Mikrotik/RouterOS devices: https://github.com/emibcn/pyradio/ . It's in initial version (only one test), so it might greatly change ;)

I'm planning on using your library to send commands to MT devices and I think it would be great if it can indistinctly connect via API or SSH services (and maybe others, like webfig or telnet, for example). I can collaborate in developing it here, or do the abstraction layer directly in Pyradio.

Regards