lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Dynamic web pages with lwip1.3.2


From: Nico Sachs
Subject: Re: [lwip-users] Dynamic web pages with lwip1.3.2
Date: Tue, 14 Aug 2012 23:54:26 +0200

Here is my example of using an SSI handler. 
Just call init SSI after init HTTP and it's done.

Also attached a demo html which includes the lwIP stats.

Attention: i didn't used the safe string functions, so be aware that you don't 
overflow the buffer, which is defined in in httpd.h 

Nico

Attachment: httpdHandler.c
Description: Binary data

Attachment: httpdHandler.h
Description: Binary data



Network statistics

Link         Transmitted packets
             Received packets
             Forwarded packets
             Dropped packets
             Checksum error
             Invalid length error
             Out of memory error
             Routing error
             Protocol error
             Error in options
             Misc error
             Cache hitted

Etharp       Transmitted packets
             Received packets
             Forwarded packets
             Dropped packets
             Checksum error
             Invalid length error
             Out of memory error
             Routing error
             Protocol error
             Error in options
             Misc error
             Cache hitted
	
IP           Transmitted packets
             Received packets
             Forwarded packets
             Dropped packets
             Checksum error
             Invalid length error
             Out of memory error
             Routing error
             Protocol error
             Error in options
             Misc error
             Cache hitted

UDP          Transmitted packets
             Received packets
             Forwarded packets
             Dropped packets
             Checksum error
             Invalid length error
             Out of memory error
             Routing error
             Protocol error
             Error in options
             Misc error
             Cache hitted

TCP          Transmitted packets
             Received packets
             Forwarded packets
             Dropped packets
             Checksum error
             Invalid length error
             Out of memory error
             Routing error
             Protocol error
             Error in options
             Misc error
             Cache hitted




reply via email to

[Prev in Thread] Current Thread [Next in Thread]