Page 6 of 11 FirstFirst 1234567891011 LastLast
Results 51 to 60 of 106

Thread: Preliminary Testers Wanted - GPS Tracker

  1. #51
    Constant Bitrate RX7FDTT's Avatar
    Join Date
    Dec 2003
    Posts
    132
    Yes, this is also what I'm more concerned about, sort of a cheap man's LoJack...

    Where the Computer on each shutdown, and startup, tries to connect with the GPS unit to get an accurate bearing, waits for a wifi connection to pop up, and sends a SMTP message to the e-mail of your choice, and you'd be able to send it off to a filter e-mail box, yet should you need to say as a parent, or in case the car is stolen, you wait for the e-mail and can at least tell where it last was .....

    The reason I think shutdown, and startup, is that its likely that the GPS software has reliquished controll of the Com Port by then.... but com shareing or something to get the whole trip would be sweet... the thing that's important is that once it's completed a trip it uploads it preferably Mapi, or FTP, the issue with FTP is my IP isn't constant for more than a week or two, and my e-mail server is always static.. .

    -DC

  2. #52
    Stank Cheese n8scstm's Avatar
    Join Date
    Oct 2004
    Location
    Eastvale, Ca (Near Corona)
    Posts
    805
    If you have a dynamic IP check out http://www.no-ip.com
    With this you wont connect to your carputers IP, you will connect to your no-ip dns.
    So what I'm saying is to run an ftp server on the carputer. Then you actually download the file from your carputer to your desktop when you need it. That way its not constantly uploading to a remote server, hence, less bandwidth. Its very easy to run an ftp server on your own computer. There is a lot of good free software out there.
    Another option is to use a reverse connecting trojan and you wont even need a dns. The trojan running on your carputer will atcually connect to your desktop automatically giving you full control over your carputer. Its what hackers use but it has some legitamate uses.
    2.4 celeron
    150 watt OPUS
    micro atx
    xp pro
    tv/radio tuner card
    audigy
    Dual monitor Radeon
    802.11G Mimo
    xm pcr
    dvd
    gps
    8" Lilliput touch screen
    IGuidance
    dual optimas
    battery isolator
    15" screen
    My Truck

  3. #53
    Raw Wave justintime's Avatar
    Join Date
    Apr 2005
    Posts
    2,705
    Is this GPStracker software project dead? I'd love to see a version of this that starts automatically and minimizes to the taskbar.

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


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

  4. #54
    Admin. Linux loser.
    Auto Apps:loading...
    Bugbyte's Avatar
    Join Date
    Sep 2004
    Location
    Corning, NY
    Posts
    7,364
    Blog Entries
    2
    Have you checked into GPSsecure?
    Quote Originally Posted by ghettocruzer View Post
    I was gung ho on building a PC [until] just recently. However, between my new phone having internet and GPS and all...and this kit...Im starting to have trouble justfiying it haha.
    Want to:
    -Find out about the new iBug iPad install?
    -Find out about carPC's in just 5 minutes? View the Car PC 101 video

  5. #55
    Raw Wave justintime's Avatar
    Join Date
    Apr 2005
    Posts
    2,705
    Yeah, I looked into it, but it seems to require some web service subscription. I don't feel comfortable having to share my trips with John Doe! ALl I really want is a log file, and I thinkg GPSSecure does more than just that. Will look into it again.
    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. #56
    FLAC ukchris's Avatar
    Join Date
    Nov 2003
    Location
    Massachusetts
    Posts
    1,458
    Funny, it was pretty much dead but now I finally have a PC in my car I have been thinking about starting up again. Capturing the info is actually pretty easy, getting it in the right format for the sites I wanted to upload to was actually more challenging. I'll try to experiment a little over the next week or two, or if there are any (ideally Delphi) programmers that want to participate I'm more than happy to be an advisor.

  7. #57
    Maximum Bitrate pRoFiT's Avatar
    Join Date
    Apr 2005
    Location
    Fresno, CA
    Posts
    797
    I have delphi, In fact i took two semesters of pascal in college. Which is the same syntax. Basicly turned into a Windows drag and drop style programming language. Almost like VB with pascal code. I'm kind of working on RRskineditor right now but I like to jump from project to project. Post a link to the source. I dont have a GPS yet but its next on my list of carputer items.

    Side note: If you had a cell phone or GPRS connected to you computer you could program the software to send the xml file every hour. Who needs wifi to transmit an XML file. Its just a text file. Better yet you could have it send the file every time the carputer shuts down and starts up.
    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

  8. #58
    FLAC ukchris's Avatar
    Join Date
    Nov 2003
    Location
    Massachusetts
    Posts
    1,458
    A lot of the concepts I was planning were quite straightforward but as a "dabbler" in programming I didn't get through them all. The basic outline I was going for was to build a small tray app that took the GPS signal and wrote it to a log, most likely a GPX format XML file. This would log trips to a file.

    Further extensions to this would be to allow you to start/stop a track while travelling (so you weren't forced to track the whole trip), record waypoints (a sinlge click can create a waypoint ina GPX file) and to support more sophisticated uploads.

    For uploading the most basic form would be for you to manually copy the files or use a file sync program. I also started looking at initiating a dial-up connection to do scheduled transmissions, my aim was to say every x minutes dial my cell phone GPRS connection, post data then hang up. I experimented with a PHP page to take a specific location from a GET and put it in a database, a similar page could then easily view the last logged location online.

    A variation on this theme is to do the same via WiFi but then you need to get in to detecting the network connection as well as legality issues of using other peoples WiFi. It isn't hard to just build a URL string and crank it out every few minutes hoping some will succeed (when you have hit a WiFi point).

    I'll dig out what I did, why don't you PM me your email address and I'll send you the details I put together and we can discuss. I'll also email you my IM addresses etc.

    Chris.

  9. #59
    Raw Wave tj!2k4's Avatar
    Join Date
    Oct 2004
    Posts
    3,294
    If you were to further develop this, the ability to disable/enable logging via command prompt would be a sweet feature.. just a suggestion..

    .. and very nice work on what you've done so far!

  10. #60
    FLAC ukchris's Avatar
    Join Date
    Nov 2003
    Location
    Massachusetts
    Posts
    1,458
    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.

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
  •