davetcc / tcMenu

Menu library for Arduino, mbed and ESP with designer UI and remote control capabilities.
https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/
Apache License 2.0
271 stars 25 forks source link

Add a very simple embedded connection tester to the CLI #426

Closed davetcc closed 7 months ago

davetcc commented 7 months ago

Is your feature request related to a problem? Please describe. In the CLI, add a very simple API tester that can test most command types without needing embed control running to do so.

Describe the solution you'd like It is sometimes easier to handle testing of an embedded connection using a simple harness, this harness just allows messages to be sent to the remote device and prints out any responses. In the longer term it may be extended to allow testing of APIs as well, but this will be in phase two.

davetcc commented 7 months ago

The current support is good enough for the first pass.