Skip to content
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

Add a custom protocol over SSH for TCP and UDP communication #12

Closed
wants to merge 15 commits into from

Conversation

imterah
Copy link
Owner

@imterah imterah commented Jun 20, 2024

Summary

This introduces a new backend (& custom protcol) called sshpy.

@imterah
Copy link
Owner Author

imterah commented Jun 21, 2024

Before I merge this, I need to implement these things (afaik):

  • I'm using 32 bit numbers for no reason. I should probably switch this to 16 bits, but maybe keep this for the client IDs
  • I probably should write documentation on the protocol and the code, since it isn't really off the shelf, and the code is ~1.3k lines so far in total

@valnyx17
Copy link
Collaborator

This PR will fix issue #9.

@imterah imterah changed the title Add a custom protocol over SSH for TCP and UDP communication (#9) Add a custom protocol over SSH for TCP and UDP communication Jun 21, 2024
imterah and others added 2 commits June 29, 2024 21:04
Excluding TCP client IDs, of course. Additionally, this isn't fully stable right now.

Co-authored-by: dev <[email protected]>
@imterah imterah closed this Dec 28, 2024
@imterah imterah deleted the sshpy branch December 28, 2024 18:04
@imterah imterah restored the sshpy branch December 28, 2024 20:38
@imterah imterah deleted the sshpy branch December 28, 2024 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants