Skip to content

HTTP Server

Failure

This page is under construction.

Create a simple HTTP server which sends you a plaintext message.

Warning

This project requires a functional Wi-Fi connection.

Typically, the local Access Point (AP) on your Capyboard can be accessed via the address http://192.168.4.1/. Alternatively, you can connect your Capyboard to an existing Access Point, as described on the Wi-Fi project page.

Challenges

Challenge 1

Send a simple HTML website instead of a single string.

Challenge 2

Define your website in a separate template.

Example