Skip to content

Releases: pschatzmann/TinyHttp

Tunnel / Naming Conflicts with Audio Tools

14 Oct 17:04
Compare
Choose a tag to compare
  • Provide Tunnel functionality
  • Make sure that there are no naming conflicts with AudioTools
  • Guitar Effects Dialog

Error Corrections and REST Services

07 Oct 12:47
Compare
Choose a tag to compare

I have

  • corrected examples to use the correct logger definition
  • created some REST examples
  • also added an example for a html screen which reads and updates parameters via REST
  • HttpParameters class to parse http parameters
  • changed the logger to provide flexible parameters

First Release

04 Sep 14:23
Compare
Choose a tag to compare

A long time ago, I started to work on a Arduino Server implementation with the following features:

  • Serving of a potentially unbounded amount of data
  • concurrent handling of multiple requests.
  • Support for Extensions to add additional functionality

The last 2 days I spent to bring it up to shape so that it can be released.
Finally I have everything working!