EVB-PIC24 WIZnet, EVB-PIC24 Datasheet - Page 72

no-image

EVB-PIC24

Manufacturer Part Number
EVB-PIC24
Description
Development Boards & Kits - PIC / DSPIC W3150A+EVAL BOARD BASED ON PIC24
Manufacturer
WIZnet
Datasheet

Specifications of EVB-PIC24

Rohs
yes
Product
Development Kits
Interface Type
RS-232
Data Bus Width
16 bit
Dimensions
50 mm x 40 mm
3.2.6.5.
DHCP Client program is a program that assigns the network information from DHCP server in the network.
Note that, If DHCP Client program must be started prior to other program because it manages Network
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_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)
DHCP Client
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
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/socket.c
iinChip/socket.c
iinChip/socket.c
iinChip/socket.c
iinChip/socket.c
util/util.c
Location
62

Related parts for EVB-PIC24