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

Make visor listen for stcp transports automatically #71

Closed
jdknives opened this issue Nov 18, 2019 · 1 comment · Fixed by #77
Closed

Make visor listen for stcp transports automatically #71

jdknives opened this issue Nov 18, 2019 · 1 comment · Fixed by #77
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jdknives
Copy link
Member

Feature description

Get local IP address and make visor listen for stcp transports on that address and port 7777 by default.

Is your feature request related to a problem? Please describe.
Currently, we have to manipulate the configuration file manually to setup stcp transports and set the local IP and port to listen on. All of that should be automated.

@jdknives jdknives added enhancement New feature or request good first issue Good for newcomers labels Nov 18, 2019
@pikomonde
Copy link
Contributor

Hmm.. So, previously to make the visor run, we should manipulate manually the config file, which one? This one /skywire-config.json?

Then the changes should make the app to listen to stcp on what address? Is it address from the PK on /skywire-config.json? So I assume the default local IP is 127.0.0.1:7000.

So, in config, when the stcp.local_address is not there, by default the app will set it to 127.0.0.1:7000?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
2 participants