This repository was archived by the owner on Oct 10, 2024. It is now read-only.
Releases: madnerdorg/libreconnect
Releases · madnerdorg/libreconnect
Libre Connect v1.2
Change log
- v1.2 : Add hashed password
- v1.1.1 : Added settings file
Windows
- libreconnect_windows_v1.2.zip (portable)
- libreconnect_setup_v1.2.zip
You need to disable your antivirus to install this version. - Drivers for arduino ch340g
Linux
Raspberry Pi
Download and extract libreConnect_rpi.zip
mkdir /opt/libreconnect
cd /opt/libreconnect
wget https://github.com/madnerdorg/libreconnect/releases/download/1.2/libreconnect_rpi_v1.2.zip
unzip libreconnect_rpi_v1.2.zip
Start at boot
Add in rc.local before exit 0
cd /opt/libreconnect;./usb_scanner &
Libre Connect v1.1.1
Merge branch 'master' of https://github.com/madnerdorg/libreconnect
Libre Connect v1.0
[STL] Forgot to add files
LibreConnect : 97f9aff
Ready for release There was still some bugs that make the application crashed when used with the password protection. I also added a banner at start with the version, as I tend to forget to increment the version I simply used the commit hash. Obviously the commit hash will always be one version behind but this should do the trick for now.