Skip to content

thuxl/vod-planetlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vod-planetlab

vod planetlab, p2p system

This code is for paper Vod model. It constructs a p2p system, where each peer runs itsself to meet its needs.

usage step:

  1. cd bandwidth; make clean; make; ./p_program ;

the first step is to generate initial data for experiment.

  1. cd .. ; make clean; make ;

to generate pgetip file

  1. ./pgetip

to generate shell files

  1. make -j50 ; ./upload #to upload files to planetlab nodes.
  2. ./p_server

the local machine is server, the nodes of planetlab are peers

  1. ./vxargs-latest.py -a iplist.txt -o ./result/ -P 200 ssh -l planetlab_username -i id_rsa {} "~/run"

run peers of planetlab.

About

vod planetlab, p2p system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors