Changes between Version 12 and Version 13 of Internal/OpenFlow/ofTopology


Ignore:
Timestamp:
Jul 5, 2012, 8:17:10 PM (12 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/ofTopology

    v12 v13  
    264264  2.2.1 [#gexf GEXF] [[BR]]
    265265  2.2.2 [#gdf GDF] [[BR]]
    266 <!-- 2.2.3 [#] [[BR]] -->
    267266 2.3 [#morals2 Summary]
     267
     268== 2.1 Some Considerations == #pre2
     269The minimum requirements for a format are:
     270 * ability to describe a graph (nodes and edges)
     271 * ability to add descriptions to nodes and edges
     272 * can be parsed easily
     273Being easy to read and write is a added bonus. 
     274
     275Some things that we would like to be able to describe are
     276 * node/edge IDs
     277 * node behavior (a switch, host, router, service...)
     278 * edge weight (throughput, connectivity, delay...)
     279
     280== 2.2 Some Formats == #fmts
     281=== 2.2.1 GEXF === #gexf
     282link: http://gexf.net/format/index.html
     283
     284=== 2.2.2 GDF === #gdf
     285link: https://gephi.org/users/supported-graph-formats/gdf-format/
    268286[[BR]]
    269287[[BR]]
    270288[[BR]]
     289----
    271290^1. This specific example requires a bit of network reconfiguration and comes with substantial risk of disconnecting your node from the network if done carelessly.^