Understanding /var/log/messages for LoRa

Home Forums Conduit: AEP Model Understanding /var/log/messages for LoRa

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #19300
    Jose Navarro
    Participant

    Hi!

    I’ve been looking at the tail of /var/log/messages looking for stuff containing LoRa.
    tail -f /var/log/messages | grep lora

    I do this to debug a node but I constantly get this log lines even when my node if turned off.

    May 24 11:30:38 mtcdt user.info lora-network-server: Parsing 1 rx packets
    May 24 11:30:38 mtcdt user.warn lora-network-server: Recv’d frame failed CRC check
    May 24 11:33:47 mtcdt user.info lora-network-server: Parsing 1 rx packets
    May 24 11:33:47 mtcdt user.warn lora-network-server: Recv’d frame failed CRC check

    This makes me believe there is other nodes in range and the gateway receives its transmissions parses them and because it does not find anything useful it just dismisses them.

    Am I right to believe this?

    Regards
    -Jose

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.