←back to thread

770 points ananddtyagi | 1 comments | | HN request time: 0s | source
Show context
kragen ◴[] No.44486602[source]
Technical whitepaper: https://github.com/jackjackbits/bitchat/blob/main/WHITEPAPER...

Presumably that is the key to getting out of the Apple ghetto.

replies(1): >>44487125 #
Tepix ◴[] No.44487125[source]
From the whitepaper: "bitchat implements a custom mesh networking protocol over BLE"

I wonder why they didn‘t implement the BLE mesh networking standard released in 2017 by the Bluetooth SIG.

replies(1): >>44490354 #
Beretta_Vexee ◴[] No.44490354[source]
There are already several open source implementations, but the Bluetooth SIG standard only supports flood propagation.

This is fine for managing a few hundred temperature sensors or lighting controls up to the building's floor concentrator, which is the main use case for this standard, but it is completely unsuitable for sending individual messages from user A to user B.

replies(2): >>44491766 #>>44500712 #
1. Tepix ◴[] No.44500712[source]
Interesting. I looked at https://www.bluetooth.com/mesh-directed-forwarding/ and it seems like "Bluetooth Mesh Directed Forwarding" is an improvement over "Bluetooth Mesh Managed Flooding" for this scenario? It got added in v1.1 of the spec.