Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
osie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Martin Manchev
osie
Commits
4a74e65b
Commit
4a74e65b
authored
Feb 06, 2023
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No need to keep manual way of build & run anymore.
parent
620a1e27
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
22 deletions
+0
-22
coupler/opc-ua-server/build.sh
coupler/opc-ua-server/build.sh
+0
-7
coupler/opc-ua-server/coupler1.sh
coupler/opc-ua-server/coupler1.sh
+0
-5
coupler/opc-ua-server/coupler2.sh
coupler/opc-ua-server/coupler2.sh
+0
-5
coupler/opc-ua-server/coupler3.sh
coupler/opc-ua-server/coupler3.sh
+0
-5
No files found.
coupler/opc-ua-server/build.sh
deleted
100755 → 0
View file @
620a1e27
#!/bin/bash
OPEN62541_SR
=
/usr/local/lib
rm
-f
server
# build OPC UA server which publishes msgs
gcc
-o
server
-I
/usr/local/include/
-std
=
c99 server.c
-l
:libopen62541.so
-L
$OPEN62541_SR
/lib
-lmbedcrypto
-lmbedx509
-I
~/open62541/src/pubsub/
-I
~/open62541/deps/
coupler/opc-ua-server/coupler1.sh
deleted
100755 → 0
View file @
620a1e27
#!/bin/bash
COUPLER_SR
=
/opt/slapgrid/6c567f8750e604c805e3a25adbbd0e44
export
LD_LIBRARY_PATH
=
'$LD_LIBRARY_PATH:/opt/slapgrid/6c567f8750e604c805e3a25adbbd0e44/parts/open62541/lib:/opt/slapgrid/6c567f8750e604c805e3a25adbbd0e44/parts/mbedtls/lib'
./server
-p
4840
-m
1
-i
1
-l
3
-t
10
-o
100
-n
opc.udp://224.0.0.22:4840/
coupler/opc-ua-server/coupler2.sh
deleted
100755 → 0
View file @
620a1e27
#!/bin/bash
COUPLER_SR
=
/opt/slapgrid/6c567f8750e604c805e3a25adbbd0e44
export
LD_LIBRARY_PATH
=
'$LD_LIBRARY_PATH:/opt/slapgrid/6c567f8750e604c805e3a25adbbd0e44/parts/open62541/lib:/opt/slapgrid/6c567f8750e604c805e3a25adbbd0e44/parts/mbedtls/lib'
./server
-p
4841
-m
1
-i
2
-l
3
-t
10
-o
100
-n
opc.udp://224.0.0.22:4840/
coupler/opc-ua-server/coupler3.sh
deleted
100755 → 0
View file @
620a1e27
#!/bin/bash
COUPLER_SR
=
/opt/slapgrid/6c567f8750e604c805e3a25adbbd0e44
export
LD_LIBRARY_PATH
=
'$LD_LIBRARY_PATH:/opt/slapgrid/6c567f8750e604c805e3a25adbbd0e44/parts/open62541/lib:/opt/slapgrid/6c567f8750e604c805e3a25adbbd0e44/parts/mbedtls/lib'
./server
-p
4842
-m
1
-b
1
-i
3
-t
10
-o
100
-n
opc.udp://224.0.0.22:4840/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment