Thanks for your comment! I know Napalm and iâm using it for automation tasks in our core network with Cisco and Huawei devices. Napalm is more oriented to network devices that supports âconfiguration statesâ like candidate, active, etc⌠Mikrotik doesnât support it.
Another thing is that the Napalm module for Mikrotik only have implemented (at the moment) getters as they say in their GitHub module homepage but doesnât allow configurations on device.
The main intention of my project is to serve an easy and friendly SSH API for MikroTik devices. It can be used from get some basic info from device or even in an automation scenario.