aws-samples / arduino-aws-greengrass-iot

This library uses AWS C-SDK to implement an Arduino class AWSGreenGrassIoT to make it easy to securely connect sensors/actuator to AWS IoT core, directly or by mean of an AWS greengrass device (i.e. Raspberry PI) using X509 certificates.
Apache License 2.0
44 stars 13 forks source link

Binary data on Topic #10

Open jalfarohi opened 3 years ago

jalfarohi commented 3 years ago

I want to send binary data (image code with base64) to Greengrass core to run ML prediction on the edge. The issue is that the function "publish" do not allow len parameter and if I put the data into a topic it will be truncated.