This sample runs on the following platform: Windows (UWP), Android, iOS.
The server has implemented these functionalities:
- Connect to an OPC UA server (secure or unsecure).
- Browse nodes.
- Read variable nodes.
Install Windows 10 Fall Creators Update.
Install latest Visual Studio 2017 (min version 15.5.5).
Add Xamarin to Visual Studio.
- Select UA Xamarin Client.UWP as startup project.
- Hit
F5
to build and execute the sample.
- Install install VisualStudio Android emulator.
- Select UA Xamarin Client.Android as startup project.
- Hit
F5
to build and execute the sample.
Tested with Android Marshmallow (6.0.0 API 23) or higher.
- To build the iOS app you need a Mac.
- This link shows you how to build and test Xamarin iOS applications using Visual Studio.
Tested with Xcode 9.2 iOS 8 or higher