z3eed,
This is a very simple program based on GPSDriver, so it requires WM 5 or 6 and .net CF 2. It's written for a 240x240 display so would need a little resize code to make it look nicer on 240x320, but it runs fine on my iPAQ6915.
Doesn't quite follow your requirement list exactly because it was adapted from another program, but has all the functions:
1st screen displays various GPS data and -
Connect/Disconnect menu for the GPS with text indicator
Start/Stop auto logging, with indicator, plus Options menu
Button for to send a log event manually
Option screen has -
Text box for URL and ID string
Combo with several pre-set intervals, 30 sec to 10 mins
HTTP POST sends 4 values - sattime (UTC), ID, lat and lon
Settings are read and saved in an INI file
Much of the code is based on Erel's examples (of course - :sign0188
.
The HTTP server response is shown in a MsgBox. Obviously this needs to be removed and the program improved before real use, but perhaps the basis of what you need?
There are some screen shots on
my website here. Source code and ini file are in the attached zip.
Regards,
Geoff.