Size of the library #647
-
Hello, I'm checking if we could use AWS IoT for a product we have. It's a linux based product which would have around 20MB of space available for the application using AWS IoT. I've tried to compile using the I know the AWS IoT C SDK is available too (I've integrated it on another project), however we would need the Secure Tunnel feature and it didn't seem to be supported in the C SDK. Is this assumption correct? I've tried building the basic-pub-sub app and its size is already 21MB. Would 20MB of free space enough to use MQTT connection, shadow, jobs and secure tunnels? If yes, would there be some guidelines to do so? Thanks for your help, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I recently took a look at size for various internal reasons, this was the table I ended up with for Linux builds. All builds in release, shared objects; symbol stripped also included -Os.
|
Beta Was this translation helpful? Give feedback.
-
That's great thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
I recently took a look at size for various internal reasons, this was the table I ended up with for Linux builds.
All builds in release, shared objects; symbol stripped also included -Os.