Following are the main QuickOPC NuGet packages:
- OpcLabs.QuickOpc: OPC client components for all environments and project types (for .NET Framework and .NET Standard target platforms).
- OpcLabs.QuickOpc.Forms: Components that are specific for Windows Forms (can be partially used from WPF as well).
- OpcLabs.QuickOpc.Wpf: Components that are specific for WPF.
NuGet packages with QuickOPC examples:
- OpcLabs.QuickOpc.Sample.CS: Console-based QuickOPC examples in C# (source code).
- OpcLabs.QuickOpc.Sample.VB: Console-based QuickOPC examples in VB.NET (source code).
In some scenarios, described in the documentation, you may need one or more of the additional NuGet packages:
- OpcLabs.Mqtt: Provides MQTT communication features, using the System.Net.Mqtt library.
- OpcLabs.MqttNet: Provides MQTT communication features, using the MQTTnet library and its extensions.
- OpcLabs.Pcap: Provides Ethernet (and UDP) communication features, using the PacketDotNet and SharpPcap libraries.
The strings in bold are the package IDs.
All NuGet packages are available from www.nuget.org , and are also placed on the disk locally by the Setup program.
See Also