working poc

This commit is contained in:
2026-07-25 18:41:15 +05:00
parent e1954a3e82
commit 5e3416a895
21 changed files with 1604 additions and 73 deletions
+16
View File
@@ -0,0 +1,16 @@
[Unit]
Description=CallPipe relay (Bluetooth HFP SCO <-> phone audio TCP bridge)
After=bluetooth.service bluealsa.service network-online.target
Wants=network-online.target
[Service]
Type=simple
# Point at the phone (the hub). Override with: systemctl edit callpipe-relay
Environment=CALLPIPE_PHONE=10.0.1.239
Environment=CALLPIPE_PORT=9010
ExecStart=/usr/bin/python /opt/callpipe/callpipe-relay.py
Restart=always
RestartSec=2
[Install]
WantedBy=multi-user.target