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

Library usage #286

Open
flokli opened this issue Jun 6, 2024 · 3 comments
Open

Library usage #286

flokli opened this issue Jun 6, 2024 · 3 comments

Comments

@flokli
Copy link

flokli commented Jun 6, 2024

Is your feature request related to a problem? Please describe.
I'd like to use wstunnel as a library. Essentially having some agents register with a server (currently just forwarding a unix socket, so for this I can use the CLI ) and on the server-side, re-exposing the connected clients again as unix sockets, and/or providing some listing (for this I'd need to write some custom code).

Describe the solution you'd like
Expose parts of wstunnel as a library, so I can use reuse the client and protocol

Describe alternatives you've considered
Adding more features into wstunnel directly.

@erebe
Copy link
Owner

erebe commented Jun 7, 2024

For now, it is not planned, but maybe one day who knows

@grimsteel
Copy link
Contributor

Would you be open to a PR that separates this into a CLI and library? (That would also make Android integration much easier.)

@erebe
Copy link
Owner

erebe commented Nov 28, 2024

feel free to submit a PR @grimsteel , no issue at all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants