Questions tagged as 'sdn'

2
answers

IP ToS Field Tagging in Openflow

I'm a beginner at this, so I have a question. Considering a video application called DASH IF (dash.js) that runs (emulated) on a mesh network with SDN (Software Defined Network). I want the ToS (Type of Service) field to be marked...
asked by 27.11.2015 / 00:01
1
answer

DELETE Ajax Request on an SDN Floodlight Controller

I have a function in my JavaScript that makes an Ajax request for the REST interface of a Floodlight controller. function excluir(nome) { var jsonExclui = ("{" + '"name": "'+nome+'" }'); alert(jsonExclui); $.ajax( { url...
asked by 16.06.2015 / 03:28
1
answer

How to send messages from a client application (Dash.js) to an Openflow Switch

I have a client application called Dash.js, a video player, that runs in an environment that emulates an SDN network, with switches and an openflow controller. This application adapts the quality of the video according to the user's network b...
asked by 17.11.2015 / 21:03