You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of all of the things to be written in go, the embedded software makes the most sense!
Deployment of a large old python application is silly! I know that python can be made small (get rid of pip), but really it would still be simpler to just deploy a single binary.
The thing holding me back before was that the AWS IoT Core Device SDKs only came in python, C++, Java, and Javascript flavours. However this guy has got it working by just using a vanilla off-the-shelf MQTT client.
This seems pretty neat to me. And would help with deploys, perhaps allowing us to move to upswift in the future...
The text was updated successfully, but these errors were encountered:
Of all of the things to be written in go, the embedded software makes the most sense!
Deployment of a large old python application is silly! I know that python can be made small (get rid of pip), but really it would still be simpler to just deploy a single binary.
The thing holding me back before was that the AWS IoT Core Device SDKs only came in python, C++, Java, and Javascript flavours. However this guy has got it working by just using a vanilla off-the-shelf MQTT client.
This seems pretty neat to me. And would help with deploys, perhaps allowing us to move to upswift in the future...
The text was updated successfully, but these errors were encountered: