Difference between revisions of "ICS Components Reference"

From Overbyte
Jump to navigation Jump to search
Line 12: Line 12:
 
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:Tfingercli.gif]] [http://wiki.overbyte.be/wiki/index.php/TFingerCli TFingerCli] - Finger Client
+
{|
 
+
| [[image:Tfingercli.gif]] [[TFingerCli | TFingerCli]] |||| Finger Client
[[image:Tftpcli.gif]] [http://wiki.overbyte.be/wiki/index.php/TFtpClient TFtpClient] - FTP Client
+
|-
 
+
| [[image:Tftpcli.gif]] [[TFtpClient | TFtpClient]] |||| FTP Client
[[image:Tftpserver.gif]] [http://wiki.overbyte.be/wiki/index.php/TFtpServer TFtpServer] - FTP Server
+
|-
 
+
| [[image:Tftpserver.gif]] [[TFtpServer | TFtpServer]] |||| FTP Server
[[image:Thttpcli.gif]] [http://wiki.overbyte.be/wiki/index.php/THttpCli THttpCli] - HTTP Client
+
|-
 
+
| [[image:Thttpcli.gif]] [[THttpCli | THttpCli]] |||| HTTP Client
[[image:Thttpserver.gif]] [http://wiki.overbyte.be/wiki/index.php/THttpServer THttpServer] - HTTP Server
+
|-
 
+
| [[image:Thttpserver.gif]] [[THttpServer | THttpServer]] |||| HTTP Server
[[image:Tnntpcli.gif]] [http://wiki.overbyte.be/wiki/index.php/TNntpCli TNntpCli] - NNTP Client (News)
+
|-
 
+
| [[image:Tnntpcli.gif]] [[TNntpCli | TNntpCli]] |||| NNTP Client (News)
[[image:Thtmlnntpcli.gif]] [http://wiki.overbyte.be/wiki/index.php/THtmlNntpCli THtmlNntpCli] - HTML NNTP Client
+
|-
 
+
| [[image:Thtmlnntpcli.gif]] [[THtmlNntpCli | THtmlNntpCli]] |||| HTML NNTP Client
[[image:Tping.gif]] [http://wiki.overbyte.be/wiki/index.php/TPing TPing] - Ping client
+
|-
 
+
| [[image:Tping.gif]] [[TPing | TPing]] |||| Ping client
[[image:Ttncnx.gif]] [http://wiki.overbyte.be/wiki/index.php/TTnCnx TTnCnx] - Telnet Connection
+
|-
 
+
| [[image:Ttncnx.gif]] [[TTnCnx | TTnCnx]] |||| Telnet Connection
[[image:Tsmtpcli.gif]] [http://wiki.overbyte.be/wiki/index.php/TSmtpCli TSmtpCli] - SMTP Client
+
|-
 
+
| [[image:Tsmtpcli.gif]] [[TSmtpCli | TSmtpCli]] |||| SMTP Client
[[image:Tsyncsmtpcli.gif]] [http://wiki.overbyte.be/wiki/index.php/TSyncSmtpCli TSyncSmtpCli] - Synchronous SMTP Client
+
|-
 
+
| [[image:Tsyncsmtpcli.gif]] [[TSyncSmtpCli | TSyncSmtpCli]] |||| Synchronous SMTP Client
[[image:Thtmlsmtpcli.gif]] [http://wiki.overbyte.be/wiki/index.php/THtmlSmtpCli THtmlSmtpCli] - HTML Smtp Client
+
|-
 
+
| [[image:Thtmlsmtpcli.gif]] [[THtmlSmtpCli | THtmlSmtpCli]] |||| HTML Smtp Client
[[image:Tpop3cli.gif]] [http://wiki.overbyte.be/wiki/index.php/TPop3Cli TPop3Cli] - POP3 Client
+
|-
 
+
| [[image:Tpop3cli.gif]] [[TPop3Cli | TPop3Cli]] |||| POP3 Client
[[image:Tsyncpop3cli.gif]] [http://wiki.overbyte.be/wiki/index.php/TSyncPop3cli TSyncPop3cli] - Synchronous POP3 Client
+
|-
 
+
| [[image:Tsyncpop3cli.gif]] [[TSyncPop3cli | TSyncPop3cli]] |||| Synchronous POP3 Client
[[image:Twait.gif]] [http://wiki.overbyte.be/wiki/index.php/TWait TWait] - Wait socket
+
|-
 
+
| [[image:Twait.gif]] [[TWait | TWait]] |||| Wait socket
[[image:Tdnsquery.gif]] [http://wiki.overbyte.be/wiki/index.php/TDnsQuery TDnsQuery] - DNS Query Client
+
|-
 +
| [[image:Tdnsquery.gif]] [[TDnsQuery | TDnsQuery]] |||| DNS Query Client
 +
|}
  
 
== Helper Components ==
 
== Helper Components ==

Revision as of 16:56, 18 February 2006

Sockets components

These components implement the basic TCP/IP sockets.

Twsocket.gif TWSocket Basic Socket for TCP and UDP, client and server
Twsocketserver.gif TWSocketServer Basic TCP 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.gif TFingerCli Finger Client
Tftpcli.gif TFtpClient FTP Client
Tftpserver.gif TFtpServer FTP Server
Thttpcli.gif THttpCli HTTP Client
Thttpserver.gif THttpServer HTTP Server
Tnntpcli.gif TNntpCli NNTP Client (News)
Thtmlnntpcli.gif THtmlNntpCli HTML NNTP Client
Tping.gif TPing Ping client
Ttncnx.gif TTnCnx Telnet Connection
Tsmtpcli.gif TSmtpCli SMTP Client
Tsyncsmtpcli.gif TSyncSmtpCli Synchronous SMTP Client
Thtmlsmtpcli.gif THtmlSmtpCli HTML Smtp Client
Tpop3cli.gif TPop3Cli POP3 Client
Tsyncpop3cli.gif TSyncPop3cli Synchronous POP3 Client
Twait.gif TWait Wait socket
Tdnsquery.gif TDnsQuery DNS Query Client

Helper Components

Tmimedecode.gif TMimeDecode - Mime Decoder

Ttnemulvt.gif TTnEmulVT - Telnet VT Terminal emulator

Ttnscript.gif TTnScript - Telnet Script

Temulvt.gif TEmulVt - VT Terminal Emulator

Tmbxhandler.gif TMbxHandler - Mail Box Handler

Various

Template

TTemplateClass