- Notifications
You must be signed in to change notification settings - Fork7
GunDB Cytoscape Graph Visualizer + Live Editor
NotificationsYou must be signed in to change notification settings
lmangani/gun-scape
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
GunDB Cytoscape Graph Visualizer + Live Editor
Execute your own"Shot-GunDB Wedding" and test all Guncommands in a snap:
g.get('ua').put({name: 'SIP User-Agent'});g.get('opensips').put({name: 'OpenSIPS'});g.get('asterisk').put({name: 'Asterisk'});g.get('rtpengine').put({name: 'RTP:Engine'});g.get('homer').put({name: 'HOMER'});g.get('ua').get('sip').put(g.get('opensips')); g.get('ua').get('rtp').put(g.get('rtpengine')); g.get('opensips').get('sip').put(g.get('asterisk')); g.get('rtpengine').get('rtp').put(g.get('asterisk')); g.get('opensips').get('hep-sip').put(g.get('homer')); g.get('asterisk').get('hep-sip').put(g.get('homer')); g.get('rtpengine').get('hep-rtcp').put(g.get('homer'));
This Demo is based onserve-gun