I don't think I understand how this is related to a protocol.
This is not about the protocol and is basically about how to manage and store attributes and statuses for a device for use in the Position class in traccar.
Why attributes copying doesn't work for your case?
This method is correct, but how can I save these values for each device in traccar so I can use them?
I don't understand the question. Why wouldn't they be saved?
These attributes are sent to me only once from the device. Next time I have to use the latest attributes sent by the device.
That's exactly what attributes copying is for.
Thank you very much. How can I find out how to use attributes copying in traccar?
We have documentation for it and I'm sure there are some forum threads. Have you already read all that?
Hello
I was unaware of this feature. I will definitely check. Thanks
hi there,
I'm implementing a personal protocol. In this protocol, the statuses are declared only once and I have to display the previous status until I reach the next status. For example, when the repair shop status is used, this status is sent to the server only once, and after receiving it, no other status is sent to me until another status, such as leaving the repair shop, is sent to the server. . In the interval between two situations, I have to consider the previous situation as the current situation, which is the same situation as the repair shop. Can I fix this with Traccar or do I have to implement the method myself? If the answer is traccar, what is the protocol example?