Personal tools
The Open Lighting Project has moved!

We've launched our new site at www.openlighting.org. This wiki will remain and be updated with more technical information.

Difference between revisions of "OLA DiffServ support"

From wiki.openlighting.org

Jump to: navigation, search
m (Add migrated template)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{PageMigrated|url=https://www.openlighting.org/ola/advanced-topics/ola-diffserv-support/}}
 +
 
[http://en.wikipedia.org/wiki/Differentiated_services DiffServ] allows devices to mark network packets so that network devices can handle different types of traffic differently. This means that latency sensitive data such as VOIP or lighting control traffic can be prioritized on the network.   
 
[http://en.wikipedia.org/wiki/Differentiated_services DiffServ] allows devices to mark network packets so that network devices can handle different types of traffic differently. This means that latency sensitive data such as VOIP or lighting control traffic can be prioritized on the network.   
  
Line 20: Line 22:
 
dscp = 46
 
dscp = 46
 
</pre>
 
</pre>
 +
 +
== Future Work ==
 +
 +
Allow mappings of universe priorities -> DSCP values. This provides a flexible way of implementing backup controllers without provisioning extra network bandwidth.  http://code.google.com/p/linux-lighting/issues/detail?id=76

Latest revision as of 19:07, 31 May 2018

This page has migrated

This page has migrated to our new site, please see https://www.openlighting.org/ola/advanced-topics/ola-diffserv-support/.

This content will not be updated and is just left here for reference and will be removed at some point in the future, see the link above for the most up-to-date version.


DiffServ allows devices to mark network packets so that network devices can handle different types of traffic differently. This means that latency sensitive data such as VOIP or lighting control traffic can be prioritized on the network.


OLA supports DiffServ in some of the network plugins:

If you'd like others just ask.

To enable DiffServ support add

dscp = <value>

to the plugin preference file. e.g. to mark packets as Expedited Forwarding, use

dscp = 46

Future Work

Allow mappings of universe priorities -> DSCP values. This provides a flexible way of implementing backup controllers without provisioning extra network bandwidth. http://code.google.com/p/linux-lighting/issues/detail?id=76