|
 |
|
03-10-2007, 01:54 PM
|
#16
|
|
Variable Bitrate
Join Date: Feb 2006
Posts: 345
|
How is this going to work if I don't have a constant connection but I get a connection at random times. Like if I just have windows set to automaticaly connect to any unsecured network I come across? Will it handle that ok...like not send error when it is not connected but it will try and send as soon as it is connected to the internet?
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
03-10-2007, 05:41 PM
|
#17
|
|
FLAC
Join Date: Apr 2006
Location: Washington, DC - Alexandria, VA N/W Area - NOVA
Posts: 1,268
|
Hey guys, I'm back now, had to go take care of some personal business  I'll see what I can do about the connection status bug. As far as offline logs, I'm going to be adding a piece that will allow you to upload the data once you finally have a connection.
For those that can't connect, if you haven't done so, please read the Readme.txt. There are a few additional steps you might have to take to get this working. One is registering the mscomm32.ocx file that is included, the other is loading the reg key that is included into your registry by double clicking on it.
I'll let you all know when I've uploaded the next version..
Quote: Originally Posted by thanatos106 
Where is my email?
Thanatos.
Did you register at DCCarPCs.com ? I don't see your username there yet. I can't assign a Tracking account until you've done so.
Quote: Originally Posted by EricE 
Edit: ok, its working for me. now...Ver 1.5
Server works for me now.
Glad it's working for you now... hit me up on IM if you can later...
Last edited by W3bMa5t3r; 03-10-2007 at 05:41 PM.
Reason: Automerged Doublepost
|
|
|
03-10-2007, 07:33 PM
|
#18
|
|
The Last Good Gremlin
Join Date: Nov 2004
Location: St Louis
Posts: 1,933
|
Quote: Originally Posted by W3bMa5t3r 
Did you register at DCCarPCs.com ? I don't see your username there yet. I can't assign a Tracking account until you've done so. 
O.K. I'm registered, what next?
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
|
|
|
03-10-2007, 11:12 PM
|
#19
|
|
FLAC
Join Date: Apr 2006
Location: Washington, DC - Alexandria, VA N/W Area - NOVA
Posts: 1,268
|
Quote: Originally Posted by GizmoQ 
O.K. I'm registered, what next?
I've sent you a PM here and on DCCarPCs with the info. Also an actual email through here, but it came back undeliverable. :-\
|
|
|
03-11-2007, 12:07 AM
|
#20
|
|
FLAC
Join Date: Apr 2006
Location: Washington, DC - Alexandria, VA N/W Area - NOVA
Posts: 1,268
|
Upped a new version... 1.6. This should fix the accuracy of the connection indicator. What other issues are we having?
|
|
|
03-11-2007, 12:36 AM
|
#21
|
|
Super Moderator. If my typing sucks it's probably because I'm driving....
Join Date: Oct 2004
Location: NY
Posts: 6,102
|
well, I'm having an issue, I lost my gps antenna
I'm dying to try this, does it track you real time?... can I view the tracks as there created? can I have the vehicle conected to the server & then I connect to the server from a seperate location & view the track?
|
|
|
03-11-2007, 12:41 AM
|
#22
|
|
FLAC
Join Date: Apr 2006
Location: Washington, DC - Alexandria, VA N/W Area - NOVA
Posts: 1,268
|
Quote: Originally Posted by turbocad6 
well, I'm having an issue, I lost my gps antenna
I'm dying to try this, does it track you real time?... can I view the tracks as there created? can I have the vehicle conected to the server & then I connect to the server from a seperate location & view the track?
lol uh oh...
Yes, this tracks you in real time, as you track, it uploads the data (provided you have a connection, and the 'real time' is dependent on your connection speed and upload frequency setting) and as soon as it's on the server, you can view it on the maps on the server's client side. I'm working on the upload function of saved data logs at the moment... for those doing offline tracking...
The web side is viewable from anywhere at anytime, and is separate from the client. It just pulls the data from the database.
|
|
|
03-11-2007, 01:14 AM
|
#23
|
|
The Last Good Gremlin
Join Date: Nov 2004
Location: St Louis
Posts: 1,933
|
Quote: Originally Posted by W3bMa5t3r 
I've sent you a PM here and on DCCarPCs with the info. Also an actual email through here, but it came back undeliverable. :-\
Got it, Fixed it. Thanx
Just something to consider when you write the code for offline save and upload later - you might want to consider how that info is saved, verification of upload, and renaming uploaded file by date uploaded (just in case the upload failed after verification, so the user can rename it back to upload title and try again).
Renaming and saving on users computer is also good for archiving, i.e., so you don't have to do it on your server. If the user wants to review an archive they can close the active client, rename the archive to the upload filename, initiate the client upload command, close it and then logon to the website. Or better yet, have it as an option on the webpage view to upload and review a saved archive. Then we can easily switch back to the active feed. (GPSSeure had part of this)
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
03-11-2007, 03:31 AM
|
#24
|
|
FLAC
Join Date: Apr 2006
Location: Washington, DC - Alexandria, VA N/W Area - NOVA
Posts: 1,268
|
Quote: Originally Posted by GizmoQ 
Got it, Fixed it. Thanx
Just something to consider when you write the code for offline save and upload later - you might want to consider how that info is saved, verification of upload, and renaming uploaded file by date uploaded (just in case the upload failed after verification, so the user can rename it back to upload title and try again).
Renaming and saving on users computer is also good for archiving, i.e., so you don't have to do it on your server. If the user wants to review an archive they can close the active client, rename the archive to the upload filename, initiate the client upload command, close it and then logon to the website. Or better yet, have it as an option on the webpage view to upload and review a saved archive. Then we can easily switch back to the active feed. (GPSSeure had part of this)
I've got the offline code piece built... but that's a good idea... off to code some more... lol back in a few
|
|
|
03-11-2007, 04:10 AM
|
#25
|
|
The Last Good Gremlin
Join Date: Nov 2004
Location: St Louis
Posts: 1,933
|
Quote: Originally Posted by W3bMa5t3r 
I've got the offline code piece built... but that's a good idea... off to code some more... lol back in a few 
Now if you really want to get fancy, Shawn Jones wrote a plugin for Map Monkey that stored daily logs in a laymans format which created files by date, created folders by month and year. (Actually, I'd love to see this ported over to FreeDrive). It was great for tax time - an automatic mileage log for the business.
Check out the .CSV in excel.
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
|
|
|
03-11-2007, 04:28 AM
|
#26
|
|
FLAC
Join Date: Apr 2006
Location: Washington, DC - Alexandria, VA N/W Area - NOVA
Posts: 1,268
|
Ok uploaded a new version, this includes a second EXE for uploading the data from the offline data log file (GPSTrackingLog.txt) to the server, drop it in the same folder as your Tracker. It reads from the same track_config.ini file. I'm going to start on ANOTHER re-write of the program, to combine all these features into one... and organize the code a bit better
Let me know what other issues we're having.
|
|
|
03-11-2007, 08:34 AM
|
#27
|
|
FLAC
Join Date: Apr 2005
Location: Queens, New York
Posts: 1,385
|
OK So i installed this in my car following step by step instructions. And for some reasons the prog cant connect to my GPS. It doesnt have # of sats and no gps info is runningthorugh the prog. I use Xport3 and have my com port splitted. All my other GPS utili are working just cant get it to work with this one.
__________________
2002 Mitsubishi Galant
Progress: 90% [-▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓- ->
Carputer Specs:
Via M10K
512mb Ram
60GB HDD
Souund Blaster Audigy2 NX
OPUS ITX PC Case
███
|
|
|
03-11-2007, 08:43 AM
|
#28
|
|
FLAC
Join Date: Apr 2006
Location: Washington, DC - Alexandria, VA N/W Area - NOVA
Posts: 1,268
|
Out of curiosity, those that are having issues and have followed the instructions correctly  ... what speed do your other gps programs connect at? The norm is 4800...
|
|
|
03-11-2007, 02:34 PM
|
#29
|
|
Para Laura
Join Date: Nov 2004
Location: Miami Beach,FL U.S.A
Posts: 3,485
|
Ok so I register and awaiting for you to set my Tracking account
Thanatos.
|
|
|
03-11-2007, 03:38 PM
|
#30
|
|
Variable Bitrate
Join Date: Dec 2005
Location: FL
Posts: 412
|
Quote: Originally Posted by W3bMa5t3r 
Out of curiosity, those that are having issues and have followed the instructions correctly  ... what speed do your other gps programs connect at? The norm is 4800...
Have tried with a couple different gps units (bluetooth and serial, both with and without xport to split the incoming streams) and can't get it to work. Also went through the readme and followed those directions. After following those instructions the program now saves the com port setting (before it would show zero as the com assignment) but now I get an error saying "Not Receiving GPS Data" and no data comes in and I don't get the green connected graphic.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:43 AM.
| |