JENIE Programming Interface
Interfacing to Jennic protocol stacks is through the Jennic Easy Network Interface Envinroment, known as JENIE. This provides a network independent, common interface catering for different levels of abstraction and complexity. A simple command interperter with AT-like command set is provided by AT-Jenie and standard C API function Library by Jenie
AT-JENIE
AT-Jenie is an alpha-numeric textual command interpreter that provides a simple application programming interface to interact with Jennic's network protocol stacks, microcontroller peripherals and system services.
It is accessible through the on chip UART and offers an ideal interface for wireless co-processor applications. Wireless nodes may be connected directly to a PC or any other device that is able to communicate over a serial port. AT-Jenie enables wireless connectivity to be brought to existing non-wireless systems with limited software changes.
It also provides simplified access to network and microcontroller functions, such as ADC, timer, or GPIOs, and allows also remote access over-the-air to any node in the network. For example, the user can read back registers from GPIOs on remote nodes and set network parameters without the need to program an application.
JENIE Network Stack API

The Jenie network stack API provides an easy to use C programming interface to interact with Jennic's network protocol stacks, microcontroller peripherals and system services. It provides a common interface to all network protocol stacks, making it easy to adapt applications to alternative networking scenarios.