Skip to content

IUNO-TDM/PumpControl

Repository files navigation

Build Status

PumpControl

An executable for decrypting and running recipe programs on the cocktail mixer

See https://github.com/IUNO-TDM/MixerControl/blob/master/Setup.md for further information.

prerequisites

$ sudo apt-get install libboost-all-dev libssl-dev

compile without encryption

$ make ENCRYPTION=off

recipe format

The format of the recipe:

Program {
  "id":	"string",
  "lines": [
    {
      "components": [
        {
          "ingredient":	"string",
          "amount":	"number: <the amount in ml"
        }
      ],
      "timing":	"number: 0: machine can decide, 1: all ingredients as fast as possible, 2: all beginning as early as possible and end with the slowest together, 3: one after the other",
      "sleep":	"number: <the sleep time after the line in ms>"
     }
  ]
}

About

An executable for decrypting and running recipe programs on the cocktail mixer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published