UNPKG

cc-znp

Version:

The interface for a host to communicate with TI CC253X Zigbee Network Processor(ZNP) over a serial port.

41 lines (22 loc) 1.09 kB
cc-znp ======================== The interface for a host to communicate with TI **CC**253X **Z**igBee **N**etwork **P**rocessor(ZNP) over a serial port. [![NPM](https://nodei.co/npm/cc-znp.png?downloads=true)](https://nodei.co/npm/cc-znp/) [![Build Status](https://travis-ci.com/zigbeer/cc-znp.svg?branch=master)](https://travis-ci.com/zigbeer/cc-znp) [![npm](https://img.shields.io/npm/v/cc-znp.svg?maxAge=2592000)](https://www.npmjs.com/package/cc-znp) [![npm](https://img.shields.io/npm/l/cc-znp.svg?maxAge=2592000)](https://www.npmjs.com/package/cc-znp) <br /> ## Documentation Please visit the [Wiki](https://github.com/zigbeer/cc-znp/wiki). <br /> ## Overview **cc-znp** allows you to interact with TI's CC253X ZigBee Network Processor(ZNP) on node.js via *TI Z-Stack Monitor and Test(MT) APIs* upon an UART interface. <br /> ## Installation > $ npm install cc-znp --save <br /> ## Usage See [Usage](https://github.com/zigbeer/cc-znp/wiki#Usage) on the Wiki for details. <br /> ## License Licensed under [MIT](https://github.com/zigbeer/cc-znp/blob/master/LICENSE).