kersing / packet_forwarder

Multi protocol packet forwarder supporting the TTN gateway-connector protocol.
Other
85 stars 56 forks source link

wiringPi issue #29

Closed fernandobarreto closed 4 years ago

fernandobarreto commented 4 years ago

I think the wiringPi is deprecated (http://wiringpi.com/wiringpi-deprecated/) , is there a fix for its dependency in build-pi.sh ?

kersing commented 4 years ago

There is no real fix required. To build you can just remove the wiringPi references from the build script. The packet forwarder code does not include the wiringpi code not does it depend on it while building.

For the software to run you need something to reset the concentrator card. Anything that allows you to toggle the reset pin will do. Feel free to suggest something.

saynono commented 4 years ago

You can install wiringPi with sudo apt-get install wiringpi See http://wiringpi.com/download-and-install/