Skip to content

Releases: singular0/coreletd

coreletd 0.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Aug 20:10

Install

For the ClockworkPi uConsole with the AIO v2 board, on Debian
trixie or newer -- older images ship libgpiod 1.6, which this will
not run against. Install the file path, with the leading ./, so
apt pulls the runtime dependencies in rather than going looking for
a package by that name:

sudo apt install ./coreletd_0.1.1_arm64.deb

Nothing here is signed, so SHA256SUMS is the only way to check
what you downloaded.

Installing does not start the daemon: the frequency is a legal
question and a 22 dBm PA into an unfitted antenna is a hardware
one. Set lora_freq for your region in
/etc/coreletd/coreletd.ini, fit an antenna, then

sudo systemctl enable --now coreletd

Full Changelog: v0.1.0...v0.1.1

coreletd 0.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 10:47

Install

For the ClockworkPi uConsole with the AIO v2 board, on Debian
trixie or newer -- older images ship libgpiod 1.6, which this will
not run against. Install the file path, with the leading ./, so
apt pulls the runtime dependencies in rather than going looking for
a package by that name:

sudo apt install ./coreletd_0.1.0_arm64.deb

Nothing here is signed, so SHA256SUMS is the only way to check
what you downloaded.

Installing does not start the daemon: the frequency is a legal
question and a 22 dBm PA into an unfitted antenna is a hardware
one. Set lora_freq for your region in
/etc/coreletd/coreletd.ini, fit an antenna, then

sudo systemctl enable --now coreletd

Full Changelog: https://github.com/singular0/coreletd/commits/v0.1.0