Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/panStamp/swap
- Owner: panStamp
- License: lgpl-3.0
- Created: 2015-06-19T08:42:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T08:46:41.000Z (over 7 years ago)
- Last Synced: 2024-08-04T04:02:46.396Z (4 months ago)
- Language: C++
- Size: 123 KB
- Stars: 23
- Watchers: 4
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
- awesome-embedded-software - panStamp-SWAP - Simple Wireless Abstract Protocol for any existing ISM radio. (Protocols / Protocol Parsers)
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.