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

https://github.com/blues/note-samples

Source code for customer samples
https://github.com/blues/note-samples

Last synced: 5 months ago
JSON representation

Source code for customer samples

Awesome Lists containing this project

README

          

# note-samples
Notecard and Notehub application samples.
## Content Overview
|Folder|Application Description|
|------|-----------------------|
|[python-dfu](python-dfu)|Enable over-the-air updates of Python files executing on a host MCU via Notecard. OTA content packaged in TAR-file. Supports Python and Micropython.
|[python-large-file-upload](python-large-file-upload)|Upload chunks of a file using Notecard web requests from a Python script.
|[python-remote-commands-attn-rpi](python-remote-commands-attn-rpi)|Example Raspberry Pi application in Python that enables users to send "commands" to Raspberry Pi from Notehub. Uses the ATTN Pin on Notecard to notify the Raspberry Pi a message is available to be read|
|[python-route-endpoint](python-route-endpoint)|Example HTTP endpoint that can deploy on Apache to receive data routed from the Notehub cloud service|