You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a JAVA application that connects to a MikroTik RouterOS installation over SSH, and generates a JSON file containing the different menus, commands and arguments.
Other applications could use the generated JSON to generate for example syntax highlighting and completion suggestions for IDEs that edit ".rsc" files, or perhaps use it to do some trivial error checking of commands, be they scripting commands, or perhaps even API command calls (as long as the menu/command/argument is not API specific, obviously).
This application was originally written as a class assignment, successfully completed by Georgi Chakarov (geochak at gmail dot com).