Difference between revisions of "IoTGateway/SDK/NALInterface"

From ESS-WIKI
Jump to: navigation, search
(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 "'''HAL'''" layer Interface ) to add its own "NET" modules (ex: zigbee, bluetooth... ).
+
: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 04: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... ).