Blog

Shell bindings ready

The Shell bindings are now ready to use!

https://www.tinkerforge.com/static/img/_stuff/shell.jpg

The bindings are realized as Python script and allow to use Bricks and Bricklets directly from a terminal window. They are made for Unix shells such as bash, but also work from the Windows command prompt.

Getting the current temperature of a Temperature Bricklet looks like this:

$ tinkerforge call temperature-bricklet gC5 get-temperature
temperature=2443

For tab completion in bash a corresponding bash completion script is provided.

If you find bugs, please report them in the generator git: https://github.com/Tinkerforge/generators