Julius Pfrommer
|
e0ccedcfc7
make server compilable without RPI flag
|
10 years ago |
Julius Pfrommer
|
f6fd24ade2
small simplifications
|
10 years ago |
FlorianPalm
|
6539d98aec
typo
|
10 years ago |
FlorianPalm
|
9405f09ed8
added 2nd LED as Node
|
10 years ago |
FlorianPalm
|
141ddb66f3
fixed missing declartion in raspberrypi_io.h
|
10 years ago |
FlorianPalm
|
f7c03d0910
added write led node as demonstration of write service
|
10 years ago |
FlorianPalm
|
15b7b35773
minimal write (write value of a node) implemented (alpha version)
|
10 years ago |
Stasik0
|
48dee10091
fixing compilation issues without rpi headers
|
10 years ago |
FlorianPalm
|
6008ed0f19
Merge branch 'automation' of https://github.com/acplt/open62541 into automation
|
10 years ago |
FlorianPalm
|
68df7888c1
Changed call location of "serverCallback" to call it every messageloop cycle
|
10 years ago |
Stasik0
|
15630e47c6
wiringpi included only if --enable-raspi is set
|
10 years ago |
FlorianPalm
|
915d27cd9d
raspberry pi io - temperature sensor reading - first approach
|
10 years ago |
FlorianPalm
|
e24035b06b
added configure option (--enable-raspi) for raspberry pi io
|
10 years ago |
FlorianPalm
|
b8c2e7b472
added option for raspberry pi io (enable-raspi)
|
10 years ago |
FlorianPalm
|
d3c2cc86ef
corrected definition errors for LED node. LED node is now available in ns0
|
10 years ago |
Stasik0
|
794e022e81
trying to add a first node into the 'local' NS, it seems that the browse service does not work with cross-ns references
|
10 years ago |
Julius Pfrommer
|
19be74d759
oops. one reference too many
|
10 years ago |
Julius Pfrommer
|
48b7ca90bc
add types folder
|
10 years ago |
Stasik0
|
b8b8c9aae4
the watchdog bug seems to be fixed as outlined in #90
|
10 years ago |
Stasik0
|
26d88f143e
Merge branch 'automation' of https://github.com/acplt/open62541 into automation
|
10 years ago |
Stasik0
|
fb1964477b
bringing the faked values even more closer to server's defaults
|
10 years ago |
Julius Pfrommer
|
d1185dd8e7
Merge branch 'automation' of github.com:acplt/open62541 into automation
|
10 years ago |
Julius Pfrommer
|
eff3e5f860
handle reference-subtypes in the browse service
|
10 years ago |
Stasik0
|
9ecab2fcf6
allocatig the dimensions on the heap
|
10 years ago |
Julius Pfrommer
|
ccf5a58e4e
build up the references hierarchy
|
10 years ago |
Julius Pfrommer
|
44f921008c
Merge branch 'automation' of github.com:acplt/open62541 into automation
|
10 years ago |
Julius Pfrommer
|
7ee57126e9
service_browse returns values. ua_application bug
|
10 years ago |
Stasik0
|
bb8e5d388c
optimizing build speed by reducing git clone depth
|
10 years ago |
Stasik0
|
3f44626034
fixing tests
|
10 years ago |
Stasik0
|
025e1f0c90
trying to fix the watchdog issue: i am pretty sure it is about the Publish service (it sets timeout of 6 seconds), I tried to fake the Response, and am pretty sure it is okay (Wireshark comparisons) - however the watchdog issue is still not fixed!
|
10 years ago |