FW Update NotifyURL | Telit Cinterion IoT Developer Community
September 29, 2016 - 12:35pm, 1654 views
Hi,
I saw that gemalto provides this feature named NotifyURL.
The modem tries to post some data via (HTTP post) to the given URL.
Unfortunately, its not described which kind of data. Would you please give more information on how to use NotifyURL ?
Regards,
Vishnu G Nair
Hello,
The detailed description you can find in the Java User's Guide document. This parameter can be configured by AT^SJOTAP command or SMS. While configured by AT command it cannot be overwritten by SMS. This parameter value will only be used if there is no MIDlet-Install-Notify or MIDlet-Delete-Notify attributes in the jad file.
All HTTP packets (GET, POST) sent by the module should contain the IMEI number in the User-Agent field. Additionally the POST should contain the result status of the operation - the description of result codes you can find in the chapter 8.7 Time Out Values and Result Codes.
Of course you need some code on the server to receive the POST from the module.
Best regards,
Bartłomiej