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

Loki address broadcast #157

Merged
merged 10 commits into from Jan 30, 2019

Conversation

BeaudanBrown
Copy link

@BeaudanBrown BeaudanBrown commented Jan 30, 2019

Start of P2P stuff, added a new message proto type for a loki address message
When you launch the app you "broadcast" a message to all of your friends with your P2P address info (currently just dummy data because we don't have a way to get our loki address yet) and then the recipient stores this in memory
Next up is the logic for pinging, i.e. the timers etc and then hooking in the message sending to use these addresses if the other user is "online"
Also allowing the user to manually select the port they want to use for their http server (and fall back to the node port finding thing if it doesn't work)

Fixes #154

app/sql.js Outdated Show resolved Hide resolved
Copy link

@sachaaaaa sachaaaaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The force is strong with this one !

@sachaaaaa sachaaaaa merged commit 9c98a1f into oxen-io:development Jan 30, 2019
@BeaudanBrown BeaudanBrown deleted the loki-address-broadcast branch January 31, 2019 00:37
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.

None yet

3 participants