Moode Forum
Improved Allo Boss2 python frontend - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: Community (https://moodeaudio.org/forum/forumdisplay.php?fid=18)
+--- Forum: Support the project (https://moodeaudio.org/forum/forumdisplay.php?fid=20)
+--- Thread: Improved Allo Boss2 python frontend (/showthread.php?tid=6013)



Improved Allo Boss2 python frontend - tomaxsas - 12-11-2023

Hi all. Has this wonderful DAC/streamer. However, client side python script is crap at best.  Worked on improved version. Please test and share feedback!

https://github.com/tomaxsas/allo_boss2_oled


RE: Improved Allo Boss2 python frontend - tomaxsas - 07-26-2024

Made some bugfixes.


RE: Improved Allo Boss2 python frontend - Tim Curtis - 07-26-2024

You should attach a FOSS license to your repo and in the .py code headers so the files can be legally redistributed. I think the original Allo script is GPLv3

GPLv3
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright <year> <author>

MIT
# SPDX-License-Identifier: MIT-Modern-Variant
# Copyright <year> <author>


RE: Improved Allo Boss2 python frontend - tomaxsas - 07-30-2024

Added some license notes.