bluetooth LE beacon scanner, modified from bluez (http://www.bluez.org/) test code. The original implementation is in their source code in the file: test/test-discovery
Installation on Debian Buster:
sudo usermod -a -G bluetooth your_user
sudo apt install bluez
pip3 install websocket-client