Open-source Winch project.
this repository contains the firmware for RaspberryPI board.
If you like OpenWinch, give it a star, or fork it and contribute!
curl -s https://packagecloud.io/install/repositories/Theosakamg/openwinch/script.deb.sh | sudo bash
OR
curl -L https://packagecloud.io/Theosakamg/openwinch/gpgkey | sudo apt-key add -
sudo echo "deb https://packagecloud.io/Theosakamg/openwinch/ubuntu/ trusty main" > /etc/apt/source.list.d/openwinch.list
apt update
apt install openwinch-bin
first install VCStool
apt install cmake build-essential libsdl2-dev gcovr cppcheck
git clone https://github.com/OpenWinch/OpenWinch-Cpp.git
cd OpenWinch-Cpp
vcs import ./lib < openwinch.repo
cp -r cmake/extra/* ./lib
cd script
./build_<arch>.sh
Arhitecture can be :
- amd64
- eabi
- eabihf
- aarch64
for start controller :
./openwinch
connect to http://