Transceiver : Reception level

Hi, When I receive a UDP frame, may I see the level (dB) of the received frame ? I know that we can see it in driver source code but How can I acces it from socket level ? Cheers,

Hi Baptiste, if you can read it on the driver level, you can adapt gnrc_netdev2_hdr_t to add that value as a field and add it via the rx_info struct handed to the recv function of the netdev2-driver.

Hope that was helpful feel free to ask for further details.

Cheers, Martine

Thanks Martine, I'll try when I've got time

Oops just saw I made an error there: the type is called gnrc_netif_hdr_t

Cheers, Martine