new This is the constructor for a pubsub object. It takes no further arguments.
delete_node($con,$uri,$cb) $con is the connection already established, $uri is the name of the node to
be created $cb is the callback
Try to remove a node.
create_node($con,$uri,$cb) $con is the connection already established, $uri is the name of the node to
be created $cb is the callback
Try to create a node.
subscribe_node($con,$uri,$cb) $con is the connection already established, $uri is the name of the node
to be created $cb is the callback
Try to retrieve items.
unsubscribe_node($con, $uri, $bc)> $con is the connection already established, $uri is the name of the
node to be created $cb is the callback
Try to unsubscribe from a node.
publish_item($con,$uri,$create_cb,$cb) $con is the connection already established, $uri is the name of
the node to be created $create_cb is the callback $cb is the callback
Try to publish an item.
retrive_items($con,$uri,$cb) $con is the connection already established, $uri is the name of the node
to be created $cb is the callback
Try to retrieve items.
retrive_item($con,$uri,$id,$cb) $con is the connection already established, $uri is the name of the
node to be created $id is the id of the entry to be retrieved $cb is the cb
Try to retrieve item.