luav / smallhydra

A small Hydra library for the ESP8266 using the ESPAsyncWebServer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmallHydra

A small Hydra library for the ESP8266 using the ESPAsyncWebServer. It handles reading the API graph from a SPIFFS file and sending the Link header.

Requirements

SmallHydra uses the ESPAsyncWebServer to handle requests and SmallRDF to handle the RDF graph data.

Example

The examples folder contains an example how to switch a LED on GPIO 0 on and off.

About

A small Hydra library for the ESP8266 using the ESPAsyncWebServer


Languages

Language:C++ 53.9%Language:Makefile 46.1%