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

CoreBluetooth Optimization #53

Open
decanus opened this issue Sep 9, 2019 · 0 comments
Open

CoreBluetooth Optimization #53

decanus opened this issue Sep 9, 2019 · 0 comments
Milestone

Comments

@decanus
Copy link
Contributor

decanus commented Sep 9, 2019

Problem

The current Bluetooth implementation created with #52 is not power efficient as it continuously scans for peripherals to connect with.

Currently all nodes are also peered with, this should also be thought about.

Acceptance Criteria

The bluetooth transport features two running modes, one lightweight and one less lightweight. The former will be more energy conservative to run efficiently on resource restricted devices. This means it does not perpetually scan for peripherals and disconnects after sending messages. Depending on how much a node talks to a given peer connections are kept open.

Notes

@decanus decanus added this to the v0.3.0 milestone Sep 9, 2019
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

No branches or pull requests

1 participant