Hello,
I own an FMC920 tracker. I have tested and explored many of its features and settings, and I am really impressed.
My device is communicating with my own server. I have read and studied the different codec versions, and I understand that a listener needs to be written to parse and process incoming data. Initially, I wrote a listener in Python for codecJson. The configuration is also set up with TCP. In the brief documentation, I read that this codec is recommended to be used with the AWS platform, although I am able to receive JSON data just fine (with few exceptions) to my own server. Just to clarify I am not familiar with AWS.
Are there any downsides or limitations if codecJson is implemented with a custom server?
Thank you in advance!