ichrispa
|
7634a2e23e
Created clientside UA_Client_getNodeCopy(); symmetric use to server side function.
|
před 9 roky |
ichrispa
|
141c369f5a
Created nodeiterator UA_Client_forEachChildNodeCall for Client.
|
před 9 roky |
ichrispa
|
b481cc3a94
Created missing serverside API calls for creating and deleting all nodetypes. Clientside API calls was matched (symmetry) to the call structure of the server API. Tutorial on adding nodes was started (WIP).
|
před 9 roky |
Stasik0
|
5f2f949807
fixes #299, adding a non-public ua_client_internal.h to hide internals of client's implementation
|
před 9 roky |
Julius Pfrommer
|
8dcaa09f86
Merge branch 'master' into dev
|
před 9 roky |
ichrispa
|
f4629df441
Merge pull request #291 from acplt/service_call_implementation
|
před 9 roky |
Julius Pfrommer
|
21944d61fd
Merge branch 'master' into dev
|
před 9 roky |
ichrispa
|
69892b53f0
Fixed conflict arising from the lack of calcSizeBinary in the master branch.
|
před 9 roky |
ichrispa
|
d9c16defb5
Conflicts:
|
před 9 roky |
Julius Pfrommer
|
b865250d6f
simplify network error handling in the client
|
před 9 roky |
Julius Pfrommer
|
77c25bb956
remove calcSizeBinary
|
před 9 roky |
Stasik0
|
f4425ef48c
fixing cleanup memory errors, relates to #270
|
před 9 roky |
Stasik0
|
1ca92d05db
handling partial messages properly (the server did gracfully exit on this error, client was a problem)
|
před 9 roky |
Julius Pfrommer
|
b44a64a8fc
move sending of servicefaults from securechannel to server.
|
před 9 roky |
Julius Pfrommer
|
602086239e
fix client
|
před 9 roky |
Julius Pfrommer
|
8413eceba6
Don't use calcSizeBinary. Return a failure message if the response message would be too large.
|
před 9 roky |
Julius Pfrommer
|
a1a8487afb
Merge branch 'master' into dev
|
před 9 roky |
Julius Pfrommer
|
e0f7d135b9
reuse buffers for sending
|
před 9 roky |
ichrispa
|
b3de134193
Example client now demonstates usage of dataChange event hook and subscription usage.
|
před 9 roky |
ichrispa
|
613116b730
Intermediate commit: Client can create/destroy monitoredItems (including handler function on change). Still missing cyclic publish and sub/mon modification capability.
|
před 9 roky |
ichrispa
|
7cbc18741c
Client can now create and destroy subscriptions (using a handle that corresponds to the subscriptionId).
|
před 9 roky |
ichrispa
|
5fb3476f5a
Merge branch 'master' into dev
|
před 9 roky |
ichrispa
|
a7f481d9d4
intermediate commit of basic structs and function prototypes for client subscription management
|
před 9 roky |
Stasik0
|
b2f2dd9adc
fixing missing authentification tokens in client
|
před 10 roky |
Stasik0
|
5e665ec563
fixed a cleanup crash for unitialized client, @hfaham, this fixes your issue!
|
před 10 roky |
Stasik0
|
e62e5a409f
partial revert of the PR #260, the memory allocators can be safely defined before including our header files
|
před 10 roky |
hfaham
|
21fef35105
Update ua_client.c
|
před 10 roky |
hfaham
|
ffc76aa126
Update ua_client.c
|
před 10 roky |
hfaham
|
8fdcafad73
Update ua_client.c
|
před 10 roky |
Julius Pfrommer
|
3220a651db
Added UA_SecureChannel_sendBinaryResponse
|
před 10 roky |