Skip to content
/ freelss Public
forked from hairu/freelss

FreeLSS is a laser scanning program for the Raspberry Pi. It allows a Raspberry Pi to function as the core to a complete turn table laser scanning system.

License

Notifications You must be signed in to change notification settings

Ralim/freelss

 
 

Repository files navigation

FreeLSS

FreeLSS is a laser scanning program for the Raspberry Pi. It allows a Raspberry Pi to function as the core to a complete turn table laser scanning system.

COMPILE

These instructions assume you are running the latest version of Raspbian. Other distros will likely require changes.

First, update the firmware to the latest version and reboot.

$ sudo apt-get update
$ sudo apt-get upgrade

Install the dependencies that are managed by the package manager.

$ sudo apt-get install libpng-dev libjpeg-dev cmake vlc git-core gcc build-essential unzip sqlite3 libsqlite3-dev libmicrohttpd-dev libcurl4-openssl-dev libiw-dev libssl-dev

Download and install wiringPi

$ git clone git://git.drogon.net/wiringPi
$ cd wiringPi
$ ./build

Download and build FreeLSS

$ git clone https://github.com/hairu/freelss
$ cd freelss/src
$ make

Running FreeLSS

FreeLSS must be ran as root (or another user with access to the hardware pins). The interface for FreeLSS is web based and by default runs on port 80. When running, access it by navigating to http://localhost/ from the Raspberry Pi itself. Or access it from another machine on the network by the Raspberry Pi's IP or hostname. For Example: http://raspberrypi/

The following command starts FreeLSS.

$ sudo ./freelss

The following command automatically starts FreeLSS everytime the Raspberry Pi is powered on.

$ make startup

About

FreeLSS is a laser scanning program for the Raspberry Pi. It allows a Raspberry Pi to function as the core to a complete turn table laser scanning system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.0%
  • C++ 9.8%
  • Other 0.2%