Giter VIP home page Giter VIP logo

aqua's Introduction

aqua

Installation for Debian:

Install dependencies -
    "apt update"
    "apt dist-upgrade"
    "apt install dselect"
    "dselect update"
    "dpkg --set-selections < configs/Package.list"
    "apt deslect-upgrade -y"
    "pip install -r pip.list"
    "pip3 install -r pip3.list"

Install netdata -
    "git clone https://github.com/firehol/netdata"
    "./netdata-installer.sh"

The aqua plugin must be moved into netdata's python plugin folder - 
    "cp scripts/aqua.chart.py /usr/libexec/netdata/python.d/"

Now lets set up apache - 
    "cp /apache/run.conf /etc/apache2/sites-available/"
    "a2dissite 000-default"
    "a2ensite run"
    "service apache2 reload"

Move configs to correct locations - 
    "cp configs/interfaces      /etc/network/interfaces"
    "cp configs/dhcpd.conf      /etc/dhcp/dhcpd.conf"
    "cp configs/fstab           /etc/fstab"
    "cp configs/hostapd.conf    /etc/hostapd/hostapd.conf"
    "cp configs/isc-dhcp-server /etc/default/isc-dhcp-server"
    "cp configs/sysctl.conf     /etc/sysctl.conf"
    
Upload main.cpp to the arduino -
    "./arduino/upload"

To have data transmitted to the server - 
    "./scripts/transceiver.py"

Final Touches -
    You should now be able to access the server via its local IP
    The getIP() function has only been tested if the the host is connected to the network over "wlan0"
    If you are having issues, goto line 31 of server.py and set the ip yourself

aqua's People

Contributors

spalfs avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.