DHT: ECC Auth and PoW.
[brdnet.git] / brodnetd.pas
blobab22896d18cc82106cae5547bb07ecfb7a7b021d
1 PROGRAM brodnetd;
3 { Poll loop. Read message, get handler, exec handler. }
4 uses cthreads,ServerLoop
5 ,TestWatch
6 ,TestChat
7 ,AsyncProcess
8 //,Upload
9 //,Download
10 //,TestFS
11 ,dht
12 ,dhtBootStatic
13 ,dhtPersist
14 ,ECC
17 BEGIN
18 ServerLoop.Main;
19 END.