Registry / networking / fins
library2023-07-31vcpkgunverified

LibFINS is an MIT licensed library written in C implementing the FINS/TCP protocol used for communication between Omron PLCs. The library contains all the documented client FINS functions. This open source library is a spin-off of a larger project which also implements FINS/UDP client communication and a FINS server engine.

vcpkg install fins
INSTALL
IMPORT
SIG · FINS
F
fins
networkingcppv2023-07-31
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.

libfins/libfins.h
#include <libfins/libfins.h>

Initialize and connect to an Omron PLC

#include "libfins/libfins.h" #include <stdio.h> int main() { fins_context_t ctx; fins_initialize(&ctx); fins_connect(&ctx, "192.168.0.1", 9600); fins_disconnect(&ctx); fins_cleanup(&ctx); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2023-07-31latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources

No resource links recorded.

fins — pip install fins · libregistry