Using MegunoLink command interface ontop of exiting CLI
Posted: Sat Nov 18, 2023 10:29 pm
I have a well developed project that has a CLI implemented with my own extensive set of commands and responses etc.
However I would very much like to leverage the fantastic set of tools and visualisers etc from MegunoLink.
My initial thought is to make up a filter that detects if the message format is one for MegunoLink and passes this onto the appropriate handler/stream whilst letting all others go through to my CLI.
Is this something others have done?
My project is running on a Teensy4.1 so I have plenty of resources available to do such an implementation.
However I would very much like to leverage the fantastic set of tools and visualisers etc from MegunoLink.
My initial thought is to make up a filter that detects if the message format is one for MegunoLink and passes this onto the appropriate handler/stream whilst letting all others go through to my CLI.
Is this something others have done?
My project is running on a Teensy4.1 so I have plenty of resources available to do such an implementation.