Skip to content

Simple rest-inspired server for Arduino that works with Serial or Ethernet connections.

Notifications You must be signed in to change notification settings

thenetimp/Arduino_Rest_Server

 
 

Repository files navigation

RestServer Library

This simple library was designed to enable your Arduino to respond to RESTful resource requests via Ethernet or Serial connections. Unlike most existing RESTful libraries for the Arduino, RestServer enables you to describe your own resources and to define how the Arduino should respond to each resource request rather than automatically map resources to pin numbers on the Arduino.

The intent of this design approach is to embed knowledge about the resources available on a given Arduino locally on the device itself. This local knowledge enables the Arduino to inform client devices about the resources are available, along with relevant information about the resources such as resource range and types of requests supported.

For more information about how this library works check out the wiki

About

Simple rest-inspired server for Arduino that works with Serial or Ethernet connections.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published