Golang binary to emulate a LimitlessLED WiFi Bridge 4.0 unit.
- Download the latest release from the Releases page for your architecture.
- Copy the contents of ./rfled-server/* to / on your disk as root
- Configure your settings in /etc/default/rfled-server as needed
- Enable the init.d script
systemctl enable rfled-server
- Start the service
service rfled-server start
- ???
- Profit!
- Setup a go build environment, and run
./build.sh
- Once ran, you can run
./build.sh package
as root to generate a release .tar.gz - Follow the above Install steps with the tar.gz in ./releases for your architecture.
- ?????
- Profit!
You may also interested in:
- Updated python fork that supports multiple bridges: pfink/rfled-server-python