Skip to content
Giorgioggì edited this page Jan 15, 2021 · 3 revisions

Welcome to the Webbino wiki!

Webbino is a webserver for Arduino. I originally wrote it for my SmartStrip project, which required several unique features which were not present in other webservers that were available at the time:

  • Compatible with many network interfaces:
  • HTML pages and other data can be embedded in the code. This avoids the need of an SD card for simple sites.
  • If you prefer, HTML pages can also be stored on an SD card (long file names are supported!)
  • Tags like $WHATEVER$ in HTML pages can be replaced at page request time, allowing the delivery of dynamic contents.
  • Arbitrary functions can be associated to a page, to perform any needed actions.

To learn how to use the library, I strongly recommend to have a look at the vast number of examples that are included with it. This wiki will help you when that is not enough :). Use the menu on the right to navigate.