uhub/README

52 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-05-13 13:16:39 +00:00
# Uhub
2009-02-19 16:14:09 +00:00
2019-05-13 13:16:39 +00:00
Uhub is a high performance peer-to-peer hub for the ADC network. Its low memory footprint allows it to handle several thousand users on high-end servers, or a small private hub on embedded hardware.
Uhub uses the ADC protocol, and is compatible with DC++, jUCy and other ADC clients.
## Key features
- High performance and low memory usage
- IPv4 and IPv6 support
- Experimental SSL support (optional)
- Advanced access control support
- Easy configuration
## Download
### Zip files
The latest version is 0.5.0, released Friday 17, October 2014.
You can find zip / tar.gz file on https://github.com/janvidar/uhub/releases
### Git
You can also use git to use the last up-to-date version:
$ git clone https://github.com/janvidar/uhub.git
### Ubuntu and Debian packages
Tehnick has provided an up to date uhub PPA for Debian and Ubuntu based distributions: https://tehnick.github.io/uhub/
## Documentation
### Compile
See doc/compile.txt document.
### Getting started
See doc/getstarted.txt document.
### Use SSL
See doc/ssl-documentation.txt document.
## Compatible clients
2009-02-19 16:14:09 +00:00
For a list of compatible ADC clients, see:
2019-03-11 23:41:41 +00:00
https://en.wikipedia.org/wiki/Comparison_of_ADC_software#Client_software
2019-05-13 13:16:39 +00:00
## License
Uhub is free and open source software, licensed under the GNU General Public License 3 (see COPYING file).