• 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_8.json
  • Simon Hunt's avatar
    GUI - reworked to allow for event-based topology building, in preparation for we… · 99c13849 ...
    99c13849 Browse Files
    …b-socket connection to the server.
     - device nodes will enter in a fixed location, if metaUi data is included in the addDevice event.
     - device nodes now adjust their bounds to fit the text (and show an icon).
     - added cycle labels function (press the 'L' key).
     - links now appear with "transition" animation.
     NOTE: this is still WIP.
    
    Change-Id: I3adbe9895e189e482316e86384dd53fd27781cd3
    Simon Hunt authored 2014-11-07 07:37:47 -0800
eventTest_8.json 261 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
  "event": "addDevice",
  "payload": {
    "id": "of:0000ffffffffff06",
    "type": "roadm",
    "online": false,
    "labels": [
      "0000ffffffffff06",
      "FF:FF:FF:FF:FF:06",
      "?"
    ],
    "metaUi": {
      "x": 336,
      "y": 254
    }
  }
}