IoTGateway/WiseSnail Simulator

From ESS-WIKI
Revision as of 11:42, 11 October 2016 by Ivan.chen (talk | contribs)
Jump to: navigation, search

Download source code and install required modules

$ cd  ./WiseSnail_simulator
$ npm install mqtt --save
$ npm install keypress -- save

Folder/File mapping introduction

  • In WiseSnail_simulator directory, you can find wisesnail
  • This Simulator read wisesnail directory to send WiseSnail packet to MQTT broker.
  • Below is folder/file mapping introduction

20161011 nodejs wisesnail 3.png

How to test

  • add device by adding folder and files.(or you can use default folder wisesnail)
  • modify MQTT broker address in mqtt_server.conf
  • Launch wisesnail, then check RMM server.
$node wisesnail.js
  • Ctrl+C to disconnect device from RMM server