Giter Club home page Giter Club logo

pkt_fwd_raspbian's Introduction

pkt_fwd_raspbian

Todo o processo de instalação do Packet Forwarder teve ajuda do AdailSilva sem ele a curva de aprendizado e desenvolvimento seria muito mais lenta.

sudo apt update
sudo apt-get update 

git clone https://github.com/elcereza/pkt_fwd_raspbian
git clone https://github.com/kersing/lora_gateway.git
git clone https://github.com/kersing/paho.mqtt.embedded-c.git
git clone https://github.com/kersing/ttn-gateway-connector.git
git clone https://github.com/kersing/protobuf-c.git
git clone https://github.com/kersing/packet_forwarder.git
git clone https://github.com/google/protobuf.git

sudo apt -y install protobuf-compiler
sudo apt -y install libprotobuf-dev
sudo apt -y install libprotoc-dev

sudo apt-get -y install automake
sudo apt -y install libtool
sudo apt -y install autoconf

sudo apt -y install libftdi1
sudo apt -y install libftdi-dev
sudo apt -y install swig
sudo apt -y install python-dev
sudo apt -y search libusb
sudo apt -y install libusb-1.0-0
sudo apt -y install libusb-1.0-0-dev

cd packet_forwarder
cd mp_pkt_fwd/
sudo rm -rf build-pi.sh
sudo cp /home/pi/pkt_fwd_raspbian/build-pi.sh ./
sudo chmod +x ./build-pi.sh
sudo ./build-pi.sh

cd /opt/elcereza
sudo cp /home/pi/pkt_fwd_raspbian/global_conf.json ./
sudo cp /home/pi/pkt_fwd_raspbian/start.sh ./
sudo chmod +x start.sh
sudo chown pi:pi start.h
sudo chown pi:pi mp_pkt_fwd
sudo chown pi:pi global_conf.json

cd /lib/systemd/system
sudo cp /home/pi/pkt_fwd_raspbian/elcereza.service ./
sudo chmod +x elcereza.service
sudo chown pi:pi elcereza.service

sudo systemctl daemon-reload
sudo systemctl enable elcereza.service
sudo systemctl start elcereza.service
sudo systemctl status elcereza.service

pkt_fwd_raspbian's People

Contributors

gustavocereza avatar

Stargazers

 avatar

Forkers

cesarvasco2

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.