Hi, I will not be able to work on the native opcua branch for a while, but there really isn't much to do for it to be finished.
Would someone be available to work on it? As far as I know the only thing outstanding is to split the messages being sent out into manageable chunks if they are too big (really only an issue if the server requests a small max message size, for reference the smallest value allowed is 8k, I think milo uses something like 256k) This should be done within SecureChannel->submit. Handling of message chunks has already been completed when receiving them. The max size of the message is discovered from the OpenSecureChannelResponse message. The max chunk count and max receive/send buffer sizes are used to calculate the max message size and max number of chunks. Apart from that, the branch should be in a position to be merged. This branch has been setup so that username authentication can be used for connections, which would solve the problem for one of the other mailing list questions. Kind Regards Ben
