httpserv.c File Reference

Go to the source code of this file.

Defines

#define MY_MAC   "\x00\x06\x98\x30\x00\x35"
#define MY_IPADDR   "192.168.192.35"
#define MY_IPMASK   "255.255.255.0"
#define MY_IPGATE   "192.168.192.1"
#define USE_DHCP
#define USE_DISCOVERY
#define MY_FSDEV   devUrom
#define HTTPD_SERVICE_STACK   ((2048 * NUT_THREAD_STACK_MULT) + NUT_THREAD_STACK_ADD)

Functions

int main (void)
 Main application routine.


Define Documentation

#define MY_MAC   "\x00\x06\x98\x30\x00\x35"

Definition at line 125 of file httpserv.c.

#define MY_IPADDR   "192.168.192.35"

Definition at line 132 of file httpserv.c.

#define MY_IPMASK   "255.255.255.0"

Definition at line 139 of file httpserv.c.

#define MY_IPGATE   "192.168.192.1"

Definition at line 146 of file httpserv.c.

#define USE_DHCP

Definition at line 152 of file httpserv.c.

#define USE_DISCOVERY

Definition at line 154 of file httpserv.c.

#define MY_FSDEV   devUrom

Examples:
httpd/httpserv.c.

Definition at line 204 of file httpserv.c.

Referenced by main().

#define HTTPD_SERVICE_STACK   ((2048 * NUT_THREAD_STACK_MULT) + NUT_THREAD_STACK_ADD)

Examples:
httpd/httpserv.c.

Definition at line 253 of file httpserv.c.

Referenced by main().


Function Documentation

int main ( void   ) 


© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/