Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 567 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 567 Bytes

RFLED-Server

Python Scripts to run UDP servers to emulate a LimitlessLED WiFi Bridge 4.0 unit.

Install

  • Change the variables in both scripts to meet your needs
  • Start the scripts and they will start the UDP listeners

Startup Script

  • Place script into /etc/init.d/
  • a) Ensure scripts are in /usr/local/bin/ or
  • b) Adjust path in rfled-server script to path of the scripts
  • Run update-rc.d rfled-server defaults to set up

Running

  • Run "/etc/init.d/rfled-server start" to start scripts without a restart