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

add secure_packet_v1 for secure concentrators #194

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

dinocore1
Copy link

Secure LoRaWAN Concentrator cards sign RX packets in hardware using unique ED25519 key. The signature consists of the actual packet data plus metadata (frequency, datarate, snr, rssi, tmst, and GPS time/location). All this data must be available to validate the signature. This PR proposes adding an optional secure_packet_v1 message type to the lora_beacon_report_req_v1

@helium helium deleted a comment from lthiery Oct 13, 2022
optional uint32 vacc = 5;
}

// Duration since the GPS epoc (0h 6-Jan-1980)
Copy link
Contributor

Choose a reason for hiding this comment

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

removed comments about the well known type... better to look at this proposed guideline #208

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.

3 participants