Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support RLOGIN protocol #8

Open
tracker1 opened this issue Feb 4, 2021 · 0 comments
Open

Support RLOGIN protocol #8

tracker1 opened this issue Feb 4, 2021 · 0 comments

Comments

@tracker1
Copy link

tracker1 commented Feb 4, 2021

Would be cool to support RLOGIN as a protocol for synchronet...

   wsProtocol : "rlogin:user:pass:info",

Where it's a raw/plain connection, but on connection, the info after rlogin: is sent null delimited over the port at the top of the connection, from there, it works like a raw socket connection.

   "rlogin:user:pass:info".split(':').splice(1).join('\x00') + '\x00';
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant