IoT connector
Posted by: Robert Watson
Date: May 01, 2024 02:32PM

I'm trying to connect my IoT device (Tibbo) to my local server mysql instance. The device has its own IDE and library set which unfortunately doesn't include a mysqlclient library.
A previous user had put together a primitive mysql_client code in basic,which doesn't work to connect because of password encryption changes. They used a salt followed by sha1/sha1.
Could someone steer me to a codebase that I could use to build a new mysql client in C. I have limited encryption library functions (sha1,AES128,RC4)

Options: ReplyQuote


Subject
Views
Written By
Posted
IoT connector
463
May 01, 2024 02:32PM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.