Skip to content

peeriodproject/http-discovery-php-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Peeriod is an open source project which strives for making privacy protected peer-to-peer file sharing available to the masses. Peeriod’s aim is to construct Onion Routing on top of a DHT, while at the same time avoiding certificate authorities. Each node is equally (un)trustworthy and can act as a relay node for encrypted traffic. A flooding-based search takes advantage of the DHT’s structure and provides full-text search capabilities.

peeriodproject.org

View the conceptual paper (PDF)

View the application design specification (PDF)


PHP MySQL - Node Discovery Server

Very basic PHP implementation for a HTTP node discovery server which is currently used to find an initial entry node.

If you want to provide a node discovery server yourself, adjust the credentials in db.inc and put it somewhere outside your webroot. Then specify the relative path stored in the variable $pathToDbInc in both index.php and build.php.

Run build.php once to construct the table structure. Delete the file afterwards and tell us about your node discovery server.

About

HTTP Node Discovery for PHP servers using MySQL database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages