OpenSprinkler › Forums › OpenSprinkler Mobile and Web App › What Software is OpenSprinkler written in? › Reply To: What Software is OpenSprinkler written in?
October 22, 2019 at 2:07 pm
#63014
Ray
Keymaster
The unified OpenSprinkler firmware is written in C++. It’s cross-compilable on Arduino platform as well as on Linux. We also have a couple of demo programs in the past that were written in Python (this is for Linux-platforms such as RPi).
If you don’t need to modify the firmware, and merely want to write a front end, you can use pretty much any programming language you want, as long as it can send HTTP get command.