From: Razvan Deaconescu Date: Sat, 4 Jun 2011 07:34:58 +0000 (+0300) Subject: Add initial content to global README file. X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=3faec6fbc2156a4d0de9bcacd8f2909df2169614;p=swifty.git Add initial content to global README file. --- diff --git a/README b/README index e69de29..13149d9 100644 --- a/README +++ b/README @@ -0,0 +1,19 @@ +swifty - swift implementation in the Linux kernel + +Swift is a multiparty protocol implemented at Tranport Layer (layer 4) +in the OSI stack. It is a form of BitTorrent in kernel space. Check it +out here: http://libswift.org/ + +Top level directory structure: + +/README: this file + +/doc/: documentation files + +/src/raw/: raw socket based implementation of a multiparty transport +protcocol; this is used as a test bed before being ported in the kernel + +/src/lib/: old implementation/approach of using a wrapper library on top +of a specific swift-oriented API + +/src/kernel/: kernel implementaion of a multiparty transport protocol