Bluetooth & Contact Tracing
May 6, 2020
Bücher
Links
- Contact Tracing Apple
- Exposure Notification Doku
- NSHipster: Contact Tracing
- Covid-19 Tracker Apps
- Gernot’s Wie eine Corona-App funktioniert
Picks
- Vincent: mattt
- Vincent: kiliankoe/swift-outdated
- Bilal: Polidea/RxBluetoothKit
manager.scanForPeripherals(withServices: [serviceId]) .take(1) .flatMap { $0.peripheral.establishConnection() } .flatMap { $0.discoverServices([serviceId]) } .flatMap { Observable.from($0) } .flatMap { $0.discoverCharacteristics([characteristicId]) } .flatMap { Observable.from($0) } .flatMap { $0.readValue() } .subscribe(onNext: { print("Value: \($0.value)") })
- Kilian: CrunchyBagel/TracePrivately
- Vincent: How To F#€k Up An Airport (Podcast)