djelibeybi/photons
Project ID: 38208
Description
Photons is an asynchronous Python3.6+ framework for interacting with LIFX devices. Photons is available for Fedora Rawhide, Fedora 33 and EL8-based distros and supports both the x86_64
and aarch64
architectures.
Installation Instructions
- Enable the
djelibeybi/photons
COPR repository - Run
dnf install python3-lifx-photons-core
to install the core framework andlifx
command-line utility. - (Optional) run
dnf install python3-lifx-photons-arranger
to install the LIFX Tile arranger tool. - (Optional) run
dnf install python3-lifx-photons-interactor
to install Photons Interactor, a Photons powered server that provides a JSON API for interacting with LIFX devices on the local network.
Configuration
To allow discovery of LIFX devices, run:
# firewall-cmd --permanent --add-service=lifx-discovery
# firewall-cmd --reload
To allow incoming connections to Photons Interactor (if installed), run:
# firewall-cmd --permanent --add-service=photons-interactor
# firewall-cmd --reload
To enable and start Photons Interactor after installation, run:
# systemctl enable --now photons-interactor
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (7309)*, x86_64 (7366)* | EPEL 8 (89 downloads) |
![]() |
aarch64 (2316)*, x86_64 (2321)* | Fedora 39 (0 downloads) |
![]() |
aarch64 (901)*, x86_64 (907)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (374)*, x86_64 (361)* | Fedora 41 (11 downloads) |
![]() |
aarch64 (6)*, x86_64 (7)* | Fedora 42 (6 downloads) |
![]() |
aarch64 (7336)*, x86_64 (7380)* | Fedora rawhide (70 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable djelibeybi/photons
More info about enabling Copr repositories