/nbiot_dev_sim

a cli device simulator sending and receiving raw udp packages to an nbiot cloud gateway on azure

Primary LanguageJavaScript

nbiot-dev_sim

Simple command line app to:

  • send UDP messages to an UDP server
  • receive UDP/CoAP messages from a server

Disclaimer

The code provided in this sample is not production ready and was built for demonstration and illustration purposes. Hence, the code has sample quality. It relies heavily on the udp package.

Running the sample

npm install
npm start

(Change the env variables to whatever is your cloud gateway)