MTM-RouterOS-Scripting icon indicating copy to clipboard operation
MTM-RouterOS-Scripting copied to clipboard

An on demand loaded library of functions for ROS scripting

Results 3 MTM-RouterOS-Scripting issues
Sort by recently updated
recently updated
newest added

I tried to use the JSON Decode like in the guide: https://github.com/merlinthemagic/MTM-RouterOS-Scripting/blob/main/src/v7/Documentation/Tools/Json/Decode.md But I get the following Error message: `Script file loaded and executed successfully MTM/Facts.rsc/importRemoteFile: Fetching 'https://raw.githubusercontent.com/merlinthemagic/MTM-RouterOS-Scripting/main/src/v7/flash/Facts/Tools.rsc' to import...

hello, could please add the SHA256 hashing function and also HEX encryption to this amazing repository for ROS 7? thanks for sharing your works

enhancement

``` /system script add dont-require-permissions=no name=script1 owner=admin policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source="/import flash/MTM/Facts.rsc;\r\ \n:global MtmFacts;\r\ \n:local strTool [(\$MtmFacts->\"execute\") nsStr=\"getTools()->getStrings()\"];\r\ \n\r\ \n/ip arp print where \$dynamic=true and !complete and [(\$strTool->\"toLower\") \$interface] =[(\$strTool->\"toLower\") \"PublicDMZ\"]; #perfect\r\...