Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
UXPLAY(1)			  User Commands 		       UXPLAY(1)

NAME
     uxplay-beacon.py	- Python (>= 3.6) script for a Bluetooth LE Service-Dis-
     covery beacon.

SYNOPSIS
     uxplay-beacon.py [BlueIO] [ -h, --help] + more options.

DESCRIPTION
     UxPlay 1.73.6: Standalone Python Script for Bluetooth LE Service Discovery
	    Modules for BLE support:

	    BlueZ: (Linux, with D-Bus)
	    winrt: (Windows)
	    BleuIO: (for a BleuIO USB serial device, all platforms, including macOS).
	    HCI: Use Host Controller Interface (Linux/*BSD, needs elevated privileges)

	    The best choice for host platform is made unless option BleuIO or HCI is used.

OPTIONS
     <module>	 Force use of non-default <module> = [BleuIO,HCI]

     --file fn	 Specify configuration file (default: ~/.uxplay.beacon)

     --path fn	 Specify a non-default Bluetooth LE data file used by uxplay

     --ipv4 ip	 Override automatically-found ipv4 address for contacting UxPlay

     --advmin x  Minimum Advertising interval in msecs (>= 100)

     --advmax y  Maximum Advertising interval in msecs (>= advmin, <= 102400)

     --index x	 Used to distinguish different instances of BlueZ beacons

     --device p  Specify an address for a required device

      -h, --help Show help text.

FILES
     Options in configuration file are applied first (command-line  options  may
     modify them).

     Format:  one option per line, with initial  "--"; lines beginning with "#"
     ignored.

AUTHORS
     Various, see website or distribution.

COPYRIGHT
     Various, see website or distribution.  License: GPL v3+:

     GNU GPL version 3 or later. (some parts LGPL v.2.1+ or MIT).

SEE ALSO
     Website: <https://github.com/FDH2/UxPlay>

UxPlay 1.73.6			   2026-03-22			       UXPLAY(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=uxplay-beacon&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help