OpenSprinkler Forums OpenSprinkler Mobile and Web App What Software is OpenSprinkler written in?

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #63007

    ShaunM
    Participant

    Morning all,

    Please don’t laugh at my question, I am sure it’s a silly one.

    What software is OpenSprinkler written in? In the past I used something called WebIOPI which was python with a html interface. I would like to write some software to control a pool pump, and I would like to use the same software as OpenSprinkler.

    Regards,
    Shaun

    #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.

    #63020

    ShaunM
    Participant

    Hi Ray,

    Thanks for that info. So just to confirm. The software is written in C++ and you just use the HTTP to call the C++ procedures?

    Regards,
    Shaun

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

OpenSprinkler Forums OpenSprinkler Mobile and Web App What Software is OpenSprinkler written in?