W5100E01-AVR WIZnet, W5100E01-AVR Datasheet - Page 75

no-image

W5100E01-AVR

Manufacturer Part Number
W5100E01-AVR
Description
Development Boards & Kits - AVR W5100 EVAL BOARD BASED ON AVR
Manufacturer
WIZnet
Datasheet

Specifications of W5100E01-AVR

Rohs
yes
Product
Development Boards
Tool Is For Evaluation Of
ATMEGA128
Core
AVR8
Interface Type
LAN, RS-232
Operating Supply Voltage
5 V
Data Bus Width
8 bit
void web_server(u_char ch)
void proc_http(SOCKET s,
u_char * buf, int length)
u_int replace_sys_env_value
(u_char* base, u_int len)
void parse_http_request
(st_http_request *, u_char *)
void find_http_uri_type
(u_char *, char *)
char* get_http_uri_name
(char* uri)
char* get_http_param_value
(char* uri, char* param_name)
void unescape_http_uri(char *
url)
void make_http_response_head
(char *, char, u_long)
uint8 getSn_SR(SOCKET s)
uint16 getSn_RX_RSR(SOCKET
s)
u_char
u_char
u_char flag)
void listen(SOCKET s)
u_int send(SOCKET s,
const u_char * buf, u_int len)
u_int recv(SOCKET s,
u_char * buf, u_int len)
void disconnect(SOCKET s)
void replacetochar(char * str,
char oldchar, char newchar)
Function Name
protocol,
socket(SOCKET
© Copyright 2007 WIZnet Co., Inc. All rights reserved.
<Table 3-31: Reference Functions in web_server()>
u_int
port,
s,
Web Server Program
Processes HTTP Message using related
socket
Change
Environment
Response Message to Real Values.
Analyzes and processes HTTP Request
Message and saves it in st_http_request
structure.
Gets MIME Type of HTTP Request
Message.
Gets Request-URI Name of HTTP
Request Message.
Gets Relevant Parameter Value in
Query String of Request-URI
Transforms Escape Character
Creates header of HTTP Response
Message
Informs the socket status
size of data transmittable, and received
data
Creates related socket as TCP/UDP/IP
Puts the related socket in Server Mode
Sends data using connected socket
Receives data from the data from the
connected socket
Closes the connection of the socket
Changes the special characters in text
rows into new characters.
Description
Pre-defined
Variables
in
System
HTTP
app/webserver.c
app/webserver.c
app/webserver.c
inet/httpd.c
inet/httpd.c
inet/httpd.c
inet/httpd.c
inet/httpd.c
inet/httpd.c
iinChip/w5100.c
iinChip/w5100.c
iinChip/socket.c
iinChip/socket.c
iinChip/socket.c
iinChip/socket.c
iinChip/socket.c
util/util.c
Location
65

Related parts for W5100E01-AVR