Page 1 of 1

any recommendations for a cli for esp32?

Posted: Sat Sep 16, 2017 4:51 pm
by cmorgan
We'd like to integrate a cli to support some runtime debugging. Might hook that into a tcp socket at some point so we can do so remotely but for now serial is fine.

Looking at FreeRTOS cli the license is gplv2 which would appear to require us to release our code. Does anyone have a recommendation?

Any one use mbed-cli? https://github.com/ARMmbed/mbed-cli?

Other ideas?

Chris

Re: any recommendations for a cli for esp32?

Posted: Sat Sep 16, 2017 5:09 pm
by WiFive

Re: any recommendations for a cli for esp32?

Posted: Sat Sep 16, 2017 5:28 pm
by cmorgan
That looks like it could work, thanks for the pointer!