Difference between revisions of "Main Page"

From Overbyte
Jump to navigation Jump to search
(28 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
== '''I'''nternet '''C'''omponent '''S'''uite - Wiki under construction ==
 
== '''I'''nternet '''C'''omponent '''S'''uite - Wiki under construction ==
  
ICS is a free internet component library for all Delphi, C++Builder and BDS versions. It includes TCP, UDP, raw sockets, clients, servers, as well as many high level protocols such as FTP, SMTP, POP3, NNTP, HTTP and more.
+
ICS is a free internet component library for all Delphi, C++Builder, BDS and RAD Studio versions (win32). It includes TCP, UDP, raw sockets, clients, servers, as well as many high level protocols such as FTP, SMTP, POP3, NNTP, HTTP and more. ICS also support SSL and TLS with the help of [http://www.openssl.org OpenSSL].
  
 
{| align="center" style="background: red; color: yellow; font-weight: bolder; width: 70%;"
 
{| align="center" style="background: red; color: yellow; font-weight: bolder; width: 70%;"
 
|-  
 
|-  
| align="center"| <b>The content is preliminary. Don't trust it now !</b>
+
| align="center"| <b>The content is preliminary and incomplete.</b>
 
|}
 
|}
  
Line 13: Line 13:
 
|}
 
|}
  
If you need help with ICS, please visit [http://www.overbyte.be OverByte website] and subscribe to the [http://www.elists.org/mailman/listinfo/twsocket support mailing list].
+
If you need help with ICS, please visit [http://www.overbyte.be OverByte website] and subscribe to the [http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket support mailing list].
  
== Access ==
+
You can download latest distribution from [http://www.overbyte.be OverByte website] or download latest code directly from version control repository using [http://svn.overbyte.be:8443/svn/ics http] or using [http://tortoisesvn.net TortoiseSVN] with URL svn://svn.overbyte.be/ics.
 +
 
 +
== Download ==
 +
 
 +
[[ICS_Download | Download ICS source code (and OpenSSL libraries)]]
 +
 
 +
[[ICS_V8.58 | ICS 8.58 Release Notes]]
 +
 
 +
[[ICS_V8.50 | ICS 8.50 Release Notes]]
 +
 
 +
[[FAQ_Order_SSL_Certificates | FAQ - Automatically order, download and install SSL/TLS certificates]]
 +
 
 +
[[FAQ_Using_IcsHosts | FAQ - Using IcsHosts in server components]]
 +
 
 +
[[FAQ_Using_TSslCertTools | FAQ - Using TSslCertTools component]]
 +
 
 +
[[FAQ_Using_TSslHttpRest | FAQ - Using TSslHttpRest component]]
 +
 
 +
[[FAQ_Using_TRestOAuth | FAQ - Using TRestOAuth component]]
 +
 
 +
== Documentation ==
  
 
{|
 
{|
 
| [[ICS_Components_Reference | Components]] |||| ICS components reference  
 
| [[ICS_Components_Reference | Components]] |||| ICS components reference  
 
|-
 
|-
| [[FAQ]]                                   |||| Frequently asked general questions
+
| [[ICS_Units_Root | Units]] |||| ICS units and directory structure
 +
|-
 +
| [[FAQ]] |||| Frequently asked general questions
 +
|-
 +
| [[Glossary]] |||| Glossary of terms
 +
|-
 +
| [[ICS_External_Links | Links]] |||| Links to external ICS links
 +
|-
 +
| [http://wiki.overbyte.be/arch/IcsMidwareCodingStyle.pdf ICS Coding Style] |||| How to layout your source code
 +
|}
 +
 
 +
== Help and Support ==
 +
 
 +
{| cellpadding="4" 
 +
| [http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Support mailing list] || Subscribe and ask your questions here
 +
|- 
 +
| [http://lists.elists.org/pipermail/twsocket/ Support mailing list archives] || Search older messages here
 
|-
 
|-
| [[Glossary]]                             |||| Glossary of terms
+
| [[ Non-ICS_Links | Links ]] || External  Links
 
|}
 
|}
  

Revision as of 11:04, 15 November 2018

Internet Component Suite - Wiki under construction

ICS is a free internet component library for all Delphi, C++Builder, BDS and RAD Studio versions (win32). It includes TCP, UDP, raw sockets, clients, servers, as well as many high level protocols such as FTP, SMTP, POP3, NNTP, HTTP and more. ICS also support SSL and TLS with the help of OpenSSL.

The content is preliminary and incomplete.
We are looking for people willing to help writing the content. Contact francois dot piette at overbyte dot be if you want to help.

If you need help with ICS, please visit OverByte website and subscribe to the support mailing list.

You can download latest distribution from OverByte website or download latest code directly from version control repository using http or using TortoiseSVN with URL svn://svn.overbyte.be/ics.

Download

Download ICS source code (and OpenSSL libraries)

ICS 8.58 Release Notes

ICS 8.50 Release Notes

FAQ - Automatically order, download and install SSL/TLS certificates

FAQ - Using IcsHosts in server components

FAQ - Using TSslCertTools component

FAQ - Using TSslHttpRest component

FAQ - Using TRestOAuth component

Documentation

Components ICS components reference
Units ICS units and directory structure
FAQ Frequently asked general questions
Glossary Glossary of terms
Links Links to external ICS links
ICS Coding Style How to layout your source code

Help and Support

Support mailing list Subscribe and ask your questions here
Support mailing list archives Search older messages here
Links External Links

Message to Sysops

Please see documentation on customizing the interface and the User's Guide for usage and configuration help.