Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: send position data to any server in real time

  1. #1
    Newbie
    Join Date
    Sep 2007
    Posts
    3

    send position data to any server in real time

    Hi,
    i'm going to write a plugin, that sends aktual position data (and maybe other) to any (mysql-)server (www or ras). Transmission should be via GPRS cause of cheap flatrates. Someone who is interested ?

    Thanks
    mlsoft

  2. #2
    Newbie
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    49
    hey
    sounds good, i'm in.
    i've done a little bit of programming myself, heading into mobile devices and such atm.

  3. #3
    Variable Bitrate warnockm's Avatar
    Join Date
    Jun 2004
    Location
    Virginia
    Posts
    433
    I played around w/ the same thing and had it run on web services/XML so you can easily make it run on any platform, web server, language, etc.
    Progress - VIA EPIA SP8000 | 120 Opus Power Supply & Case | 1GB Ram | 120GB 2.5" Hard Drive | Bluetooth 2.0 | GPRS/3G | Wifi | Road Runner/LSX 2.0 (waiting for a day skin for 3.0) | iGuidance 4.0 | Lilliput 7"

  4. #4
    Newbie
    Join Date
    Sep 2007
    Posts
    3
    Actually it gets data from MapMonkey's API. Written in Visual Basic 6.0.

    Here some Features i plan or i have written now:

    - transmission of coordinates, heading, speed, direction, timestamp
    - tourid, maut-information, info about load (for german commercial use)
    - car-identifier
    - timestamp

    What i need:
    Someone who creates skins for embeddes using in MapMonkey/RoadRunner

    Thanks
    mlsoft

  5. #5
    Newbie
    Join Date
    Sep 2007
    Posts
    3
    of course there are more things that this software does:

    - Every xx seconds it writes actual data to local database to transfer oder view later
    - internet- or ras- connection i handle dircetly wihout microsaft connection-manager (is not reliable enough)
    - by holding connection it is possible to send real GPS-data directly to any server to store or visualize e.g. for racing purpose / realtime tracking

    mlsoft

  6. #6
    Variable Bitrate warnockm's Avatar
    Join Date
    Jun 2004
    Location
    Virginia
    Posts
    433
    i used the api in mapmonkey because its very easy to use, however i switched iGuidance recently. Look into reading the memory address of programs to get the GPS coordinates (I can't tell you how to do this, as i did not get that far). You'll be able to use any GPS software w/ your program.
    Progress - VIA EPIA SP8000 | 120 Opus Power Supply & Case | 1GB Ram | 120GB 2.5" Hard Drive | Bluetooth 2.0 | GPRS/3G | Wifi | Road Runner/LSX 2.0 (waiting for a day skin for 3.0) | iGuidance 4.0 | Lilliput 7"

  7. #7
    Super Moderator
    Auto Apps:loading...
    JohnWPB's Avatar
    Join Date
    Sep 2005
    Location
    West Palm Beach, Florida
    Posts
    4,683
    Blog Entries
    1

    GPS Tracking Log

    Quote Originally Posted by warnockm View Post
    i used the api in mapmonkey because its very easy to use, however i switched iGuidance recently. Look into reading the memory address of programs to get the GPS coordinates (I can't tell you how to do this, as i did not get that far). You'll be able to use any GPS software w/ your program.
    There is no reason to pull the GPS info from either Map Monkey, or iGuidance. RR has this information built into it. Just use the RR labels:

    "GPSLAT" - GPS Latitude
    "GPSLON" - GPS Longitude
    "GPSSPD" - GPS Speed (In whatever units specified in RRConfig -- Mi/h or Km/h)
    "GPSHDG" - GPS Heading (in degrees only)
    "GPSALT" - GPS Altitude (In whatever units specified in RRConfig -- ft or m)
    "DATE" - System Date
    "TIME" - System Time

    This would make the plugin universal to any GPS software that users may be using with RR, Streets & Trips, Map Point, Destinator, Free Drive, NRoute, iGuidance 2.x, 3.x, 4.x..... you get the idea
    Front End of Choice: Ride Runner (Is there anything else??? ) & Powered by the DFX5.1 Skin Available in the Mobile App Mart

    My Fiero Build Thread

  8. #8
    FLAC
    Join Date
    May 2005
    Location
    Vienna, VA
    Posts
    1,375
    Yup, just pull the coordinates from RR as John said. Memory addresses in iGuidance jump around a lot so it's not reliable (I've tried this method when I was trying to parse the street names in IG).
    iGMon - Integration between iGuidance and Road Runner
    CFX - Skin for Road Runner

  9. #9
    Maximum Bitrate
    Join Date
    Jun 2002
    Location
    Malaysia
    Posts
    624
    I agree, just pull the coordinates from RR because its standard and not platform dependant.

  10. #10
    Variable Bitrate warnockm's Avatar
    Join Date
    Jun 2004
    Location
    Virginia
    Posts
    433
    Quote Originally Posted by masch View Post
    I agree, just pull the coordinates from RR because its standard and not platform dependant.
    i didn't realize this was an RR plugin. If you are running RR, then thats a great way to go. if not, use xport to copy another comport and read the raw GPS data.
    Progress - VIA EPIA SP8000 | 120 Opus Power Supply & Case | 1GB Ram | 120GB 2.5" Hard Drive | Bluetooth 2.0 | GPRS/3G | Wifi | Road Runner/LSX 2.0 (waiting for a day skin for 3.0) | iGuidance 4.0 | Lilliput 7"

Page 1 of 2 12 LastLast

Similar Threads

  1. Real Time Car tracking now working!
    By Magpie in forum GPS
    Replies: 25
    Last Post: 10-27-2004, 04:08 AM
  2. Replies: 5
    Last Post: 09-08-2004, 12:38 PM
  3. VOICES Traffic Data
    By stevieg in forum V.O.I.C.E.S
    Replies: 85
    Last Post: 05-31-2004, 08:24 PM
  4. gps tripmate position time?
    By schrodos in forum General Hardware Discussion
    Replies: 7
    Last Post: 11-29-2000, 01:21 AM

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
  •