8000 GitHub - yedi/nutella: A faux gnutella file sharing application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yedi/nutella

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nutella

A simple gnutella-like p2p file sharing and streaming application

Setup

Your .nutella file should have the locations of all your movie files. The first line should have the number of movies in your collection. Every line after that should be formatted as such:

<name of moviie>    <file location>

e.g:

2
matrix      movies/matrix.txt
starwars    movies/starwars.txt

Usage

To compile:

~$ make clean
~$ make

To run the client:

~$ ./nclient

To run the server:

~$ ./nserver

About

A faux gnutella file sharing application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0