Results 1 to 5 of 5

Thread: Address Plugin

  1. #1
    Newbie
    Join Date
    Oct 2009
    Posts
    17

    Address Plugin

    Does anyone know how a plugin could be developed that would pass either address, or lat / long to the nav component of this frontend. The plugin would be part winsock based, in that i have a server like software running which monitors the fire brigade pager system, which i am a part of. And when it detects the prefix for my brigade, and that it is a call, it will geocode the address, and pass it all through in xml format to any connected clients.

    What i would like to do, is have it so that when my carputer (laptop) is connected to the network, and gets the broadcast message, i would like the plugin to either take the address, or geocoded lat / long passed from the server, and put it into nav and start nav. So when i get into the car its ready to go, with the route planned, etc...

    This is specific to centrifuse this post, nor RR. In addition this is a concept system and secondary, so i am aware that the frontends are not always stable, and this would not be used as a primary system. I have my own pager and melways for that, but it would be great to get it working so the address could be passed through to nav, and nav started. And for others this might be useful in passing across addresses for peoples appointment in outlook calander etc.

    Thanks.

  2. #2
    Confusion Master
    Auto Apps:loading...
    Enforcer's Avatar
    Join Date
    Sep 2003
    Location
    If you go down to the woods today, You're sure of
    Posts
    14,058
    CF plugins are written in .net.

    You would need to get the SDK then adapt one of the examples (hello world probably).

    the commands to send a destination to the nav engine are

    1. if you have GPS coords

    Me.CF_setGPSRoute(Lat, Lon)
    Me.CF_systemCommand(CF_Actions.GPS)

    2. if you have an address

    Me.CF_setGPSRoute(County, HouseNumber, Street, ZipCode)
    Me.CF_systemCommand(CF_Actions.GPS)


    NB this will only work if you are using the Destinator navigation engine.

  3. #3
    Mo' Programming Mo' Problems
    Auto Apps:loading...
    Sonicxtacy02's Avatar
    Join Date
    Sep 2004
    Location
    Woodbridge, VA
    Posts
    7,774
    Blog Entries
    32
    do you have a free geocoding source that is reliable enough to do this? I tried doing reverse geocoding with my movietimes plugin and the free data sources werent accurate enough to find a movie theater, let alone an emergency situation.
    NOVA, MD, DC Monthly Meets Here
    Ride Runner and Centrafuse 3 plugin creator
    mp3Car.com Senior Tech Blogger (Want a product reviewed? Contact me.)
    Find my plugins on the MP3Car App Store!
    Follow Me on Twitter or Facebook
    Live mp3Car Facebook Chat

  4. #4
    Admin. Linux loser.
    Auto Apps:loading...
    Bugbyte's Avatar
    Join Date
    Sep 2004
    Location
    Corning, NY
    Posts
    7,364
    Blog Entries
    2
    It's for pager messages that he receives from volunteer fire department broadcasts. Presumably, they put an accurate lat/lon in there.
    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. #5
    Newbie
    Join Date
    Oct 2009
    Posts
    17
    The dont actually. The messages normally include addresses, and nearest cross street. So i may look at geocoding both, to get one that works. Most of the time google geocoding seams to do the trick, so i will have a play.

    It more for concept and experiment, so whilst it would be great to work all the time, i still have my own melways and maps i can revert to .

    Most of the time, at least in the areas i would respond to, it seams to be able to get lat / long from address quite well, and i reverse geocode and it confirms the initial address

Similar Threads

  1. RRPDC - RoadRunner park distance control extension plugin
    By Robby BMW in forum RR Released Plugins
    Replies: 149
    Last Post: 06-11-2011, 02:15 PM
  2. New iGuidance Plugin for Centrafuse 2.0 RC3
    By Ogold007 in forum CF Plugins
    Replies: 34
    Last Post: 09-13-2008, 07:01 PM
  3. Replies: 119
    Last Post: 12-25-2007, 03:20 PM
  4. Plugin for bookmarks, rating and pois - Beta
    By ReflexNPG in forum RR Plugins No Longer Supported
    Replies: 23
    Last Post: 10-27-2006, 07:09 PM
  5. Can anyone do any thing about this
    By Rob in forum Off Topic
    Replies: 22
    Last Post: 06-03-2002, 04:48 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
  •