Hello Everyone!
I'm using a CC3235S Board and I wonder if is possible use SSH Interface in this board.
Anyone knows about this?
Thank you for your support.
Regards
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Everyone!
I'm using a CC3235S Board and I wonder if is possible use SSH Interface in this board.
Anyone knows about this?
Thank you for your support.
Regards
Hi,
As Jan mentioned, there is no built-in SSH support for the CC32xx. You will need to implement that protocol yourself.
Depending on your use case, you may want to look into using MQTT as an application protocol for simple data transfer. MQTT is officially supported with a native library in the SDK.
Regards,
Michael