davidkirwan / ardtweeno

Ardtweeno is an application gateway which bridges devices connected via Serial Link and an Internet Protocol network. The system is designed as a PaaS (platform as a service) for the Raspberry Pi ARM platform.
GNU General Public License v3.0
5 stars 0 forks source link

Develop a hardened SerialParser implementation suitable for reading/writing XBEE API mode requests #20

Open davidkirwan opened 11 years ago

davidkirwan commented 11 years ago

The Ardtweeno system will be far more useful if it is capable of communicating with XBEE radios running in API mode.

davidkirwan commented 11 years ago

Considering the removal of the API key handling out of the node firmware, and put it in the parser potentially. Match the API keys with the Mesh network node id's before posting packets to the gateway. This separation of concerns will allow each node to focus on the transmitting or retrieval of data rather than any unnecessary administration.