X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=README;h=13149d9ad9d9692c06c43b4a42691ff228c97733;hb=7eec029adede6b9609830d7bbae6183dd49d005e;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=d8865f06691db2e8b4e0d4db442e78d4d2f4d15c;p=swifty.git 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