ichrispa
|
71d7a10ccc
Both Server and Client can create Object- & VariableNodes. Server can now easily delete them (Client: not yet).
|
лет назад: 9 |
ichrispa
|
0fb4fd0f12
UA_Server_add<Type>Node now takes an additional argument to return the nodeId of the actually created node, allowing userspace functions to create hierarchic instances of objects. Fixed an error in addMethodNode that prevented dynamic methods having arguments when using NODEID_NUMERIC(x,0).
|
лет назад: 9 |
Julius Pfrommer
|
0debd114e3
remove the unused UA_Server_attachMethod_toNode; use available error codes; release nodes in all code paths
|
лет назад: 9 |
ichrispa
|
50ebfd437f
Added userspace function to (re-)attach functions to existing methodnodes.
|
лет назад: 9 |
ichrispa
|
f4629df441
Merge pull request #291 from acplt/service_call_implementation
|
лет назад: 9 |
Julius Pfrommer
|
6ff67cf40c
simplfy closing connections in the network layer
|
лет назад: 9 |
Julius Pfrommer
|
5caa997870
always copy data from the data source (removing the release function pointer)
|
лет назад: 9 |
Julius Pfrommer
|
df4753b00d
improve amalgamation
|
лет назад: 9 |
Julius Pfrommer
|
4043ec2ca1
improve the wording
|
лет назад: 9 |
Julius Pfrommer
|
c284dda449
simplfy the network layer
|
лет назад: 9 |
Holger Jeromin
|
0cbe205d18
fixing typos and one utf8 thing in comments.
|
лет назад: 9 |
ichrispa
|
a83c8ad0e9
Header for UA_Server_AddMonodirectionalReference being exported.
|
лет назад: 9 |
Julius Pfrommer
|
a1b04f1035
replace ADDREFERENCE macro with a function
|
лет назад: 9 |
Julius Pfrommer
|
b04eb0c43e
Rename UA_WorkItem to UA_Job. Add async addition and deletion of repeated jobs at runtime
|
лет назад: 9 |
FlorianPalm
|
5dcf597a83
restored addExternalNamespace functionality
|
лет назад: 9 |
Stasik0
|
b4fc36bc88
fixing multithreaded version
|
лет назад: 9 |
Stasik0
|
fc550a60da
splitting server_run s.t. the server can run in one thread with other applications
|
лет назад: 9 |
Julius Pfrommer
|
9e51e84caa
API freezing: add handling of ranges to data sources
|
лет назад: 10 |
Stasik0
|
31dea3b36f
fixing coverity issues except for ua_server_worker.c
|
лет назад: 10 |
Stasik0
|
e9f4560205
cosmetics: renamed exampleServer into server, exampleClient into client, moved demonodes to userspace (server.c)
|
лет назад: 10 |
Julius Pfrommer
|
cf33d08b7d
changing some macros to reenable the library for c++
|
лет назад: 10 |
Julius Pfrommer
|
60d636db85
finalize improved handling of timed work
|
лет назад: 10 |
Julius Pfrommer
|
4f6063221d
fix timed work, small cosmetic improvements
|
лет назад: 10 |
Stasik0
|
a184ddf230
declaring diagnostics as disabled, applicaionname added to server config
|
лет назад: 10 |
Julius Pfrommer
|
f16fdd7466
securechannel and session cleanup (deactivated)
|
лет назад: 10 |
Stasik0
|
35c0b99f47
Merge remote-tracking branch 'origin/master' into server_config
|
лет назад: 10 |
Julius Pfrommer
|
bb9076e188
Merge improved network layer
|
лет назад: 10 |
Stasik0
|
ec9af23975
username/pass logins work, did not looked into CTT yet
|
лет назад: 10 |
Stasik0
|
011f61bcb2
started to work on server config:
|
лет назад: 10 |
LEvertz
|
44995b5b49
added translateBrowsePathsToNodeIds to external NodeStore functions
|
лет назад: 10 |