About 38,200 results
Open links in new tab
  1. How to implement a Mesh network in Android - Stack Overflow

    Working on a project that should share data among 4+ devices offline. Using Google Nearby connection, we are able to establish a connection between devices via P2P-STAR topology. …

  2. Is it possible to create a Bluetooth Mesh Network with iOS and …

    Aug 6, 2019 · 8 I'm currently building an app that creates a platform where users can share information on a network but I wanted to create an offline option where users could still …

  3. android - How to make a BLE mesh network? - Stack Overflow

    5) Another possibility is to have a mesh structure where the devices relay all messages broadcast-ed over the network until the device for which the message is meant for, receives it. …

  4. network programming - Android mesh networking - Stack Overflow

    There are apps like that for Android. Beside Serval look for Manet, Firechat, or BC Mesh. They mostly use Bluetooth and tend to draw a lot of current from the battery. As soon as the WLAN …

  5. bluetooth - BLE mesh Android - Stack Overflow

    May 18, 2021 · What I want exactly is to implement BLE mesh by using one Android phone as a client and other Android phones as BLE devices (using BLE simulator app). Can you please …

  6. Mesh/p2p network on android, without user interaction

    Mar 10, 2015 · Today most Android Bluetooth stacks permit 8 or more simultaneous GATT connections making it possible to have a rather effective mesh network. There are today no …

  7. Messaging in ESP_BLE_MESH - Stack Overflow

    May 13, 2023 · I would like to ask for help with my BLE Mesh project. My task is to create a Mesh network with the following topology: There are about 15 devices that read information from …

  8. android - Creating a simple ad-hoc/mesh network, what's a good …

    Feb 4, 2011 · I'm working on a project creating a fairly simple one-to-many host-to-slave network using a bunch of Android devices. What would be the best way to go about doing this? A …

  9. Bluetooth mesh simulator - Stack Overflow

    Aug 31, 2021 · I am working on a project that involves Bluetooth Mesh Network (based on BLE) that was standardized with Bluetooth version 5.0. I am searching for a suitable simulator for at …

  10. Google Nearby Connection: How to build up a Mesh Network …

    Jul 3, 2019 · Q1: How to connect 5-10 devices in a Mesh Network with Nearby-Connections-API & how to handle them? Q2: For example: how can I send a Payload from node 1 to node 4? …