1.0.0 • Published 5 years ago

telecomnbiotnorthsdk v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

TelecomNBIotNorthSDK

this module aim to simplify the development process

Installation

$ npm install telecomnbiotnorthsdk --save

Requires nodejs >= 0.10.x

API

new TelecomNBNorthSDK(options)

specified and options and returns a instance.

The options argument is:

  • host: telecom iot platform host (default 180.101.147.89)
  • port: telecom iot platform port (default 8743)
  • cert: fs.readFileSync('outgoing.CertwithKey.pem'), outgoing.CertwithKey.pem is generated by outgoing.CertwithKey.pkcs12
  • passphrase: the password of outgoing.CertwithKey.pem