Skip to content

OpenWinch/OpenWinch-Cpp

Repository files navigation

OpenWinch - C/C++

Open-source Winch project.

this repository contains the firmware for RaspberryPI board.

GitHub version packagecloud.io GitHub download License

If you like OpenWinch, give it a star, or fork it and contribute!

GitHub stars GitHub forks

Installation

From APT package (DEB)

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

From Source

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

Documentation

for start controller : ./openwinch

connect to http://