OpenLightingProject / ola

The Open Lighting Architecture - The Travel Adaptor for the Lighting Industry
https://www.openlighting.org/ola/
Other
643 stars 204 forks source link

Support more languages with an API #1007

Open daveol opened 8 years ago

daveol commented 8 years ago

OLA already has support for Java (#16) and Python. Other languages we maybe can support are probably:

Other already-supported APIs are listed on our website: https://www.openlighting.org/ola/apis/

Further info on third-party languages here These are some suggestions that anyone can pickup when they want and open for suggestions for other languages/implementations.

peternewman commented 8 years ago

See also my hacky, partial implementation for Perl using the JSON API: https://wiki.openlighting.org/index.php/OLA_JSON_API

peternewman commented 3 years ago

There is a very basic Node implementation here: https://github.com/tfitschen/ola_node

kripton commented 3 years ago

There's a hacky Node example (not a library) using protobuf here: https://github.com/kripton/node-ola-protobuf

peternewman commented 2 years ago

@taw10 has Guile support, although not currently in a standalone library: https://github.com/taw10/starlet/blob/main/src/guile-ola.cpp