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
Network protocol changes in the new firmware update
-
- Posts: 125
- Joined: Mon Mar 25, 2019 1:12 pm
Re: Network protocol changes in the new firmware update
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
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
Thank you for the clarification.