![]()
The v0.1.0 alpha release

at_c is the client implementation of the atProtocol. Kind of like how you need a library to talk the HTTP protocol, you will need an atSDK to communicate in the atProtocol.
Since the atProtocol alone is not inherently useful, a client SDK is needed to do things like edge encryption, server authentication, and encapsulating the protocol in a more user-friendly manner.
This is just one of the few SDKs that I helped implement from scratch. I have also had a hand in implementing at_java, at_pico_w, and at_esp32, which are all atSDKs like at_c.
However, at_c flourished to be a more complete SDK compared to others due to customer attraction and need.
By August 2024, we were able to make our first v0.1.0 beta release.
I had the opportunity (with the help of a team) to implement low-level cryptographic features using MbedTLS as a dependency:
I had the opportunity of implementing:
CRUD operations
Events
AtKey
Authentication