Is there any repository with standard functions for Mikrotik RouterOS?
I’m missing really basic stuff and writing them myself takes quite a bit of time.
I’ve just put these as a gist (please shoot at them) Mikrotik RouterOS padLeftString and padRightString functions
–jeroen
Other than the stuff you see with a tab or “?”, there’s nothing, which you’re right, is a bummer.
There is however the API protocol. For anything REALLY advanced, you can connect over from a remote device, via a program written in whatever programming language you’re comfortable with.
But yeah, not having built in basics like string replacements, var dumps, and the like is a big PITA.
I’d rather not rely too much on other devices and stick to what RouterOS itself can do.
But thanks for the confirmation.
I will see what I can do to get a repository up. First I need to find a way to sync the script contents on the Mikrotik with local files on my Mac or Windows machine so I can put it into a git repo.
–jeroen