riptidewave93 / RFLED-Server

http://servernetworktech.com/2014/09/limitlessled-wifi-bridge-4-0-conversion-raspberry-pi/
GNU General Public License v3.0
42 stars 12 forks source link

Migrate service to a Go binary #6

Closed riptidewave93 closed 8 years ago

riptidewave93 commented 8 years ago

As great as python is, it is a bit heavy on resources especially on smaller, embedded devices. To help get around this, it would be a good idea to look into/research converting this service to an open-source (still GPL) Go binary that can then be compiled for any arch.

riptidewave93 commented 8 years ago

Work started at https://github.com/riptidewave93/RFLED-Server/tree/go-convert

riptidewave93 commented 8 years ago

Implemented and merged