-
Notifications
You must be signed in to change notification settings - Fork 40
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
Discover and use existing ipfs api if available #105
Comments
Can’t we use MDNS to discover a local node instead of using the defaults? |
Good point. Have updated the title to be more about "what" not the "how". |
of note, I think we want to discover an api we can use, not just that there is a node nearby... we could mdns to discover "nodes on this network" but I'm not clear on if it would be a good way to discover "there is a node on this machine with an api you can talk to" @achingbrain do you thoughts on how it might work? |
We should use the Should we still keep the option to spawn a node using |
Doesn't look like
You get the hostname/IP address of the advertised service back, if it's a local address it should be game on - is that enough? |
Yes, it does not. I've opened PR #113 to clarify my intentions. |
Using an in-process ipfs node that's only running for the duration of the install should be avoided if possible. We could check for a repsonsive ipfs api on the default port and use it where available.
The text was updated successfully, but these errors were encountered: