• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • ..
  • json
  • eventTest_30.json
  • Simon Hunt's avatar
    GUI -- Test events: unpinned the first node; increased a few link widths. · 1a9eff99 ...
    1a9eff99
     - added alerts pane to framework.
     - added library registration mechanism to framework.
     - created d3Utils library
     - reimplemented drag behavior of nodes.
    
    Change-Id: I501f4ab6eded8393948cede903573580599258b1
    Simon Hunt authored 2014-11-07 12:21:36 -0800
eventTest_30.json 239 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
  "event": "addLink",
  "payload": {
    "src": "of:0000ffffffffff0A",
    "srcPort": "10",
    "dst": "of:0000ffffffffff08",
    "dstPort": "30",
    "type": "optical",
    "linkWidth": 6,
    "props" : {
      "BW": "70 G"
    }
  }
}