Skip to content

tho068/mqtt-nbiot-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nb-IoT to Telenor Managed IoT Cloud Bridge

How to use

# install dependencies
npm i

# run the bridge
node src/index.js --path "path to cert folder" --username "mic username" --password "mic password"

Sending an Authenticated CoAP Package

Publishing an authenticated message requires the following:

  • Download the certificate files for the device from MIC
  • Create an MD5 hash of the pubkey.pem file (this can be done using the hashtest.js file)
  • Add the hash as a CoAP option to the request under the name '403'

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published