Store node's hrn (SFA specific human readable name) using the 'hrn' tag. This tag...
authorTony Mack <tmack@cs.princeton.edu>
Thu, 11 Mar 2010 22:24:08 +0000 (22:24 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Thu, 11 Mar 2010 22:24:08 +0000 (22:24 +0000)
commitb4b902d85a7966403dc09cc1c3f0da8a07b7a1e9
tree51dda2d7d5b7b33c17523b57e36d3a8f77baf258
parent2e1a54e6ba7ec6db22ad98342acaa943ca83c13e
Store node's hrn (SFA specific human readable name) using the 'hrn' tag. This tag is automatically added to the node when AddNode() is called and is updated when either UpdateNode(), Peer.add_node(), Peer.remove_node() is called
PLC/Methods/AddNode.py
PLC/Methods/UpdateNode.py
PLC/Namespace.py [new file with mode: 0644]
PLC/Peers.py