Skip to content

Full embedded web server implementation

Compare
Choose a tag to compare
@pascal-fb-martin pascal-fb-martin released this 02 Jun 04:47
· 113 commits to master since this release

This version provides a complete set of feature for a minimal web server. It is in active use in several applications: HouseClock, HouseSensor and HousePortal.

The major differences with previous versions are:

  • multiple bug fixes.
  • support transfer of static files up to 2 GB.
  • add helper function to make it easier for application code (most common cases made simple)
  • add base mechanism for implementing an access security mechanism