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. |
Definition in file webport.c.