Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

navit(1) [debian man page]

navit(1)							   USER COMMANDS							  navit(1)

NAME
navit - The modular touchscreen-friendly vector based navigation software. SYNOPSIS
navit [-h] [-v] [-c config file] DESCRIPTION
Navit is a open source (GPL) car navigation system with routing engine. It's modular design is capable of using vector maps of various formats for routing and rendering of the displayed map. It's even possible to use multiple maps at a time. The GTK+ or SDL user interfaces are designed to work well with touch screen displays. Points of Interest of various formats are displayed on the map. The current vehicle position is either read from gpsd or directly from NMEA GPS sensors. The routing engine not only calculates an optimal route to your destination, but also generates directions and even speaks to you. Navit is translated in more than 40 languages currently, please see https://translations.launchpad.net/navit/trunk For more informations, please refer to our wiki : http://wiki.navit-project.org You can also try our mailing lists : http://sourceforge.net/mailarchive/forum.php?forum_name=navit-users Or visit us on IRC : #navit on the freenode network OPTIONS
-h display a short help text and exit -v display the version number and exit -c specify the config file (navit.xml) to use BUGS
Should you find one, please report it : http://trac.navit-project.org AUTHOR
The navit Team - http://www.navit-project.org SEE ALSO
maptool(1) $Revision$ $Date$ navit(1)

Check Out this Related Man Page

babeld(8)							  Version 0.99.21							 babeld(8)

NAME
babeld - a BABEL ad-hoc network routing engine for use with Quagga routing software. SYNOPSIS
babeld [ -f config-file ] [ -i pid-file ] [ -P vty-port-number ] [ -A vty-address ] [ -u user ] [ -g group ] DESCRIPTION
babeld is a routing component that works with the Quagga routing engine. OPTIONS
Options available for the babeld command: OPTIONS
-d, --daemon Runs in daemon mode, forking and exiting from tty. -f, --config-file config-file Specifies the config file to use for startup. If not specified this option will likely default to /usr/local/etc/babeld.conf. -g, --group group Specify the group to run as. Default is quagga. -h, --help A brief message. -i, --pid_file pid-file When babeld starts its process identifier is written to pid-file. The init system uses the recorded PID to stop or restart babeld. The likely default is /var/run/babeld.pid. -P, --vty_port port-number Specify the port that the babeld VTY will listen on. This defaults to 2602, as specified in /etc/services. -A, --vty_addr vty-address Specify the address that the babeld VTY will listen on. Default is all interfaces. -u, --user user Specify the user to run as. Default is quagga. -v, --version Print the version and exit. FILES
/usr/local/sbin/babeld The default location of the babeld binary. /usr/local/etc/babeld.conf The default location of the babeld config file. $(PWD)/babeld.log If the babeld process is config'd to output logs to a file, then you will find this file in the directory where you started babeld. WARNING
This man page is intended to be a quick reference for command line options. The definitive document is the Info file Quagga. DIAGNOSTICS
The babeld process may log to standard output, to a VTY, to a log file, or through syslog to the system logs. babeld supports many debug- ging options, see the Info file, or the source for details. SEE ALSO
bgpd(8), ripngd(8), ospfd(8), ospf6d(8), isisd(8), zebra(8), vtysh(1) BUGS
babeld eats bugs for breakfast. If you have food for the maintainers try http://bugzilla.quagga.net AUTHORS
See http://www.zebra.org and http://www.quagga.net or the Info file for an accurate list of authors. Quagga BABEL daemon 05 May 2012 babeld(8)
Man Page