Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panStamp/uswap
Micro SWAP stack
https://github.com/panStamp/uswap
Last synced: 23 days ago
JSON representation
Micro SWAP stack
- Host: GitHub
- URL: https://github.com/panStamp/uswap
- Owner: panStamp
- License: lgpl-3.0
- Created: 2016-01-11T16:49:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T23:37:43.000Z (almost 9 years ago)
- Last Synced: 2024-08-04T04:02:47.574Z (4 months ago)
- Language: C++
- Homepage: http://www.panstamp.com
- Size: 56.6 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-embedded-software - panStamp-uSWAP - Micro SWAP stack for MCU's connected via UART. (Protocols / Protocol Parsers)
README
# uSWAP
Micro SWAP stack for MCU's connected to a panStamp modem via UARTThis library connects to a panStamp modem connected to the MCU UART. This library is not really like pyswap, the main differences being:
* uSWAP is writen in C++ and should compile from the Arduino IDE
* uSWAP can run into low-cost ESP8266 modules
* uSWAP does not provide a Web front-end
* SWAP devices have to be statically declared in the code. uSWAP does not manage new devices dynamicallySWAP (Simple Wireless Abstract Protocol) is a very compact IoT protocol for low-power wireless devices. uSWAP is a SWAP stack for master controllers and gateways without on-board radio. The radio interface is provided by a serial panStamp modem.
Link to pyswap: https://github.com/panStamp/python_tools/tree/master/pyswap
Link to the panStamp wiki, where the SWAP protocol is explained:
https://github.com/panStamp/panstamp/wikiLink to panStamp's official web page: http://www.panstamp.com