STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
httpserver-netconn.h
Go to the documentation of this file.
1 #ifndef __HTTPSERVER_NETCONN_H__
2 #define __HTTPSERVER_NETCONN_H__
3 
4 #include "lwip/api.h"
5 void http_server_netconn_init(void);
6 void DynWebPage(struct netconn *conn);
7 
8 #endif /* __HTTPSERVER_NETCONN_H__ */
void DynWebPage(struct netconn *conn)
Create and send a dynamic Web Page. This page contains the list of running tasks and the number of pa...
void http_server_netconn_init(void)
Initialize the HTTP server (start its thread)