Initial target: base station & relay for extending bitchat messaging across Boston.

2 Open Issues Need Help Last updated: Aug 21, 2025

Open Issues Need Help

View All on GitHub
help wanted idea

Initial 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).

Complexity: 4/5
enhancement help wanted

Initial target: base station & relay for extending bitchat messaging across Boston.