https://github.com/joequery/arduinorequests
Simple C style Bindings for HTTP Requests via Arduino Uno.
https://github.com/joequery/arduinorequests
Last synced: 4 months ago
JSON representation
Simple C style Bindings for HTTP Requests via Arduino Uno.
- Host: GitHub
- URL: https://github.com/joequery/arduinorequests
- Owner: joequery
- Created: 2013-05-21T01:24:59.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-30T22:58:19.000Z (about 13 years ago)
- Last Synced: 2025-09-06T05:48:15.114Z (9 months ago)
- Homepage:
- Size: 203 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ArduinoRequests
===============
This project aims to allow developers to easily construct and execute basic HTTP
Requests from their Arduino Uno.
See the requests.ino file for examples and usage.