Registry / other / tinkerforge

tinkerforge

JSON →
library2.1.25vcpkgunverified

Tinkerforge C API bindings for bricks and bricklets

vcpkg install tinkerforge
INSTALL
IMPORT
SIG · TINKERFORGE
T
tinkerforge
othercppv2.1.25
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tinkerforge/ip_connection.h
#include <tinkerforge/ip_connection.h>

Connects to a Tinkerforge brick daemon

#include <tinkerforge/ip_connection.h> #include <stdio.h> int main() { IPConnection ipcon; ipcon_create(&ipcon); if (ipcon_connect(&ipcon, "localhost", 4223) == E_SUCCESS) { printf("Connected\n"); } ipcon_destroy(&ipcon); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.25latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

tinkerforge — pip install tinkerforge · libregistry