EVB-B1+ WIZnet, EVB-B1+ Datasheet - Page 76

no-image

EVB-B1+

Manufacturer Part Number
EVB-B1+
Description
Development Boards & Kits - ARM W3150A+EVAL BOARD BASED ON AVR
Manufacturer
WIZnet
Datasheet

Specifications of EVB-B1+

Rohs
yes
Product
Evaluation Boards
Interface Type
RS-232, SPI
Operating Supply Voltage
3.3 V, 5 V
Data Bus Width
8 bit
Dimensions
50 mm x 40 mm
Processor Series
ATmega128
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)
u_int select
(SOCKET s, u_char func)
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 2006 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 and size of
data transmittable and size of 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/w3150a.c
iinChip/socket.c
iinChip/socket.c
iinChip/socket.c
iinChip/socket.c
iinChip/socket.c
util/util.c
Location
66

Related parts for EVB-B1+