GithubHelp home page GithubHelp logo

welle-cli-web-interface's Introduction

Welle cli Web Interface

Welle cli Web Interface

Installation de rtl-sdr

$ sudo apt install cmake libusb-1.0-0.dev build-essential git
$ git clone git://git.osmocom.org/rtl-sdr.git
$ cd rtl-sdr/
$ mkdir build
$ cd build
$ cmake ../ -DINSTALL_UDEV_RULES=ON

L’option -DINSTALL_UDEV_RULES=ON permet de lancer rtl-sdr sans être root

$ sudo ldconfig
$ sudo reboot

Installation de Welle.io-Web-CLI

$ sudo apt-get install automake librtlsdr-dev libmp3lame-dev libfaad-dev pkg-config libfftw3-dev libmpg123-dev
$ sudo chmod 777 /usr/src/
$ cd /usr/src
$ git clone https://github.com/AlbrechtL/welle.io
$ cd welle.io
$ git checkout next
$ mkdir build
$ cd build
$ CFLAGS="-ffast-math" CXXFLAGS="-ffast-math" cmake .. -DRTLSDR=ON -DBUILD_WELLE_IO=OFF
$ make -j 4

Installation et configuration de Supervisor

$ sudo apt-get install supervisor
$ mkdir config && cd config
$ mkdir supervisor && cd supervisor
$ wget https://raw.githubusercontent.com/LyonelB/Welle-cli-Web-Interface/master/welleio.conf
$ cd
$ sudo ln -s /home/pi/config/supervisor/welleio.conf /etc/supervisor/conf.d/welleio.conf
$ sudo nano /etc/supervisor/supervisord.conf    

Ajoutez les lignes suivantes

[inet_http_server]
port = 9400
username = user ; Auth username
password = pass ; Auth password

$ sudo /etc/init.d/supervisor restart

Il ne vous reste plus qu'à vous rendre à l'url : http://ip.de.votre.raspberry:7979

welle-cli-web-interface's People

Contributors

lyonelb avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.