serveur WEB sur carte SD pour TestBed , lit des tensions les met dans un fichier htm et l\'envoie . on peut agir sur les ES .

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

HTTPled Class Reference

HTTPled Class Reference

This class Provide a Handler to send Static HTTP Pages from the bin file. More...

#include <HTTPled.h>

Public Member Functions

 HTTPled (const char *path, const char *page, int length=0)
 Constructer takes the pagename and the pagedata.

Detailed Description

This class Provide a Handler to send Static HTTP Pages from the bin file.

Definition at line 14 of file HTTPled.h.


Constructor & Destructor Documentation

HTTPled ( const char *  path,
const char *  page,
int  length = 0 
)

Constructer takes the pagename and the pagedata.

As long as the pagedata is NULL terminated you have not to tell the data length. But if you want to send binary data you should tell us the size.

Definition at line 22 of file HTTPled.h.