diff --git a/README.html b/README.html index 7824827..943ed11 100644 --- a/README.html +++ b/README.html @@ -1546,17 +1546,17 @@ this to see even more of the GStreamer inner workings.

Bluetooth LE beacon setup

The python>=3.6 script for running a Bluetooth LE Service Discovery beacon is uxplay-beacon.py. It provides three possible -Bluetooth LE implementations: one for Linux systems with D-Bus, one for -Windows, and one for the BleuIO (or -BleuIO Pro) USB dongle with its own on-board Bluetooth-LE Stack that -does not use the host operating system Bluetooth (the Host sees the -device as a USB serial modem). This is needed for macOS where the -operating system does not allow users to send Bluetooth-LE -advertisements of the type we require. If a BleuIO dongle is available, -the bleuio version of the python script can be used on many operating -systems including macOS, Windows and Linux, and perhaps *BSD (not -tested): it requires python library python3-pyserial to be -installed.

+Bluetooth LE implementations (loaded as modules): one for Linux systems +with D-Bus, one for Windows, and one for the BleuIO (or BleuIO Pro) USB dongle with +its own on-board Bluetooth-LE Stack that does not use the host operating +system Bluetooth (the Host sees the device as a USB serial modem). This +is needed for macOS where the operating system does not allow users to +send Bluetooth-LE advertisements of the type we require. If a BleuIO +dongle is available, the bleuio version of the python script can be used +on many operating systems including macOS, Windows and Linux, and +perhaps *BSD (not tested): it requires python library +python3-pyserial to be installed.

On Linux, Bluetooth support (using the offical Linux Bluetooth stack BlueZ) must be installed (on Debian-based systems: sudo apt install bluez bluez-tools; recent Ubuntu releases @@ -1598,7 +1598,8 @@ Configuration file entries are like the command line forms, one per line (e.g., --ipv4 192.168.1.100). Lines commented out with an initial # are ignored. Command line options override the configuration file options. Get help with man uxplay-beacon -or uxplay-beacon.py --help. Options are

+or uxplay-beacon.py --help.

+

Options are