-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (113 loc) · 5.3 KB
/
Copy pathindex.html
File metadata and controls
123 lines (113 loc) · 5.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<meta name="description" content="The Direct Connect Network Foundation (DCNF) is a non-profit organization dedicated to improving the DC peer-to-peer network.">
<meta name="author" content="Direct Connect Network Foundation">
<meta name="copyright" content="Copyright © 2026 Direct Connect Network Foundation">
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<title>Direct Connect Network Foundation • GitHub page</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<link rel="stylesheet" href="custom.css">
</head>
<body>
<header class="container">
<nav>
<ul>
<li><strong><a class="contrast" href="/">DCNF</a></strong> <small class="tagline">Direct Connect Network Foundation</small></li>
</ul>
<ul>
<li><a href="https://www.dcbase.org/">Home</a></li>
<li><a href="https://www.dcbase.org/contribute/">Contribute</a></li>
<li><a href="https://www.dcbase.org/faq/">FAQ</a></li>
<li><a href="https://dcnf.github.io/Hublist/">Hublist</a></li>
</ul>
</nav>
</header>
<main class="container">
<section class="hero">
<p>The Direct Connect Network Foundation (DCNF) is a non-profit organization that aims to improve the DC network by improving software, protocols and other services in the network. The organization intends to increase the knowledge of the network for other current non-users as well as improving the state of it for current users.</p>
</section>
<section>
<h2>Software</h2>
<div class="grid">
<article class="active">
<header><h4>ADC Hub Software</h4></header>
<ul>
<li><a href="https://www.uhub.org/">Uhub</a> <small>[Win, Linux] original</small></li>
<li><a href="https://github.com/modelrockettier/uhub">Uhub</a> <small>[Win, Linux] fork, Docker</small></li>
<li><a href="https://github.com/luadch-ng/luadch">Luadch-ng</a> <small>[Win, Linux] Lua 5.4</small></li>
<li><a href="https://github.com/maksis/adchpp-hbri">ADCH++-hbri</a> <small>[Win, Linux] HBRI extensions</small></li>
<li><a href="https://github.com/direct-connect/go-dcpp">go-dcpp</a> <small>[Win, Linux] Go</small></li>
<li><a href="http://adchpp.sourceforge.net/">ADCH++</a> <small>[Win, Linux] reference impl.</small></li>
<li><a href="https://luadch.github.io/">Luadch</a> <small>[Win, Linux] Lua</small></li>
</ul>
</article>
<article class="deprecated">
<header><h4>NMDC Hub Software</h4></header>
<ul>
<li><a href="http://www.ptokax.org/">PtokaX</a> <small>[Win, Linux] Lua</small></li>
<li><a href="https://github.com/Verlihub/verlihub">Verlihub</a> <small>[Linux]</small></li>
</ul>
</article>
</div>
</section>
<section>
<h2>Client Software</h2>
<article>
<header><h4>ADC / NMDC Clients</h4></header>
<ul>
<li><a href="https://airdcpp.net/docs/installation/windows.html">AirDC++</a> <small>[Win]</small></li>
<li><a href="https://airdcpp.net/docs/installation/installation.html">AirDC++ Web Client</a> <small>[Linux]</small></li>
<li><a href="http://dcplusplus.sourceforge.net/download.html">DC++</a> <small>[Win] original client</small></li>
<li><a href="https://github.com/eiskaltdcpp/eiskaltdcpp">EiskaltDC++</a> <small>[Win, Linux, macOS, FreeBSD, Haiku]</small></li>
<li><a href="https://dev.yorhel.nl/ncdc">NCDC</a> <small>[Linux] ncurses</small></li>
<li><a href="https://github.com/zipper9/blacklink">BlackLink</a> <small>[Win]</small></li>
<li><a href="https://github.com/pavel-pimenov/flylinkdc-r6xx">FlylinkDC++</a> <small>[Win]</small></li>
</ul>
</article>
</section>
<section>
<h2>Protocol Specifications</h2>
<div class="grid">
<article class="active">
<header><h4>ADC</h4></header>
<p>Advanced Direct Connect — the modern protocol used by most active hub and client software.</p>
<a href="https://adc.sourceforge.io/ADC.html" role="button" class="outline">View ADC specs</a>
</article>
<article class="deprecated">
<header><h4>NMDC</h4></header>
<p>Neo-Modus Direct Connect — the legacy protocol. No longer actively supported.</p>
<a href="https://nmdc.sourceforge.net/NMDC.html" role="button" class="outline secondary">View NMDC specs</a>
</article>
</div>
</section>
<section>
<div class="grid">
<article>
<h4>DCNF Website</h4>
<p>The official DCNF website with information about the organization, by-laws and meetings.</p>
<a href="https://www.dcbase.org/" role="button" class="outline">Visit dcbase.org</a>
</article>
<article>
<h4>DCNF Hublist</h4>
<p>Choose among a lot of public hubs (using the ADC and NMDC protocol) directly in your client.</p>
<a href="https://dcnf.github.io/Hublist/" role="button" class="outline">View the hublist</a>
</article>
</div>
<div class="grid">
<article>
<h4>DCBase Forum</h4>
<p>Topics relating to the Direct Connect network.</p>
<a href="https://forum.dcbase.org/" role="button" class="outline">View the forum</a>
</article>
</div>
</section>
</main>
<footer class="container">
<p>Copyright © 2026 Direct Connect Network Foundation</p>
</footer>
</body>
</html>