Blog

Shell Bindings fertig

Die Shell Bindings sind jetzt verfügbar!

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

Die Bindings sind als Python Script realisiert und erlauben es Bricks und Bricklets direkt aus einem Terminal heraus zu verwenden. Sie sind für Unix Shells wie Bash gemacht, funktionieren aber auch mit der Windows Eingabeaufforderung.

Die Abfrage eines Temperature Bricklets sieht z.B. so aus:

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

Für Tab Completion in Bash liegt ein passendes Bash Completion Script bei.

Falls ihr Bugs findet, bitte im generator git melden: https://github.com/Tinkerforge/generators