Skip to content

A reverse engineered implementation of NearbyShare

Notifications You must be signed in to change notification settings

PatchByte/NearbyClient

Repository files navigation

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