apple-ble 0.2.2

A library for interfacing with apple devices via BLE.
Documentation
1
2
3
4
5
6
7
FROM rust:1.66

RUN apt-get update
RUN apt-get install -y bluez libbluetooth-dev dbus libdbus-1-dev
RUN sed 's/^\(ExecStart.*\)/\1 --enable-testing/' /etc/systemd/system/bluetooth.target.wants/bluetooth.service

COPY . .