Tool to control and configure LG sounbar

Rozhuk Ivan 7f58792685 Add .editorconfig file. 1 week ago
.github c691b386f0 Add GitHub Sponsors 1 month ago
lib af999797e9 Update CMake, Codelite, liblcb, json and readme 1 month ago
src af999797e9 Update CMake, Codelite, liblcb, json and readme 1 month ago
.editorconfig 7f58792685 Add .editorconfig file. 1 week ago
.gitmodules d9a1db6076 Initial 3 years ago
CMakeLists.txt af999797e9 Update CMake, Codelite, liblcb, json and readme 1 month ago
LICENSE 1e5c55677c Add license 1 month ago
config.h.cmake d9a1db6076 Initial 3 years ago
dist.sh d9a1db6076 Initial 3 years ago
lgspkctl.project 7f58792685 Add .editorconfig file. 1 week ago
lgspkctl.workspace 0cd76698aa Fix build with CMake from CodeLite 2 years ago
readme.md c691b386f0 Add GitHub Sponsors 1 month ago

readme.md

lgspkctl

Rozhuk Ivan rozhuk.im@gmail.com 2019-2024

Tool to control and configure LG sounbar.\ THIS IS UNDONE PROJECT!!!\ Based on: https://github.com/google/python-temescal/

Licence

BSD licence.

Donate

Support the author

  • GitHub Sponsors:
  • Buy Me A Coffee:
  • PayPal: PayPal
  • Bitcoin (BTC): 1AxYyMWek5vhoWWRTWKQpWUqKxyfLarCuz

Compilation

Linux

sudo apt-get install build-essential git cmake fakeroot
git clone --recursive https://github.com/rozhuk-im/lgspkctl.git
cd lgspkctl
mkdir build
cd build
cmake ..
make -j 4

FreeBSD/DragonFlyBSD

sudo pkg install git cmake
git clone --recursive https://github.com/rozhuk-im/lgspkctl.git
cd lgspkctl
mkdir build
cd build
cmake ..
make -j 4