Skip to content

A library that adds useful helper functions for the Ethernet and ArduinoHttpClient Libraries.

Notifications You must be signed in to change notification settings

Jarboer/EthernetEnhancements

Repository files navigation

EthernetEnhancements

A library that adds useful helper functions for the Ethernet and ArduinoHttpClient Libraries.

Information

  • Category: Communication
  • Depends on: Ethernet, and ArduinoHttpClient

How to Install Library

  1. Download the library EthernetEnhancements.zip.
  2. Install the custom library by clicking Sketch then Include Library then Add .Zip Library. Select the zip you just downloaded.
  3. Now the library should be installed.

How to Use

See the examples:

getAndPushExamples - Shows how to setup and use a the library to preform basic get and push requests.