You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if you have had any particular clients that you were able to successfully connect to a cscape server on?
I am currently trying to get a project called Rs317.Sharp (A 317 client ported to c#, which is just a standard 317 client https://github.com/HelloKitty/RS317.Sharp) working with cscape, but have not had a lot of success.
Any info you could provide is appreciated.
Thanks,
The text was updated successfully, but these errors were encountered:
Thanks for the help. Sorry to bug you again, do you know if there is an option to disable RSA for local testing on the server?
I tried commenting out the following code, but just wanted to check if that was all I need to do? // todo : catch crypto exceptions var decrypted = _crypto.ProcessBlock(blob.Buffer, 0, blob.Buffer.Length); blob.Overwrite(decrypted, 0, 0);
Great work on the project by the way, I'd love to get it working with a C# client.
Hi there
I was wondering if you have had any particular clients that you were able to successfully connect to a cscape server on?
I am currently trying to get a project called Rs317.Sharp (A 317 client ported to c#, which is just a standard 317 client https://github.com/HelloKitty/RS317.Sharp) working with cscape, but have not had a lot of success.
Any info you could provide is appreciated.
Thanks,
The text was updated successfully, but these errors were encountered: