Skip to content

mbed-ce-libraries-examples/mbed-http-server-example

Repository files navigation

HTTP Server Example

This project is a conversion of the http webserver example by Jan Jongboom to Mbed CE.

Note: As currently written, this project should work with any Mbed board that has an Ethernet connection. Support for wifi boards is also possible, but you will need to instantiate the wi-fi interface with the right credentials.

How to set up this project:

  1. Clone it to your machine. Don't forget to use --recursive to clone the submodules: git clone --recursive https://github.com/mbed-ce-libraries-examples/mbed-http-server-example.git
  2. Set up the GNU ARM toolchain (and other programs) on your machine using the toolchain setup guide.
  3. Set up the CMake project for editing. We have three ways to do this:
  4. Build the flash-mbed-http-server-example target to upload the code to a connected device.

About

Example for building an HTTP server with an Mbed board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published