Free user-space driver for 6-dof space-mice.
 
 
 
Go to file
John Tsiombikas a757f62d5f tagged spacenavd 0.6 release
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/tags/spacenavd/spacenavd-0.6@179 ef983eb1-d774-4af8-acfd-baaf7b16a646
2014-08-18 01:37:49 +00:00
contrib added contrib directory for unmaintained 3rd party contributions, starting with 2012-11-05 12:08:01 +00:00
doc added example config file 2010-08-01 00:36:37 +00:00
src added more 3d connexion usb device ids to the detection routine 2014-03-03 14:51:57 +00:00
AUTHORS added AUTHORS 2010-08-01 06:44:37 +00:00
COPYING initial import of the daemon 2007-07-02 22:03:28 +00:00
Makefile.in - removed unnecessary devjs handler. Joysticks can be used as regular HID devices 2013-06-26 00:12:28 +00:00
README tagged spacenavd 0.6 release 2014-08-18 01:37:49 +00:00
configure starting preliminary work on macosx port 2012-05-17 03:56:12 +00:00
init_script forgot to add the new xdetect files 2009-07-24 02:52:07 +00:00
setup_init - Applied G.Dimitropoulos' fix for setup_init, which would fail to detect the 2011-03-07 03:13:02 +00:00
spacenavd.sln adding initial win32 build files and service test. will have a long way to go before a completed win32 release is ready 2013-07-11 17:59:25 +00:00
spacenavd.vcproj adding initial win32 build files and service test. will have a long way to go before a completed win32 release is ready 2013-07-11 17:59:25 +00:00
spnavd_ctl - forgot to update the spnavd_ctl script to use the new pid location, this will 2009-02-02 02:11:10 +00:00

README

spacenavd - 0.6
---------------

1. About
  Spacenavd, is a free software replacement user-space driver (daemon), for
  3Dconnexion's space-something 6dof input devices. It's compatible with the
  original 3dxsrv proprietary daemon provided by 3Dconnexion, and works
  perfectly with any program that was written for the 3Dconnexion driver.

  For more info on the spacenav project, visit: http://spacenav.sourceforge.net


2. Dependencies
  In order to compile the spacenavd daemon, you'll need the following:
    * GNU C Compiler
    * GNU make
    * Xlib headers (optional)

  You can compile the daemon without Xlib, but it won't be compatible with
  applications that where written for the original proprietary 3Dconnexion
  driver (e.g. blender, maya, etc). The 3dxsrv compatibility interface needs to
  go through the X window system.

3. Installation
  If you have the dependencies installed, just run ``./configure'' and then
  ``make'' to compile the daemon, and ``make install'', to install it. The
  default installation prefix is ``/usr/local''. If you wish to install
  somewhere else, you may pass --prefix=/whatever to the configure script.

4. Running spacenavd
  If your system uses SysV init, then you may run the supplied ``setup_init''
  script, and everything should be set up to have spacenavd start automatically
  during system startup. However, for now, you won't have to reboot, just type
  ``/etc/init.d/spacenavd start'' as root, to start the daemon immediately.

  If your system uses BSD init (you can tell if you *don't* have a series of
  directories called rc0.d, rc1.d, and so on, in /etc), then you'll have to
  follow your init documentation and set this up yourself. You may be able to
  use the provided init_script file as a starting point.

5. Configuration
  The spacenavd daemon reads a number of options from the /etc/spnavrc file. If
  that file doesn't exist, then it uses default values for everything. You may
  use the graphical spnavcfg program to interactively set any of these options.
  The daemon should respond immediately to your changes, and also the
  configuration file should be updated automatically.
  An example configuration file is included in the doc subdirectory.

6. Troubleshooting
  If you're having trouble running spacenavd, read the up to date FAQ on the
  spacenav website: http://spacenav.sourceforge.net/faq.html

  If you're still having trouble, send a description of your problem to the
  spacenav-users mailing list: spacenav-users@lists.sourceforge.net
  along with a copy of your /var/log/spnavd.log and any other relevant
  information.

7. License
  This program is released under the terms of the GNU GPLv3, see COPYING for
  details.