Replies: 5 comments 3 replies
-
|
The OpenTrackIO v1.0.0 specification designates the use of multicast addresses in the range 235.135.1.xxx (1–200). However, isn't this a reserved address range? If so, has OpenTrackIO officially registered this address range for use? If there are no plans to register it, I would like to request that the OpenTrackIO specification allow the use of non-reserved addresses instead. What are your thoughts on this? https://www.iana.org/assignments/multicast-addresses/multicast-addresses.xhtml |
Beta Was this translation helpful? Give feedback.
-
|
@flow-dev based on our research, 235.0.0.0/8 is not a reserved multicast group. It falls within the administratively scoped multicast address range (239.0.0.0/8), but 235.0.0.0/8 is actually part of the general-purpose multicast address space and is available for OpenTrackIO without registration. |
Beta Was this translation helpful? Give feedback.
-
|
@flow-dev I’m not sure what other reference material would be helpful here. Per IANA, the 235.0.0.0 to 238.255.255.255 range is not reserved for any special use, so it’s available for general use. Personally, I would consider the use of the specified multicast address strongly recommended, if not mandatory. That said, since OpenTrackIO is not yet a formal standard, we can’t technically enforce it. The intent behind generating multicast groups based on a known prefix and a user-definable last octet is to promote interoperability and eliminate the need for end users to manage IP configurations manually. When the same source number is used on both Producers and Consumers, it should “just work.” This model of simplifying setup is well-established in the production industry and used in several ANSI standards. The only reasonable case for deviating from the default multicast address would be if another system is already using the same group. Even then, a properly implemented OpenTrackIO receiver should be able to filter out irrelevant traffic by validating the packet structure and headers. |
Beta Was this translation helpful? Give feedback.
-
|
@flow-dev I have reached out to IANA for clarification. Hopefully they will be able to get back to us within a sensible timeframe. Thank you for your feedback and input! |
Beta Was this translation helpful? Give feedback.
-
|
All my queries about v1.0.0 seem to have been resolved in v1.0.1, so I’ll go ahead and close this discussion. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@jamesmosys
I have read the OpenTrackIO v1.0.0 web page and have a few questions.
Could you please provide clarification on the exact specifications?
About “Source Number” in IP Addressing
There is also a “sourceNumber” parameter, and the description of both seems to be identical.
However, the range of each value is different: 1 to 200 for “Source Number” and 0 to 4,294,967,295 for “sourceNumber”.
Are these the same thing?
About the transforms parameter
Is the order of rotation of Euler angles defined as pan -> tilt -> roll?
About Packet Header parameter definition
Beta Was this translation helpful? Give feedback.
All reactions