Page 8 of 11 FirstFirst 1234567891011 LastLast
Results 71 to 80 of 106

Thread: Preliminary Testers Wanted - GPS Tracker

  1. #71
    Maximum Bitrate pRoFiT's Avatar
    Join Date
    Apr 2005
    Location
    Fresno, CA
    Posts
    797
    So is that a no on the multiple tracking shown in map software? i.e. to cars on the same map live?
    Um, I guess this is where you put something witty.WITTY

    My Web site, in the design stage. http://home.comcast.net/~cstrachn

    Modified RRSkinEditor http://www.mp3car.com/vbulletin/rr-skins/65723-rrskineditor-bugs-fixes-comments-current-progress-outdated.html

  2. #72
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    Quote Originally Posted by ukchris
    A better programmer than me could probably have a command line program send an instruction to an already running app to start/stop or, maybe an easier alternative, there could be a command line version of the same app - although that doesn't help with stopping logging does it, oops.
    Command line switches are super easy. I use them in GammaControl and NaviVoice.
    If you want the source, you know who to contact

  3. #73
    FLAC ukchris's Avatar
    Join Date
    Nov 2003
    Location
    Massachusetts
    Posts
    1,458
    Quote Originally Posted by 0l33l
    Command line switches are super easy. I use them in GammaControl and NaviVoice.
    If you want the source, you know who to contact
    Switches at startup are fine, no issue at all as you say, what I'm not so sure about is deciding how to let users stop it from a command line as the primary exe would already be running so some communication would be needed. Although having said that it can't be that hard to have on app tell another to close.

    I'm looking for some XML help... anyone used MSXML, ideally form within Delphi? I have my GPX output 95% working but it's putting a silly attribute in one of my tags for no apparent reason.

  4. #74
    lez
    lez is offline
    FLAC lez's Avatar
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,333
    Quote Originally Posted by ukchris
    n't be that hard to have on app tell another to close.

    God that takes me back, remember in DOS (u know, the black screens seen in old movies) using 'drop files' to communicate, the controlling program created a file like 'c:\stop.txt' and the oher program checked to see if it existed, if it did then it deleted it and quit.

  5. #75
    Raw Wave justintime's Avatar
    Join Date
    Apr 2005
    Posts
    2,705
    I used the old GPSTracker originally posted on the thread, and it generated an XML file. When I went to upload it to motionbased.com it gives me the error:

    "The contents of the file is not recognized. "

    Any ideas?!
    2002 Honda CR-V
    Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
    Spent so far: $1105.90


    Download the NEXUS Skin for Centrafuse
    ...or even Listen to my music

  6. #76
    FLAC ukchris's Avatar
    Join Date
    Nov 2003
    Location
    Massachusetts
    Posts
    1,458
    Quote Originally Posted by justintime
    I used the old GPSTracker originally posted on the thread, and it generated an XML file. When I went to upload it to motionbased.com it gives me the error:

    "The contents of the file is not recognized. "

    Any ideas?!
    Yes, the format is wrong.

    I'm working on writing proper XML now but the MSXML control is doing some wacky stuff.

  7. #77
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    Quote Originally Posted by ukchris
    Switches at startup are fine, no issue at all as you say, what I'm not so sure about is deciding how to let users stop it from a command line as the primary exe would already be running so some communication would be needed. Although having said that it can't be that hard to have on app tell another to close.

    I'm looking for some XML help... anyone used MSXML, ideally form within Delphi? I have my GPX output 95% working but it's putting a silly attribute in one of my tags for no apparent reason.
    Well, the code I've got only allows one instnace, and if someone starts the program with a new command line, the command line gets sent to the running instance.

    Yeh, XML can be a challenge

  8. #78
    FLAC ukchris's Avatar
    Join Date
    Nov 2003
    Location
    Massachusetts
    Posts
    1,458
    That's neat, regarding the command line, how do you recveive the second command line in the running instance?

    I think I have the XML issue sorted, bloody namespaces!

    Chris.

  9. #79
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    Quote Originally Posted by ukchris
    That's neat, regarding the command line, how do you recveive the second command line in the running instance?

    I think I have the XML issue sorted, bloody namespaces!

    Chris.
    Here's the code I use. Link
    BTW: You know how to read/write/modify nested XML code? Like if you don't know were the XML file ends?

  10. #80
    FLAC ukchris's Avatar
    Join Date
    Nov 2003
    Location
    Massachusetts
    Posts
    1,458
    Thanks for the link, I'll take a look once things progress that far.

    As for XML my first foray just wrote it as text, which is easier but unreliable in many ways. Now I'm using MSXML which seems to basically manage the whole XML Document for me, I just add nodes similar to a TreeView and it closes all the tags automatically and maintains the whole structure.

    I'm not sure if you're asking if I can help or telling me you know how..?

Similar Threads

  1. wanted deluo usb gps
    By l4tran in forum Classified Archive
    Replies: 0
    Last Post: 05-07-2004, 01:12 AM
  2. Gps Wanted [help Needed]
    By tommy10uk in forum GPS
    Replies: 4
    Last Post: 04-19-2004, 12:55 AM
  3. Wanted: NMEA GPS receiver
    By CarComp in forum Media Engine
    Replies: 0
    Last Post: 03-25-2004, 04:38 PM
  4. Wanted: Controller, PSU, GPS...
    By claylong in forum Classified Archive
    Replies: 2
    Last Post: 03-21-2002, 01:02 AM
  5. GPS wanted
    By mp3pc in forum General Hardware Discussion
    Replies: 2
    Last Post: 02-08-2001, 01:17 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •