mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
44 lines
1.3 KiB
Groff
44 lines
1.3 KiB
Groff
.TH UXPLAY 1 2026-01-26 "UxPlay 1.73" "User Commands"
|
|
.SH NAME
|
|
uxplay-beacon.py \- Python (>= 3.6) script for a Bluetooth LE Service-Discovery beacon.
|
|
.SH SYNOPSIS
|
|
.B uxplay-beacon.py
|
|
[\fI\, -h, --help] + more options.
|
|
.SH DESCRIPTION
|
|
UxPlay 1.73: Standalone Python Script for Bluetooth LE Service Discovery (DBus).
|
|
.SH OPTIONS
|
|
.TP
|
|
.B
|
|
\fB\--file\fR fn Specify configuration file (default: ~/.uxplay.beacon)
|
|
.TP
|
|
\fB\--path\fR fn Specify non-default Bluetooth LE data file used by uxplay
|
|
.TP
|
|
\fB\--ipv4\fR ip Override automatically-found ipv4 address for contacting UxPlay
|
|
.TP
|
|
\fB\--AdvMin\fR x Minimum Advertising interval in msecs (>= 100)
|
|
.TP
|
|
\fB\--AdvMax\fR y Maximum Advertising interval in msecs (>= AdvMin, <= 102400)
|
|
.TP
|
|
\fB\--serial\fR p Specify BleuIO serial port (/dev/cu.usbmodemXXXXXXX on macOS)
|
|
.TP
|
|
\fB \-h, --help\fR Show help text.
|
|
.SH
|
|
FILES
|
|
Options in configuration file are applied first (command-line options may modify them).
|
|
.TP
|
|
Format: one option per line, with initial "--"; lines beginning with "#" ignored.
|
|
.SH
|
|
AUTHORS
|
|
.TP
|
|
Various, see website or distribution.
|
|
.SH
|
|
COPYRIGHT
|
|
.TP
|
|
Various, see website or distribution. License: GPL v3+:
|
|
.TP
|
|
GNU GPL version 3 or later. (some parts LGPL v.2.1+ or MIT).
|
|
.SH
|
|
SEE ALSO
|
|
.TP
|
|
Website: <https://github.com/FDH2/UxPlay>
|