Hi Kemal, sadly there is non. You have to use `gnrc_netapi` [1] instead then (it's what is used by `sock` underneath when you are using GNRC) [1]. The RSSI of a packet is stored in it's `GNRC_NETTYPE_NETIF` header [2]. Hope that helps.
Cheers, Martine [1] http://doc.riot-os.org/group__net__gnrc__netapi.html [2] http://doc.riot-os.org/group__net__gnrc__netif__hdr.html 2018-03-22 7:18 GMT+00:00 Ali Kemal Özkan <[email protected]>: > Hi together, > Is there a way to get rssi programmatically from a received package over > UdpSockApi "sock_udp_recv"? > I read almost everything twice on the documentation but I couldn't find > anything about the communication quality as a variable or as a function. > > Best Regards, > Kemal > > _______________________________________________ > users mailing list > [email protected] > https://lists.riot-os.org/mailman/listinfo/users > >
_______________________________________________ users mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/users
