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

Variable LoRa Packet sizes on node as well as server side #13

Closed
Praneethsvch opened this issue Nov 20, 2020 · 2 comments
Closed

Variable LoRa Packet sizes on node as well as server side #13

Praneethsvch opened this issue Nov 20, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Praneethsvch
Copy link
Collaborator

Praneethsvch commented Nov 20, 2020

Currently the LoRa packet size is a fixed size. Addition of different sensing technologies to the existing sensors would need extra bytes for new sensor measurements. Need to add new enhancement where the lora packet size depends on the number of sensors on the node. The idea is to send packet size as 1st byte and use this to format the packet on the server side.

@Praneethsvch
Copy link
Collaborator Author

Praneethsvch commented Nov 20, 2020

@Praneethsvch Praneethsvch self-assigned this Jan 22, 2021
@Praneethsvch Praneethsvch added the enhancement New feature or request label Jan 22, 2021
@Praneethsvch
Copy link
Collaborator Author

for simplicity, additional bytes are appended at the end of existing payload and decoded in the back-end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant