Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
aepetelin committed Apr 27, 2018
1 parent 53a6e22 commit 2774350
Show file tree
Hide file tree
Showing 38 changed files with 60,902 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CMakeLists.txt
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)
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MIT License
MIT License (MIT)

Copyright (c) 2018 FlexLink

Expand Down
7 changes: 7 additions & 0 deletions README.md
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


Loading

0 comments on commit 2774350

Please sign in to comment.