gpslogger
gpslogger copied to clipboard
File upload thru http post / put method periodically
Hi Can you add another option to periodically upload to a custom URL thru http post? Similarly, I want to log every 10m or 5sec, but
- Send custom notification at every 1min. ==> Using existing customerURL option.
- Upload complete track every 30min. ==> Using post option. Specifically CSV option as I need couple of those accuracy parameter.
Thanks Sekar
I created a branch in my fork. If you are ok with that, I can send a PR for same. If possible check this branch.
https://github.com/sekarpdkt/gpslogger/tree/sekarpdkt-customURLSender
thanks
Having generic HTTP POST/PUT file upload would be pretty awesome. After reading the description
has options for uploading (SFTP, Google Drive, Dropbox, Email)
I always wondered if this option would come to GPSLogger some day. So, I am humbly asking if you see any chance to integrate this, @mendhak?
Last but not least, thanks for this contribution, @sekarpdkt! May I also humbly ask you how the HTTP request / upload payload exactly looks like?
I am thinking about adding an appropriate decoder to Kotori, a versatile data historian coming from our pen.
Hm, I just recognized GPSLogger already has the Custom URL feature I was looking at here. So, never mind and sorry for the noise.
Hi My use case was bit different as mentioned above. Wanted to log every 10sec, but send update to server every 2min. In addition, upload file to server. Let me wait for feedback from @mendhak
Thanks S.Sekar