eduardogsilva / routerfleet

RouterFleet: An open-source solution for centralized router and network equipment management. Initially focused on Mikrotik devices, it offers simplified backups, updates, and security. Perfect for managing a fleet of devices efficiently. Join us in evolving RouterFleet's capabilities
MIT License
65 stars 3 forks source link

SwOS support #18

Open hellofaduck opened 4 months ago

hellofaduck commented 4 months ago

Adding support for SwOS would enable the retrieval of binary backups via http with basic auth. This would allow coverage of all Mikrotik devices, not just RouterOS.

eduardogsilva commented 4 months ago

I took a quick look on SwOS and couldn't find a way of running it here. Do you know any emulator capable of running it?

Since I'm still adding features to routerfleet, For now, I won't be adding any equipment that I can't easily test again in the future.

It may take a while for integrating SwOS.

hellofaduck commented 4 months ago

I dont think there is a way to emulate SwOS, but i am shure that external backup is working with this comand:"wget -q --user admin --ask-password "http://192.168.1.1/backup.swb" I have some swos devices so i can test this feature for you if you need it.

eduardogsilva commented 4 months ago

Systems that I cannot properly test are a bit more complicated to be implemented. I'm still working for a complete version of routerfleet with all my ideas implemented.

At this stage, I'm only implementing routers that I can properly test and validade on my environment.

Routers that cannot be freely validated here, will take longer to implement, else, the backups will work, but they will be missing important new features if I can't arrange other tests in the future.

Sorry, but for now, SwOS will have to wait.

Cheers