ADCH++ personal repository
  • C++ 98.8%
  • C 0.7%
  • Lua 0.4%
Find a file
2025-08-04 22:10:47 +02:00
adchpp Reinstate the DisconnectTimeout setting, increase its default from 5 to 10 ms 2013-07-19 21:47:27 +02:00
adchppd merging with upstream 2013-09-28 18:04:39 +02:00
boost fix old python & linux build of boost locale 2013-07-21 02:40:39 +02:00
docs Installer & Docs 2013-07-13 15:23:13 +02:00
etc Reinstate the DisconnectTimeout setting, increase its default from 5 to 10 ms 2013-07-19 21:47:27 +02:00
linux add helper scripts for easier installation; improve the basic user guide 2011-07-20 22:47:50 +02:00
lua fixes for Cygwin 2013-08-07 22:33:29 +02:00
php SWIG was messing up the unsigned cast 2010-11-03 17:06:37 +01:00
plugins fix bloom lua linking 2013-09-20 19:37:55 +02:00
pyutil Update python runner to use core 2010-12-11 22:05:29 +01:00
rbutil Adapt ruby runner to core 2010-12-11 21:50:58 +01:00
redhat/etc Add redhat scripts 2010-03-17 07:12:33 +01:00
schemas Adding XSD schema files for future validation of XML files used. 2013-03-24 13:36:15 +01:00
swig fix bloom lua linking 2013-09-20 19:37:55 +02:00
test Print version in test client 2011-12-24 12:42:26 +01:00
tools building with the Clang Static Analyzer 2012-02-23 17:10:01 +01:00
unix redo settings loading, copyright year 2009-04-03 00:12:51 +02:00
windows Update Windows cert gen script; Update docs 2013-05-20 12:07:21 +02:00
.bzrignore start PHP bindings (only for MSVC for now) 2010-10-15 18:41:38 +02:00
.gitignore Finish git migration by creating .gitignore 2025-08-04 22:10:47 +02:00
ADCHPP.nsi Installer 2013-07-18 18:47:16 +02:00
build_util.py Allow using the system's boost libraries. Fixes bug #1132714 2013-02-25 10:58:58 +01:00
changelog.txt merging with upstream 2013-09-28 18:04:39 +02:00
committed_released.py update the release script 2012-05-30 21:28:05 +02:00
Doxyfile Remove socketmanager from swig interface 2008-01-01 15:28:48 +00:00
gch.py fixes for Linux & for Python 2.4 2009-10-13 22:24:08 +02:00
License.txt copyright year 2013-01-18 22:41:53 +01:00
readme.txt Show hub version in info 2011-02-04 15:59:20 +01:00
SConstruct fixes for Cygwin 2013-08-07 22:33:29 +02:00

= ADCH++ - A hub software for ADC

== Introduction

ADCH++ is a hub for the ADC network. It implements the
http://dcplusplus.sf.net/ADC.html[ADC protocol]. The core application is very
simple, but extensible using plugins. Among the standard plugins there is a
scripting plugin that allows hub owners to further customize the hub using 
several scripting languages.

== License

ADCH++ is licensed under the GPL. For details, see license.txt supplied with
the application. A side effect of the license is that any plugins you write
must be released under a license compatible with the GPL.

== Download

The latest released version of ADCH++ can be downloaded from
http://sourceforge.net/projects/adchpp/[SourceForge]. The source code resides
in the http://code.launchpad.net/adchpp/[BZR] repository.

== Documentation

ADCH++ documentation is divided to two parts:
. Basic guide: a setup guide for beginners who want to get started using ADCH++,
available at http://adchpp.sourceforge.net/user_guide/basic_guide.html
. Expert guide: for advanced/expert users who interested in scripting, compiling
or contributing to ADCH++, available at
http://adchpp.sourceforge.net/user_guide/expert_guide.html

The latest revision of these documentation is available under the "docs" 
folder in the ADCH++ release packages as well as in the ADCH++ repository at
http://code.launchpad.net/adchpp/

== Donations

If you feel like helping out but don't know how to, this is obviously a good way
=)

https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=arnetheduck%40gmail%2ecom&item_name=DCPlusPlus&no_shipping=1&return=http%3a%2f%2fdcplusplus%2esf%2enet%2f&cancel_return=http%3a%2f%2fdcplusplus%2esf%2enet%2f&cn=Greeting&tax=0&currency_code=EUR&bn=PP%2dDonationsBF&charset=UTF%2d8[Donate!]

// vim: set syntax=asciidoc: