Guest
Guests
The OPC Foundation offers two options, both available on github:
(1) for Windows only - but also for Windows XP --> https://github.com/OPCFoundation/UA-.NET
(2) based on .NET StandardLibrary and therefore for all platforms that the StandardLibrary can be built for: https://github.com/OPCFoundati.....ardLibrary
Over time, only (2) will be pursued.
Zbynek Zahradnik
Member
Members
Forum Posts: 62
Member Since:
02/24/2014
02/24/2014
Offline
Karl, shouldn't the second link be https://github.com/OPCFoundati.....ardLibrary instead?
sixdiamants
Zoetermeer
Member
Members
Forum Posts: 4
Member Since:
06/15/2017
06/15/2017
Offline
I run it on an Ubuntu server as we speak.
Instructions are found here and here.
And here's a summary of what I had to do:
sudo apt-get install curl sudo curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-xenial-prod xenial main" > /etc/apt/sources.list.d/dotnetdev.list' sudo apt-get update sudo apt-get install dotnet-sdk-2.0.2 dotnet new console -o myApp sudo apt-get install git git clone https://github.com/OPCFoundation/UA-.NETStandard.git cd UA-.NETStandard dotnet restore UA-NetStandard.sln cd SampleApplications/Samples/NetCoreConsoleServer dotnet run
Forum Timezone: America/Phoenix
Most Users Ever Online: 510
Currently Online:
Guest(s) 45
Currently Browsing this Page:
1 Guest(s)
1 Guest(s)
Top Posters:
Forum Stats:
Groups: 2
Forums: 10
Topics: 1435
Posts: 4855