https://github.com/panStamp/uswap
  
  
    Micro SWAP stack 
    https://github.com/panStamp/uswap
  
        Last synced: 6 months 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 10 years ago)
 - Default Branch: master
 - Last Pushed: 2016-02-08T23:37:43.000Z (over 9 years ago)
 - Last Synced: 2024-11-19T07:39:14.846Z (12 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 UART
This 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 dynamically
SWAP (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/wiki
Link to panStamp's official web page: http://www.panstamp.com