Overview
Plug-in package content
This package includes:
WIP Plug-in Samples
WIP Plug-in Samples
- POP3
This WIP sample application initializes the TCP/IP stack
over GPRS or as a PPP client/server over a UART or GSM DATA, and connects
to the configured POP3 server in order to retrive a mail
content with the specified parameters.
- SMTP
This WIP sample application initializes the TCP/IP stack
over GPRS or as a PPP client/server over a UART or GSM DATA, and connects
to the configured SMTP server in order to send a pre defined mail
content with the specified parameters.
- ftp2ftp
This WIP sample application initializes the TCP/IP stack
over GPRS or as a PPP client/server over a UART or GSM DATA and connects
to the configured FTP servers in order to retrieve a file, convert it into
uppercase and return it to a FTP server.
- ftp_list
This WIP sample application initializes the TCP/IP stack
over GPRS or as a PPP client/server over a UART or GSM DATA and connects
to the configured FTP server in order to get a listing of the files available
at the server's root.
- ftp_put
This WIP sample application initializes the TCP/IP stack
over GPRS or as a PPP client/server over a UART or GSM DATA and connects
to the configured FTP server in order to send a text to the server.
- tcp_client
This WIP sample application initializes the TCP/IP stack
over GPRS or as a PPP client/server over a UART or GSM DATA. The sample
connects a TCP client socket to a TCP server; it sends a pre defined data
and puts everything received in a buffer.
- tcp_server
This WIP sample application initializes the TCP/IP stack
over GPRS or as a PPP client/server over a UART or GSM DATA The sample
Puts a TCP server listening on port; To every client connecting to that
server, a buffer is sent to the connected TCP client sockets then the
connection is closed.
- udp_client
This WIP sample application initializes the TCP/IP stack
over GPRS or as a PPP client/server over a UART or GSM DATA. The sample
opens an UDP socket in client mode which sends periodically a packet
containing a message string.
- udp_server
This WIP sample application initializes the TCP/IP stack
over GPRS or as a PPP client/server over a UART or GSM DATA. The sample
opens an UDP socket in server mode which waits on a port; once a connexion
is established, it sends back the received datagram in uppercase.
Updated: Wed May 2 10:25:11 CEST 2007;