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

Box should work with my devices on local network when internet is down #129

Open
gitaaron opened this issue Apr 6, 2022 · 3 comments · Fixed by #172
Open

Box should work with my devices on local network when internet is down #129

gitaaron opened this issue Apr 6, 2022 · 3 comments · Fixed by #172
Assignees
Milestone

Comments

@gitaaron
Copy link
Contributor

gitaaron commented Apr 6, 2022

No description provided.

@gitaaron gitaaron modified the milestones: Docs v0.1, Fula 0.6.0, Fula 0.6.1 Apr 6, 2022
@farhoud
Copy link
Contributor

farhoud commented Apr 28, 2022

I will adding TCP and WS trasnports

@farhoud farhoud self-assigned this Apr 28, 2022
@farhoud
Copy link
Contributor

farhoud commented May 1, 2022

@gitaaron
I added the transport and we have to solve two new issue:

  • Check when we are Offline don't listen on Webrtc
  • When we use webrtc we know that the multiadress will be signaling_server + peerId but for other transport the begining depend on ip-address and port that box is listening on. we can change connect interface to take multiaddres instead of peerId.

but i think we should look more in to peer discovery.
@gitaaron @mehdibalouchi
what is your opinion ?

@farhoud farhoud linked a pull request May 1, 2022 that will close this issue
@farhoud farhoud reopened this May 1, 2022
@farhoud
Copy link
Contributor

farhoud commented May 22, 2022

We have to Add how own bootstrap server and change peer address to standard:
/p2p/[peerId]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done-previous-sprints
Development

Successfully merging a pull request may close this issue.

3 participants