Spiegiemon_piedition
1.0.0
Приложение чата для Raspberrypi Lora Communication, написанное на Python с Bluetooth Communication или Over Console
Использует Raspberry Pi с Lora Module SX1262
Пакет и ansiblescript должны делать все автоматически
В файле /etc/bluetooth/main.conf
DiscoverableTimeout = 0
PairableTimeout = 0В файле /etc/systemd/system/dbus-org.bluez.service
Перезаписать
ExecStart =/usr/lib/bluetooth/bluetoothdс
ExecStart =/usr/lib/bluetooth/bluetoothd -C
ExecStartPost =/usr/bin/sdptool add SPзатем перезагрузить услуги с
sudo systemctl daemon-reload
sudo systemctl restart bluetooth.serviceЧтобы сделать Raspberry Pi Bluetooth обнаруженным
[Unit]
Description =SpiegieMon
[Service]
Type =simple
WorkingDirectory =/home/pi/git/Spiegiemon_piedition
ExecStart =/home/pi/git/Spiegiemon_piedition/main.py
Environment = " PYTHONUNBUFFERED=1 "
After =bluetooth
Requires =bluetooth
[Install]
WantedBy =multi-user.targetСообщение имеет следующий формат:
Если вы хотите внести свой вклад в этот проект, вы можете покинуть этот репозиторий и отправить запрос на привлечение.