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:
- cd bandwidth; make clean; make; ./p_program ;
- cd .. ; make clean; make ;
- ./pgetip
- make -j50 ; ./upload #to upload files to planetlab nodes.
- ./p_server
- ./vxargs-latest.py -a iplist.txt -o ./result/ -P 200 ssh -l planetlab_username -i id_rsa {} "~/run"