Search found 2 matches
- Tue Jan 29, 2019 9:10 am
- Forum: ESP IoT Solution
- Topic: Publishing 10 variables from ESP32 to cloud over MQTT
- Replies: 5
- Views: 9503
Re: Publishing 10 variables from ESP32 to cloud over MQTT
Hi, I'm also trying to push data into the cloud using an HTTP bridge. My problem is that I cannot generate a successful JWT otherwise called a JASON token. I tried using the GoogleIoTCore.h and other Google based libraries for the ESP32 but none have been successful in generating a JWT which I can a...
- Wed Dec 19, 2018 8:37 am
- Forum: ESP IoT Solution
- Topic: Creating a ECDSA signature for a JWT to use on Google IoT Core connections
- Replies: 0
- Views: 4385
Creating a ECDSA signature for a JWT to use on Google IoT Core connections
Hi, I am currently working on a project that requires the GCP IoT Cloud Core services and I need help generating the JWT signature using ECDSA. I am aware that the ESP32 has embedded tools at its disposal to help, including the ecdsa.h file. My problem is just that I have no idea as to how to use th...