blakete

blakete/open-bitchat-mesh-station

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

2 good first / help-wanted issues · last activity Aug 21, 2025

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

Open Issues Need Help

View All on GitHub
Identity Verification about 1 year ago
help wanted idea
blakete/open-bitchat-mesh-station
2

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
blakete/open-bitchat-mesh-station
2

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