Difference between revisions of "IoTGateway/SDK/NALInterface"
From ESS-WIKI
(Created page with "=Abstract= :The main way '''WSN API SDK''' can be extended is to add new "'''NET'''" modules into its palette. Customer can follow the general C API, structure, command, even...") |
|||
Line 1: | Line 1: | ||
=Abstract= | =Abstract= | ||
− | :The main way '''WSN API SDK''' can be extended is to add new "'''NET'''" modules into its palette. Customer can follow the general C API, structure, command, event and define ( called "''' | + | :The main way '''WSN API SDK''' can be extended is to add new "'''NET'''" modules into its palette. Customer can follow the general C API, structure, command, event and define ( called "'''NAL'''" layer Interface ) to add its own "NET" modules (ex: zigbee, bluetooth... ). |
Revision as of 03:34, 26 February 2016
Abstract
- The main way WSN API SDK can be extended is to add new "NET" modules into its palette. Customer can follow the general C API, structure, command, event and define ( called "NAL" layer Interface ) to add its own "NET" modules (ex: zigbee, bluetooth... ).