Christophe Calmejane
Christophe Calmejane
If the ethernet link between the controller and a Milan device is down at the same time the device is sending the CONTROLLER_AVAILABLE message (to detect if the controller is...
Add the possibility to pre populate the AEM cache with json files
System_clock is not monotonic, so it's better to use a steady_clock instead
The public header file jsonTypes.hpp is installed even though ENABLE_AVDECC_FEATURE_JSON is set to FALSE
When calling a controllerEntity method that has a completion handler, if an error occurs before even sending the message to the network, the completion handler is called with the error...
Have the possibility to configure the controller so it doesn't retrieve every information from a discovered entity during first enumeration. Have a "on-demand" mode to get missing information (possibly make...
la_avdecc should be able to load and parse aemxml files to generate the corresponding AEM tree.
Example: pcap s_Dispatch map for AECP sub-types. During unititialization, the static map might be destroyed before the EndStation (meaning, before the ProtocolInterface), causing a crash if an incoming AECP message...
READ_DESCRIPTOR for example can return this status code. Descriptor information should be optional (in case we don't want the controller to enumerate the full model, or in case it's protected...
Add a new layer than would receive all the warnings for non-milan compatible devices. The layer should receive the entityID and the Milan Clause involved (a string).