Main Page | Modules | Directories | File List | Globals | Related Pages

webport.c File Reference

Main routines. More...

Go to the source code of this file.

Defines

#define MYMAC   0x00, 0x06, 0x98, 0x00, 0x10, 0x00
 Hard coded MAC address.
#define MYIP   "192.168.192.100"
 Hard coded IP address.
#define MYMASK   "255.255.255.0"
 Hard coded IP mask.
#define JUMP_RESET   { asm("cli"); asm("call 0"); }
 CPU reset macro.

Functions

void Service (void)
 Process a single HTTP request.
 ServiceThread (void *arg)
 Background thread to process HTTP requests.
int main (void)
 Main entry of our application.


Detailed Description

Main routines.

Definition in file webport.c.


© 2002-2004 by egnite Software GmbH - visit http://www.ethernut.de/