Hello,
I am currently using version 4.15 and would like to ensure a smooth migration to version 6.8. I am looking for a simulator that allows me to replay logs from a device to verify that everything is functioning correctly.
I have already tried using PHP tools developed by myself to send data, but we are unable to insert all events in tc_event, such as alarms; we can only send deviceOn and deviceOff events. Could you recommend any tools or resources that I can download from the internet to test this?
thank you
Khaled
Why do you need to replay logs?
To ensure that there are no changes between the ProtocolTeltonikaDecoder of version 4.15 and version 6.8, and that all I/O I use is properly decoded, I noticed that the digital input in1 in version 4.15 has become di1 in version 6.8. The idea is to be able to test everything on localhost before upgrading the version in production
You can manually test a couple of messages of you're concerned whether everything is decoded correctly.
Hello,
I am currently using version 4.15 and would like to ensure a smooth migration to version 6.8. I am looking for a simulator that allows me to replay logs from a device to verify that everything is functioning correctly.
I have already tried using PHP tools developed by myself to send data, but we are unable to insert all events in tc_event, such as alarms; we can only send deviceOn and deviceOff events. Could you recommend any tools or resources that I can download from the internet to test this?
thank you
Khaled