Difference between revisions of "FAQ"

From Overbyte
Jump to navigation Jump to search
Line 22: Line 22:
 
'''Version Control System:'''
 
'''Version Control System:'''
  
Using the version control repository is the best choice if you want to get live access to current development files. Overbyte uses a [http://subversion.tigris.org/ Subversion] server and you need to use a Subversion client such as [http://tortoisesvn.net TortoiseSVN] or your favorite browser. Once your SVN client is installed, for ICS-V6 you can browse to svn://svn.overbyte.be/ics or http://svn.overbyte.be:8443/svn/ics or for ICS-V5 to: svn://svn.overbyte.be/icsv5 or http://svn.overbyte.be:8443/svn/icsv5. ICS-V7 is a part of V6, in ics/branches/icsv7. All use usercode = ics and password = ics for read access. Write access is only available to TeamICS.
+
Using the version control repository is the best choice if you want to get live access to current development files. Overbyte uses a [http://subversion.tigris.org/ Subversion] server and you need to use a Subversion client such as [http://tortoisesvn.net TortoiseSVN] or your favorite browser. Once your SVN client is installed, for ICS-V7 you can browse to svn://svn.overbyte.be/ics/branches/icsv7 or http://svn.overbyte.be:8443/svn/ics/branches/icsv7 orfor ICS-V6 you can browse to svn://svn.overbyte.be/ics/trunk or http://svn.overbyte.be:8443/svn/ics/trunk or for ICS-V5 to: svn://svn.overbyte.be/icsv5 or http://svn.overbyte.be:8443/svn/icsv5. ICS-V7 is a part of V6, in ics/branches/icsv7. All use usercode = ics and password = ics for read access. Write access is only available to TeamICS.
  
 
'''Zipped Daily Snapshots:'''
 
'''Zipped Daily Snapshots:'''

Revision as of 16:32, 10 April 2009

Main page -> FAQ


Here, you'll find the most frequently asked questions which cover a range of components or all. You will find questions specific to one component in the How to section of each component.

How to get ICS

There are 4 options to obtain ICS source code.

CodeGear's Partner DVD:

This is probably not such a good idea, since it is likely to be an old version, built at the time this Delphi / C++Builder version was released.

Overbyte Website:

Provides download links to latest stable releases or beta versions. This is a safe choice if you use ICS-V5 or ICS-V6. ICS-V7 however is still work in progress and it's likely the best choice to either checkout head revision of the version control repository or to download the daily snapshot from below. Note that ICS-V7 is the only ICS supporting Delphi and C++Builder 2009.

Version Control System:

Using the version control repository is the best choice if you want to get live access to current development files. Overbyte uses a Subversion server and you need to use a Subversion client such as TortoiseSVN or your favorite browser. Once your SVN client is installed, for ICS-V7 you can browse to svn://svn.overbyte.be/ics/branches/icsv7 or http://svn.overbyte.be:8443/svn/ics/branches/icsv7 orfor ICS-V6 you can browse to svn://svn.overbyte.be/ics/trunk or http://svn.overbyte.be:8443/svn/ics/trunk or for ICS-V5 to: svn://svn.overbyte.be/icsv5 or http://svn.overbyte.be:8443/svn/icsv5. ICS-V7 is a part of V6, in ics/branches/icsv7. All use usercode = ics and password = ics for read access. Write access is only available to TeamICS.

Zipped Daily Snapshots:

These packages are built from the version control repositories automatically when they change and refreshed once a day.

Download OpenSSL Binaries:

How ICS works

Asynchronous paradigm The non-blocking nature of ICS.
Sending and receiving data Draft discussing possible formats of data transfer.

FAQ

Concatenating data A example on how to concatenate chuncks of data in a CPU / Memory friendly way.
Difference TCP/UDP What is the difference between TCP and UDP and which to use when ?
General General questions not belonging to other sections
Internet Specific for internet in general
Microsoft .NET framework Using ICS with the Microsoft .NET framework
Multi-Threading Using ICS components and threads
Progress bar Implementing a progress bar
Timeouts Implementing timeouts on connections or protocols