Page 1 of 1

Network protocol changes in the new firmware update

Posted: Mon Jun 24, 2019 9:36 pm
by aditya
In the new firmware update change-log, the first point states that, there have been few network protocol changes and that they are not backwards compatible.
Is it possible for to know what exactly has been changed so that I know it doesn't cause issues with our current implementation.

Many thanks in advance.
Aditya

Re: Network protocol changes in the new firmware update

Posted: Wed Jun 26, 2019 12:54 pm
by k.schauwecker
Hi Aditya,

we extended the protocol to support device parameter enumeration At the same time we extended the protocol header, which is the first transmitted network packet for each frame and includes meta information. Unfortunately these extensions break compatibility with older API releases. Hence if you update, please update both, the firmware and the API.

Best regards,
Konstantin

Re: Network protocol changes in the new firmware update

Posted: Fri Jun 28, 2019 2:07 pm
by aditya
Thank you for the clarification.