-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: resurrect server branch #355
base: main
Are you sure you want to change the base?
Conversation
Incomplete implementation
Any chance of getting this rebased with current main? |
I can try later. Would be great if you can help
—
Frank Schröder
… On 1. Oct 2021, at 14:19, Peter Magnusson ***@***.***> wrote:
Any chance of getting this rebased with current main?
Then there might be a chance of me trying to help out but it seems quite far behind right now.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
This is a bit more work but I'll keep trying. |
I stumbled over this again while considering using a golang based opcua server for unit tests (seem easier than to abstract every call to gopcua). Any chance to revive this again before it drifts to far away from main @magiconair? |
I've rebased @dwhutchison's
feature/server
branch and want to give it some love. Right now it compiles and I think I've integrated it with the latest changes. There are some obvious things in context handling I've seen but I need to understand the code a bit better and then want to add an AddressSpace and XML NodeSet2 import.This is DONE when we can start a server, show the default nodes and can read/write/browse nodes. Crypto and security might come later depending on the current state of the code. Subscriptions will come later for sure.
Note that there is also a
magiconair-server
branch which contains my initial attempt in writing a server. It exists only for completeness and we will end up with one implementation.Fixes #177