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 argument for automatic TCP tunneling #71

Closed
wants to merge 5 commits into from
Closed

Conversation

brentyi
Copy link
Collaborator

@brentyi brentyi commented Aug 3, 2023

Here's a pass at automatically generating + printing a shareable link. It works for me — I can pass in share=True and it lets me connect to a nerfstudio viewer from a different machine/network.

The current implementation is similar to the nodeenv code that @origamiman72 wrote for client builds: it sets up a sandboxed Rust environment and builds + runs bore. bore seemed like the simplest of many options, some of which are surveyed here: https://github.com/anderspitman/awesome-tunneling

Some notes:

  • TCP forwarding was pretty straightforward manually. Maybe we could just leave this out of the codebase, and point folks to resources for this.
  • We do some manual parsing of bore log messages currently, which seems brittle.

@brentyi
Copy link
Collaborator Author

brentyi commented Sep 16, 2023

Obsolete!

@brentyi brentyi closed this Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant