Easy Arduino ESP8266 rest server with client functionalities and automatic json conversion
This library is a wrapper derived from other libraries:
- ArduinoJson (https://github.com/bblanchon/ArduinoJson)
- Arduino core for ESP8266 (https://github.com/esp8266/Arduino)
Clone (or download and unzip) the repository to ~/Documents/Arduino/libraries
where ~/Documents/Arduino
is your sketchbook directory.
> cd ~/Documents/Arduino
> mkdir libraries
> cd libraries
> git clone https://github.com/FrankIceBass/WmsRestService.git WmsRestService