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

Improve searching from raw LoRa payloads #22

Open
haraldmeyer opened this issue May 28, 2021 · 2 comments
Open

Improve searching from raw LoRa payloads #22

haraldmeyer opened this issue May 28, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@haraldmeyer
Copy link

The raw payloads in the event list all use the same type, which makes it hard to filter for specific payloads. Maybe include the first byte of the message in the event type? To still allow finding all unprocessed payloads, introduce a separate field for these?

@haraldmeyer haraldmeyer added the enhancement New feature or request label May 28, 2021
@phcrb
Copy link
Collaborator

phcrb commented May 28, 2021

Taking as example this event from the TH NKE device

Time 28 May 2021 14:36:18
Server creation time 28 May 2021 14:36:19
Type LoRaPayload
Processed true
Payload "3207c046a96e0267b877a08b76121b0113061080ac006405202b005901c82249252649122104"
Port 125

We could replace:

  • Type LoRaPayload
    by :
  • Type LoRaPayload_32

Including the fport could also be interesting:

  • Type LoRaPayload_125_32

@cpoder
Copy link
Collaborator

cpoder commented Jun 2, 2021

I believe I'd rather add a custom tab for searching payloads with various filters. What do you think?

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

3 participants