How to use NOTIFYURL during OTAP? | Telit Cinterion IoT Developer Community
September 23, 2015 - 5:51am, 3337 views
When I work on OTAP, I try to get the post result, but OTAP always show "post failed"
So how should I setup server to get post result?
it can't display picture...
the procedure is:
...
[OTAP] Starting OTAP Delete Operation
[OTAP] Stopping All Midlets
[OTAP] Midlets Stopped
[OTAP] PS detach success
[OTAP] Starting deletion
[OTAP] Deletion completed
[OTAP] Try to post result to http://***.*********.com.au/admodem/result.txt ...
[OTAP] ERROR: Result post failed!
[OTAP] Operation OK
[OTAP] Reboot now
Hi,
I have never used post result to, but what if you instead of link that ends with .txt, use a link which accepts HTTP Post?
Regards,
Jure
Using wireshark, I can get result of post. but it is on port 80, which is used by IIS server. can I set other port on NOTIFYURL? such as :
http://***.*********.com.au:8080/admodem/result.txt
Hello,
I can't find any document where it would be directly claimed that it is possible to specify the port in the notify URL.
I've only found in the IMP-NG standard document that the URL MUST be no longer than 256 UTF-8 encoded characters.
But I believe it should be possible.
Have you tried it?
Regards,
Bartłomiej