IMPORTANT: Bluetooth support being worked on; careful to use the dev branch #13
Replies: 1 comment
-
I’m currently wrapping up my work on Bluetooth support in QuantumGate. Adding Bluetooth support turned out to be easier than I thought and I’m a bit ahead of schedule. I think it might be possible to release this before 2022 — so sometime next week. The big work that’s still left to do is updating the documentation. After that I also want to write a series of articles detailing what can be done with QuantumGate using Bluetooth. One of the cool things is that there’s also support for relay connections over Bluetooth, in combination with TCP and UDP connections. So you can have a single relay connection with a mix of peers at each hop using Bluetooth, TCP or UDP connections. Anyway, the |
Beta Was this translation helpful? Give feedback.
-
I'm currently working on adding Bluetooth support to QuantumGate. This means that the local instance will be capable of listening for incoming Bluetooth connections and will be capable of connecting to other devices running an instance of QuantumGate over Bluetooth.
This work is being done in the
dev
branch and is far from complete. In addition certain features are switched off or work only partially since they do not yet (fully) support Bluetooth connections. DO NOT use thedev
branch in the coming weeks until I update this discussion that it is safe to use it again without breaking your projects. Use themaster
branch to be safe.The
dev
branch has also been updated to require Visual Studio 2022. Another reason to be careful and think about it before you use thedev
branch for your projects.Beta Was this translation helpful? Give feedback.
All reactions