var fDesc=new Array(); fDesc[0] = "ANts P2P realizes a third generation P2P net. It protects your privacy while you are connected and it makes you not trackable, hiding your identity (ip) and crypting everything you are sending/receiving from others.

Main Features :
- Open Source Java implementation (GNU-GPL license)
- Multiple sources download
- Swarming from partial files
- Automatic resume and sources research over the net
- Search by hash, string and structured query
- Completely Object-Oriented routing protocol
- Point to Point secured comunication: DH(512)-AES(128)
- EndPoint to EndPoint secured comunication: DH(512)-AES(128)
- Serverless GWebCache-based peer dicovery procedure
- IRC based peer discovery system
- IRC embeded chat system
- Full text search of indexed documents (pdf, html, txt, doc etc)
- Distributed/Decentralized Search engine
- HTTP tunneling
- ANts allow P2P communications through any kind of HTTP Proxy
- ANts allow P2P communications through any kind of NAT or traffic filtering system"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }