janjongboom/mbed-simulator

capturing packets lorawan

OniremE opened this issue · 1 comments

Hello All,

I want to capture downlink packets during a simulation.
Is there a way to do so?

@OniremE Raw packets from the radio? Inspect the data array here:

tr_debug("rx_frame, size=%u, freq=%u, bw=%u, dr=%u", size, frequency, bandwidth, datarate);