KaZeR wrote:
> Hi Arigead,
> 
> First of all thanks for your interest in Navit.
> 
> There is indeed a navit-dev mailing list, but it isn't much used. Your
> best bet would probably be to come in the IRC channel during Western
> European business hours / early evening, i'm sure you will get an answer
> quite fast (there is usually between 45 and 60 peoples in the chan).
> 
> Happy hacking,
> 
> K-

Thanks for that KaZer,
    been on the IRC and asked a few times but didn't get a response.
I'll keep trying there now and again though.

I did add DBus code to bookmarks.c and got it to compile by adding the
necessary C Flags to Makefile.am but can't get it to link at all. I've
never used automake so I'll have to go and read that documentation to
see how to add a library to the linker. It's not the proper place for
DBus code which should obviously be in bindings_dbus.c but it'll get me
out of a spot.

Anyhow thanks a million for the response. I'll try the IRC later today
and in the mean time I'm off to automake Documentation.

> 
> Le 09/09/2010 10:04, Arigead a écrit :
>> Hello all,
>>     I want to made changes to the navit code. Perhaps I'd best explain
>> what it is I'm trying to do.
>>
>> I'm working on a European research project, one part of which is to do
>> with monitoring user actions and pre-empting them if the leaning system
>> has established some sort of pattern. Ideally this would be across
>> devices so for example if when the user answers the phone they pause
>> music playback then the system can learn this and pause the music
>> automatically (restarting it when the call is ended).
>>
>> Navit has been a great piece of code to work on and at present when the
>> user sets a destination our system picks this up via Java DBus.
>> Unfortunately our system is written in Java but it's a prototype and
>> research work so we're trying to prove a concept.
>>
>> I'd now like to try and pull the info out of Navit when the user adds a
>> bookmark. Now I can actually stick in a DBus call there directly and
>> amend the make file to include the dbus libs but that addition would be
>> of no use to the navit project. If I could do this in a manner in line
>> with how it's done in navit that would be great.
>>
>> My problem is that even though I'm picking up a "DestinationSet" DBus
>> Signal I can't find that string in a grep of the code base anywhere. I
>> assume that the dbus plugin is simply sending the signal when the
>> attribute "destination" is set but can't navigate my way through the
>> code to this. navit_set_destiantion() in navit.c was my starting place.
>>
>> I'll hack the code for the moment but if anybody wishes to advise me I'd
>> be grateful.
>>

------------------------------------------------------------------------------
Automate Storage Tiering Simply
Optimize IT performance and efficiency through flexible, powerful, 
automated storage tiering capabilities. View this brief to learn how
you can reduce costs and improve performance. 
http://p.sf.net/sfu/dell-sfdev2dev
_______________________________________________
Navit-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/navit-users

Reply via email to