{"id":62167,"library":"tinkerforge","title":"Tinkerforge","description":"Tinkerforge C API bindings for bricks and bricklets","status":"active","version":"2.1.25","language":"cpp","source_language":null,"source_url":null,"tags":["iot","hardware","sensors","actuators"],"install":[{"cmd":"vcpkg install tinkerforge","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(tinkerforge CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE Tinkerforge::Tinkerforge)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"tinkerforge/ip_connection.h","correct":"#include <tinkerforge/ip_connection.h>"}],"quickstart":{"code":"#include <tinkerforge/ip_connection.h>\n#include <stdio.h>\n\nint main() {\n    IPConnection ipcon;\n    ipcon_create(&ipcon);\n    if (ipcon_connect(&ipcon, \"localhost\", 4223) == E_SUCCESS) {\n        printf(\"Connected\\n\");\n    }\n    ipcon_destroy(&ipcon);\n    return 0;\n}","lang":"cpp","description":"Connects to a Tinkerforge brick daemon"},"warnings":[],"env_vars":null,"search_vec":"'actuat':13 'api':4 'bind':5 'brick':7 'bricklet':9 'c':3 'hardwar':11 'iot':10 'sensor':12 'tinkerforg':1,2","created_at":"2026-06-17T05:18:53.492738+00:00","updated_at":"2026-06-17T05:18:53.492738+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}