gppaille gppaille Hi, I tried to solve the issue of duplicate packages. We verified the PLC data, and it provides one value at a time without duplicates from the PLC side. I created another project using the DBDesign.PosiStageDotNet library that sends positional tracker data periodically over multicast using .NET 6+'s PeriodicTimer. This method ensures smooth, ordered sending of tracker data asynchronously without blocking the UI, with appropriate start/stop and cancellation support. Here is the link https://github.com/harshkapadia311/TestPosiStageNet.git. However, in this project too, I still find duplicate packets. I would really appreciate your help with this.