Hello. I noticed on the archives here someone was asking about using Navit headlessly:
http://www.mail-archive.com/[email protected]/msg00374.html The response recommends using DBus to get route information, but reading through the reference here I don't see any way to do that: http://wiki.navit-project.org/index.php/Dbus Am I missing something? I do see a way to set the destination and position, but no way to see route data. The only way I could find to do that is by faking out the speech output with something like this: <speech type="cmdline" data="bash -c 'echo %s >> /tmp/navit.log'" /> However, that doesn't work because you can only do one level of quoting due to the config parser not handling escaped slashes or " correctly. I can do it by writing a little helper script that just spits argv to a file, but it seems like there should be a better way. Any ideas? thanks, Phil ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ Navit-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/navit-users
