Overlay Network 

Configuration and Reconfiguration

[Publication][Overlay Network Literature] [Project Related Utilities: PlanetLab XML-RPC Java Python SHELL SSH]


Publications

Jinliang Fan, Mostafa Ammar, Dynamic Topology Reconfiguration of Overlay Networks: Structure and Approximation of Optimal Policies. In Submission. A technical report version of the paper is available upon request.


Using PlanetLab

1. How to get the node list (currently in boot status)?

curl 'https://www.planet-lab.org/db/nodes/all_hosts.php' > nodeList

2.



Using XML-RPC

1. XML-RPC Howto
http://www.telenovela-world.com/~spade/linux/howto/XML-RPC-HOWTO/index.html

2. XML-RPC Java Implementation http://ws.apache.org/xmlrpc/

3.


Using Python

1. Error handling in Python. http://docs.python.org/tut/node10.html
2.


Using Unix Shell

1. Linux Shell Scripting Tutorial v1.05r3 A beginner's handbook
http://www.freeos.com/guides/lsst/

2. Shell intput/output redirection
% command  1>filename 2>&1