UDP to Mqtt bridge for Telenor Managed IoT Cloud
npm install
node index.js --username "mic username" --password "mic password" --port "udp port" --path "path to cert folder"
Send a JSON payload containing the following required parameteres
{
"auth": "MD5 hash of public key",
"thingName": "MIC thing name",
...optionalParams
}