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

refactor/node-send #64

Closed
wants to merge 5 commits into from
Closed

refactor/node-send #64

wants to merge 5 commits into from

Conversation

decanus
Copy link
Contributor

@decanus decanus commented Sep 23, 2019

This pull request changes the way node.send works, there are certain issues with this however. Due to the fact that nodes don't have a sender we do not know what to put as the from address. An idea would be to use the CoreBluetooth identifier however this is unique dependent on the recipient, the sender does not generate this or have access to it. This means that due to the way our flooding algorithm works, we couldn't use it even if it was accessible. We need node identity.

closes #51

@codeclimate
Copy link

codeclimate bot commented Sep 24, 2019

Code Climate has analyzed commit 98f3974 and detected 0 issues on this pull request.

View more on Code Climate.

@decanus decanus closed this May 14, 2020
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.

Node.send should not take Message
1 participant