Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/panStamp/swap

Simple Wireless Abstract Protocol (SWAP) library for Arduino 1.6
https://github.com/panStamp/swap

Last synced: 23 days ago
JSON representation

Simple Wireless Abstract Protocol (SWAP) library for Arduino 1.6

Awesome Lists containing this project

README

        

This library for Arduino IDE 1.6 implements SWAP on top of any existing
ISM radio as far as the necessary hardware cores exist. Take a look at
our repository containing the cores to see how to port your radio for SWAP.

https://github.com/panStamp/panstamp/wiki

SWAP stands for Simple Wireless Abstract Protocol and is designed to turn
simple wireless nodes into powerful interoperable devices programmable
the Arduino IDE:

https://github.com/panStamp/panstamp/wiki/Simple%20Wireless%20Abstract%20Protocol

panStamp is fully supporting SWAP, which has proven to be a serious
alternative to other oversized and overkilled protocols like Zigbee.
SWAP usually requires less than 8 KB of flash space and less than 1 KB of RAM.

SWAP is not a true MESH technology. However, it is able to implement a good
amount of very different topologies, including star, point-to-point and
mixed coordinated-autonomous cells.