Skip to content

bluhm/p5-opcua-open62541

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

786 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPCUA-Open62541
===============

The OPCUA::Open62541 module is a Perl XS extension to use the
open62541 OPC UA library from Perl.  The relevant C types, functions
and callbacks of the library are converted to their Perl equivalents.

This is work in progress, whatever is needed gets wrapped.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  open62541 OPC UA library, https://open62541.org/

COPYRIGHT AND LICENCE

Copyright (c) 2020-2023 Alexander Bluhm
Copyright (c) 2020-2023 Anton Borowka
Copyright (c) 2020 Arne Becker
Copyright (c) 2020 Marvin Knoblauch

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

Thanks to genua GmbH, https://www.genua.de/ for sponsoring this work.

About

Perl XS wrapper around open62541 C implementation of OPC UA

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors