Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sskorol/arduino-network
A set of wrappers for easier networking stuff management
https://github.com/sskorol/arduino-network
arduino mqtt ota wifi
Last synced: 17 days ago
JSON representation
A set of wrappers for easier networking stuff management
- Host: GitHub
- URL: https://github.com/sskorol/arduino-network
- Owner: sskorol
- License: apache-2.0
- Created: 2019-05-02T14:37:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T18:10:35.000Z (over 4 years ago)
- Last Synced: 2024-11-19T12:07:45.250Z (3 months ago)
- Topics: arduino, mqtt, ota, wifi
- Language: C++
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino Networking Library
This library simplifies working with common networking tasks, e.g. exchanging messages over WiFi / MQTT or updating firmware via OTA.
## Installation
Just follow the recommended [PlatformIO instructions](https://platformio.org/lib/show/6373/arduino-network/installation).
In case of any manual updates, you have to clone this repository, make modifications and copy corresponding sources into ./lib/arduino-network (assuming you're using PlatformIO) or Arduino/libraries/arduino-network (in case of Arduino usage) folder.
## Usage
Check [examples](https://github.com/sskorol/arduino-network/tree/master/examples) for details.