To connect to the above interfaces of routing module, a node provides a similar set of interfaces:
After a node is created, one may use the following instprocs to list
  modules registered at the node, or to get a handle of a module with
  a particular name:
  rX
    []Node::list-modules & Return a list of the handles (shadow
    objects) of all registered modules. 
    [name]Node::get-module & Return a
    handle of the 
    registered module whose name matches the given one. Notice that
    any routing module can only have a single instance registered at
    any node.
  
Tom Henderson 2011-11-05