open62541 1.5.7+3
open62541: ^1.5.7+3 copied to clipboard
Dart FFI bindings to the open62541 OPC UA stack. Provides client and server APIs for OPC UA over TCP, with subscriptions, custom types and mbedTLS encryption.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add open62541With Flutter:
$ flutter pub add open62541This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
open62541: ^1.5.7+3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:open62541/open62541.dart';