p2p_deploy

murder

  • Start the tracker

$ python murder_tracker.py

  • Create a Torrent file

$ python murder_make_torrent.py deploy.tar.gz tracker.twitter.com:8998 deploy.torrent

  • Seed the package

$ python murder_client.py seed deploy.torrent deploy.tar.gz 10.172.1.200
#10.172.1.200 is the ip of the seeder

  • From all peers, get the package

$ python murder_client.py peer deploy.torrent deploy.tar.gz 10.172.1.201
#10.172.1.201 is the ip of the peer

Reference
intro

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License