Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 251 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 251 Bytes

NearbyClient

Important Note

This is work in progress

Bluez doesn't give you access to BLE Scanning?

Do:

sudo setcap 'cap_net_raw,cap_net_admin+eip' ./NearbyClient

The StackOverflow Solution