Connecting NEONIOUS ONE to AWS IoT
-
Hello.
I managed to connect neonious one to AWS IoT. I can't believe my eyes. It connects over mqtts with all AWS credentials supported. It publishes to topics and subscribes also.
AWS package aws-iot-device-sdk with dependencies weights above 20 MB, but I've made bundle with webpack and it is only 227 kB. Then I downloaded all credentials and bundle to neonious via IDE, made bundle entry point and it SIMPLY WORKS!!
PS Of course I've made this
require('mqtt-packet').writeToStream.cacheNumbers = false