Wireshark on LoRa Gateway

Is there a way to install Wireshark on a LoRa gateway/server RPi image? There’s a LoRa filter in Wireshark and I’m interested in testing it to sniff LoRa packets and get info about delay and throughput and packet loss, but the normal installation process doesn’t seem to work

Thanks!

You might have more luck adding gateway and loraserver components to a more full featured pi OS. Or maybe you can add tshark to the custom image and export capture files to analyze later.

I suspect you will find in the end that it’s not really worth the effort. If you want to study a running network, it’s probably better to put the server on a different machine, run the gateway bridge on the gateway and write your own analysis scripts on a third machine that look at the MQTT traffic in between.