Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.
/ 3dsp Public archive

Modified 3DSP uWB and drivers for compiling on Ubuntu 10.10

Notifications You must be signed in to change notification settings

fsouza/3dsp

Repository files navigation

#Modified 3DSP driver source

I tried to compile the 3DSP source available at 3DSP official page, but it didn't work with Ubuntu 10.10, so I made some changes in the code and it works :)

First, you should install all dependencies:

$ sudo aptitude install build-essential linux-headers-`uname -r`

With all dependencies satisfied, just clone this git repository and run Install_3DSP.sh:

$ git clone http://github.com/franciscosouza/3dsp.git
$ cd 3dsp
$ sudo bash Install_3DSPUSB.sh

If you don't use git, just download the source from Github, extract it and run Install_3DSP.sh:

$ curl git://github.com/franciscosouza/3dsp/tarball/master -o 3dsp.tar.gz
$ tar -xvzf 3dsp.tar.gz
$ cd 3dsp
$ sudo bash Install_3DSP.sh

If you have any question, contact me: [email protected]

About

Modified 3DSP uWB and drivers for compiling on Ubuntu 10.10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published