Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.21 KB

File metadata and controls

15 lines (11 loc) · 1.21 KB

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.