Difference between revisions of "ICS Components Reference"

From Overbyte
Jump to navigation Jump to search
Line 57: Line 57:
 
| [[image:Temulvt.gif]] [[TEmulVt | TEmulVT]] |||| VT Terminal Emulator
 
| [[image:Temulvt.gif]] [[TEmulVt | TEmulVT]] |||| VT Terminal Emulator
 
|-
 
|-
| [[image:Tmbxhandler.gif]] [[TMbxHandler | TMbxHandler]] |||| Mail Box Handler
+
| [[image:Tmbxhandler.gif]] [[TMbxHandler | TMbxHandler]] |||| Mail Box Handler (Obsolete, don't use it anymore)
 
|-
 
|-
 
| [[image:Twait.gif]] [[TWait | TWait]] |||| Wait socket (Obsolete, don't use it anymore)
 
| [[image:Twait.gif]] [[TWait | TWait]] |||| Wait socket (Obsolete, don't use it anymore)

Revision as of 19:19, 28 September 2007

Main page -> ICS components reference

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
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 (Obsolete, don't use it anymore)
Twait.gif TWait Wait socket (Obsolete, don't use it anymore)

Cryptography

SHA1 Secure Hash Algoritm 1 implementation
MD4 Message Digest 4 Hash algorithm implementation
MD5 Message Digest 5 Hash algorithm implementation
DES Data Encryption Standard encryption algorithm implementation

List of demo programs

Demo applications installed with the ICS-package

Templates

Edit new component

Edit new property