Bluetooth & Contact Tracing

May 6, 2020

Zusammen mit Vincent werfen wir einen Blick auf Bluetooth mit Bezug auf die dank Corona sehr aktuelle Thematik des Contact-Tracings.



Bücher

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)

Social