Skip to content

dvornikov-aa/Open.HD-NG

 
 

Repository files navigation

[Actions Status

Open.HD-NG

Refactor and update of OpenHD

Installation

Update the submodules

git submodule update --init

Install dependencies

sudo apt install python3-iniparse cmake

Install wifibroadcast_bridge from here: https://github.com/webbbn/wifibroadcast_bridge

Configure the software

This defaults to installing in the system directories. Add -DCMAKE_INSTALL_PREFIX=

to install in a different directory.

mkdir build
cd build
cmake ..

Install the software

Add sudo if you're installing in the system directories and not already running as root.

make install

Create a debian package

cpack

This can be installed with:

sudo dpkg -i *.deb

Configuration

Prior to installation various configuration values can be changed in the conf/openhd file. This file gets intalled into /etc/default/openhd during installation.

Starting

The installation includes a standard systemd service file. The following commands will start the service and enable it to automatically start on boot.

sudo systemctl enable openhd
sudo systemctl start openhd

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.9%
  • CMake 5.7%
  • Shell 0.4%