-
Notifications
You must be signed in to change notification settings - Fork 2
Home
This is the most generic Extension. It implements the Arduino Stream functionality: Instead of writing to Serial you can write to a ExtensionStream object and look at the streamed output in your web browser. You can define the (e.g. html) header and footer information.
The server expects doLoop() calls in the Arduino loop(). This process extension starts an ESP32 Task, and does these calls automatically in the background.
You can setup a easy logger that can be accessed with a Webbrowser.
MP3 files do not contain any header information, so their content can be pushed to browsers, even if we are in the middle of the stream. This process extensions processes mp3 files in a directory sequentially and writes the actual content to all open browser requests.
Provides access to files on a SD drive.
Provides access to files on a SD drive. The file content is streamed back in small chunks, therefore huge files are supported!