-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
aepetelin
committed
Apr 27, 2018
1 parent
53a6e22
commit 2774350
Showing
38 changed files
with
60,902 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
cmake_minimum_required(VERSION 3.9) | ||
project(ctest C) | ||
|
||
set(CMAKE_C_STANDARD 99) | ||
|
||
add_executable(open62541.c open62541.h cgoua_api.h cgoua_api.c) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
MIT License | ||
MIT License (MIT) | ||
|
||
Copyright (c) 2018 FlexLink | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Go OPC-UA | ||
|
||
#### OPC UA Golang API wrapper over open62541 library | ||
|
||
Go to OPCUA library | ||
|
||
|
Oops, something went wrong.