Most voted "sdn" questions
3 questions
Sort by count of
-
21
votes2
answers210
viewsMarking IP Tos Field in Openflow
I’m a beginner in all this, so I have a question. Considering a video call app DASH IF (Dash.js) which is executed (emulated) in a mesh network characteristically SDN (Software Defined Network). I…
-
2
votes1
answer242
viewsDELETE Ajax request on a Floodlight SDN controller
I have a function in my Javascript that makes an Ajax request to the REST interface of a Floodlight controller. function excluir(nome) { var jsonExclui = ("{" + '"name": "'+nome+'" }');…
-
1
votes1
answer49
viewsHow to send messages from a client application (Dash.js) to an Openflow Switch
I have a client application called Dash.js, video player, that runs in an environment that emulates a SDN network, with switches and an Openflow controller. This application adapts video quality…