Open Issues Need Help
View All on GitHubInitial target: base station & relay for extending bitchat messaging across Boston.
AI Summary: The task involves analyzing the provided iOS BitChat codebase to understand how it advertises and discovers peers using Bluetooth Low Energy (BLE). This includes examining the `BluetoothMeshService.swift` and `NoiseEncryptionService.swift` files for advertisement and scanning logic, and the `BitchatProtocol.swift` file for message structure and handling. The goal is to determine how a BLE device can discover and join the BitChat mesh network, focusing on the expected BLE PDU packets (ADV_IND and SCAN_RSP).
Initial target: base station & relay for extending bitchat messaging across Boston.