Difference between revisions of "ICS Components Reference"
| Line 10: | Line 10: | ||
| All are implementing RFCs as described on the [http://www.ietf.org IETF website]. | All are implementing RFCs as described on the [http://www.ietf.org IETF website]. | ||
| − | [[image: | + | [[image:Tfingercli.gif]] [http://wiki.overbyte.be/wiki/index.php/TFingerCli TFingerCli] - Finger Client | 
| − | [[image: | + | [[image:Tftpcli.gif]] [http://wiki.overbyte.be/wiki/index.php/TFtpClient TFtpClient] - FTP Client | 
| − | [[image: | + | [[image:Tftpserver.gif]] [http://wiki.overbyte.be/wiki/index.php/TFtpServer TFtpServer] - FTP Server | 
| − | [[image: | + | [[image:Thttpcli.gif]] [http://wiki.overbyte.be/wiki/index.php/THttpCli THttpCli] - HTTP Client | 
| − | [[image: | + | [[image:Thttpserver.gif]] [http://wiki.overbyte.be/wiki/index.php/THttpServer THttpServer] - HTTP Server | 
| − | [http://wiki.overbyte.be/wiki/index.php/TNntpCli TNntpCli] - NNTP Client (News) | + | [[image:Tnntpcli.gif]] [http://wiki.overbyte.be/wiki/index.php/TNntpCli TNntpCli] - NNTP Client (News) | 
| − | [http://wiki.overbyte.be/wiki/index.php/THtmlNntpCli THtmlNntpCli] - HTML NNTP Client | + | [[image:Thtmlnntpcli.gif]] [http://wiki.overbyte.be/wiki/index.php/THtmlNntpCli THtmlNntpCli] - HTML NNTP Client | 
| − | [http://wiki.overbyte.be/wiki/index.php/TPing TPing] - Ping client | + | [[image:Tping.gif]] [http://wiki.overbyte.be/wiki/index.php/TPing TPing] - Ping client | 
| − | [http://wiki.overbyte.be/wiki/index.php/TTnCnx TTnCnx] - Telnet Connection | + | [[image:Ttncnx.gif]] [http://wiki.overbyte.be/wiki/index.php/TTnCnx TTnCnx] - Telnet Connection | 
| − | [http://wiki.overbyte.be/wiki/index.php/TSmtpCli TSmtpCli] - SMTP Client | + | [[image:Tsmtpcli.gif]] [http://wiki.overbyte.be/wiki/index.php/TSmtpCli TSmtpCli] - SMTP Client | 
| − | [http://wiki.overbyte.be/wiki/index.php/TSyncSmtpCli TSyncSmtpCli] - Synchronous SMTP Client | + | [[image:Tsyncsmtpcli.gif]] [http://wiki.overbyte.be/wiki/index.php/TSyncSmtpCli TSyncSmtpCli] - Synchronous SMTP Client | 
| − | [http://wiki.overbyte.be/wiki/index.php/THtmlSmtpCli THtmlSmtpCli] - HTML Smtp Client | + | [[image:Thtmlsmtpcli.gif]] [http://wiki.overbyte.be/wiki/index.php/THtmlSmtpCli THtmlSmtpCli] - HTML Smtp Client | 
| − | [http://wiki.overbyte.be/wiki/index.php/TPop3Cli TPop3Cli] - POP3 Client | + | [[image:Tpop3cli.gif]] [http://wiki.overbyte.be/wiki/index.php/TPop3Cli TPop3Cli] - POP3 Client | 
| − | [http://wiki.overbyte.be/wiki/index.php/TSyncPop3cli TSyncPop3cli] - Synchronous POP3 Client | + | [[image:Tsyncpop3cli.gif]] [http://wiki.overbyte.be/wiki/index.php/TSyncPop3cli TSyncPop3cli] - Synchronous POP3 Client | 
| − | [http://wiki.overbyte.be/wiki/index.php/TWait TWait] - Wait socket | + | [[image:Twait.gif]] [http://wiki.overbyte.be/wiki/index.php/TWait TWait] - Wait socket | 
| − | |||
| − | |||
| + | [[image:Tdnsquery.gif]] [http://wiki.overbyte.be/wiki/index.php/TDnsQuery TDnsQuery] - DNS Query Client | ||
| == Helper Components == | == Helper Components == | ||
Revision as of 08:59, 16 February 2006
Sockets components
These components implement the basic TCP/IP sockets.
TWSocket - Basic Socket
TWSocketServer - Basic Server Socket
Protocol components
These components implement some of the protocols used by TCP/IP applications, over the Internet. All are implementing RFCs as described on the IETF website.
 TFingerCli - Finger Client
 TFingerCli - Finger Client
 TFtpClient - FTP Client
 TFtpClient - FTP Client
 TFtpServer - FTP Server
 TFtpServer - FTP Server
 THttpCli - HTTP Client
 THttpCli - HTTP Client
 THttpServer - HTTP Server
 THttpServer - HTTP Server
 TNntpCli - NNTP Client (News)
 TNntpCli - NNTP Client (News)
 THtmlNntpCli - HTML NNTP Client
 THtmlNntpCli - HTML NNTP Client
 TPing - Ping client
 TPing - Ping client
 TTnCnx - Telnet Connection
 TTnCnx - Telnet Connection
 TSmtpCli - SMTP Client
 TSmtpCli - SMTP Client
 TSyncSmtpCli - Synchronous SMTP Client
 TSyncSmtpCli - Synchronous SMTP Client
 THtmlSmtpCli - HTML Smtp Client
 THtmlSmtpCli - HTML Smtp Client
 TPop3Cli - POP3 Client
 TPop3Cli - POP3 Client
 TSyncPop3cli - Synchronous POP3 Client
 TSyncPop3cli - Synchronous POP3 Client
 TWait - Wait socket
 TWait - Wait socket
 TDnsQuery - DNS Query Client
 TDnsQuery - DNS Query Client
Helper Components
TMimeDecode - Mime Decoder
TTnEmulVT - Telnet VT Terminal emulator
TTnScript - Telnet Script
TEmulVt - VT Terminal Emulator
TMbxHandler - Mail Box Handler
