Girish2332
New Member
I am working on creating a chat application similar to Bridyfy, where I aim to implement a mesh network using both Bluetooth Low Energy (BLE) and Bluetooth Classic. The application needs to ensure continuous message updates across all connected users.
However, I am facing several challenges:
Connection Issues with Bluetooth Classic:
Establishing and maintaining reliable connections in a multi-user environment. Handling disconnections and reconnecting seamlessly. Integrating BLE with Bluetooth Classic:
How to efficiently manage connections between devices using BLE and Bluetooth Classic simultaneously. Message Synchronization:
Ensuring chat updates are continuously propagated across all connected users in the network. Does anyone have experience with building such a system or any suggestions on:
How to handle multiple connections efficiently with Bluetooth Classic? Best practices for integrating BLE and Bluetooth Classic in a hybrid setup? Strategies for managing real-time chat updates in a mesh network? Any guidance, code samples, or references would be greatly appreciated!
However, I am facing several challenges:
Connection Issues with Bluetooth Classic:
Establishing and maintaining reliable connections in a multi-user environment. Handling disconnections and reconnecting seamlessly. Integrating BLE with Bluetooth Classic:
How to efficiently manage connections between devices using BLE and Bluetooth Classic simultaneously. Message Synchronization:
Ensuring chat updates are continuously propagated across all connected users in the network. Does anyone have experience with building such a system or any suggestions on:
How to handle multiple connections efficiently with Bluetooth Classic? Best practices for integrating BLE and Bluetooth Classic in a hybrid setup? Strategies for managing real-time chat updates in a mesh network? Any guidance, code samples, or references would be greatly appreciated!