Bluetooth as direct reticulum interface #716
-
Is it technically possible to have bluetooth as a direct reticulum interface (not for using it to connect to RNode or some other device)? Briar seems to be able to send and receive messages via bluetooth without pairing or any setup (setup that is not the initial key exchange). Bluetooth is available on every phone so I think it will be good if the project can take advantage of this. It will also make playing with this network way easier (and more interesting than just using the tcp interfaces) and maybe more popular. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It's very possible. |
Beta Was this translation helpful? Give feedback.
-
Yes, this is correct. If you'd like to see a very rough draft in a
different contact, check out this repo:
https://github.com/regulad/BlueHeaven. Note that the code here is
unnecessary high-level, it's written mostly with Kotlin coroutines. The
final product will be mostly just access through pyjnius.
…On Sun, Feb 16, 2025 at 2:16 PM Linux in a Bit ***@***.***> wrote:
It's in early stages (not public yet), I believe @regulad
<https://github.com/regulad> is working on it.
From what he's said in the Matrix room, it's going to be Android-only at
first, but it will be possible to implement the wire format for other
systems in the future.
—
Reply to this email directly, view it on GitHub
<#716 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMQAOMSXZL5UZF5UCAUHAJD2QDP2XAVCNFSM6AAAAABXGN7WD6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMRRG4YTENY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
It's very possible.
The only problem is that Bluetooth/BLE was implemented in a way that makes this very hard to do, especially on Android.
I don't have specifics, but I can tell you that others are actually starting work on it ;)