STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Functions
httpserver-netconn.h File Reference
#include "lwip/api.h"

Go to the source code of this file.

Functions

void http_server_netconn_init (void)
 Initialize the HTTP server (start its thread) More...
 
void DynWebPage (struct netconn *conn)
 Create and send a dynamic Web Page. This page contains the list of running tasks and the number of page hits. More...
 

Function Documentation

void DynWebPage ( struct netconn *  conn)

Create and send a dynamic Web Page. This page contains the list of running tasks and the number of page hits.

Parameters
connpointer on connection structure
Return values
None

Definition at line 307 of file httpserver-netconn.c.

void http_server_netconn_init ( void  )

Initialize the HTTP server (start its thread)

Parameters
none
Return values
None

Definition at line 296 of file httpserver-netconn.c.