The library with which to make your mbed a HTTP Server which just reads HTML files in the mbed and sends it to the clients.

Dependents:   httpserversample SIMPLE_WSS

You are viewing an older revision! See the latest version

Homepage

Table of Contents

  1. Abstract

Abstract

This is the library to make a mbed a simple HTTP server. With this library, a mbed can understand only GET requests, and can send clients htm or jpg files as a response.

Handleable Requests:

  • GET

Handleable files:

  • html
  • jpg

Warning

A mbed can handle only 8.3 filename (also called as "short filename" or SFN), such as index.htm (in this case, length of filename is 5.3).


All wikipages