Usage
=====

*npm install unicens*


    var system = require("unicens");

        system    
        .route("master",'node')
            .route("most",'most.socket')
            .route("sync",'sync.data')
            .route("sp",'sp.socket')
            .parent.parent.parent
            .route("sp",'sp.socket')
            .route("sync",'sync.data')            
            .route("most",'most.socket')
            .parent.parent.parent
          .parent              
        .route("node.1",'node')
            .route("mlb",'mlb.socket')
            .route("sync",'sync.data')
            .route("most",'most.socket')
            .parent.parent.parent
            .route("most",'most.socket')
            .route("sync",'sync.data')
            .route("mlb",'mlb.socket')
            .parent.parent.parent
            .route("most",'most.socket')
            .route("avp",'avp.data')
            .route("usb",'usb.socket')
            .parent.parent.parent            
            .route("usb",'usb.socket')
            .route("avp",'avp.data')
            .route("most",'most.socket')
            .parent.parent.parent
           .parent                              
        .route("node.2",'node')
            .route("most",'most.socket')
            .route("packet",'packet.data')            
            .route("mlb",'mlb.socket')
            .route("OS85621.h264",'h264-decoder')                        
            .parent.parent.parent.parent
            .route("usb",'usb.socket')
            .route("packet",'packet.data')
            .route("most.packet",'most.socket')
            .parent.parent.parent
          .parent
        .route("node.3",'node')
            .route("most",'most.socket')
            .route("packet",'packet.data')
            .route("mlb",'mlb.socket')
            .route("OS85621.h264",'h264.decoder')
            .parent.parent.parent.parent            
            .route("usb",'usb.socket')
            .route("packet",'packet.data')
            .route("most",'most.socket')                   
            .parent.parent.parent            
          .parent          
    return system.model();
