Questions tagged [mesh-network]

Mesh networking is a type of networking where each node must not only capture and disseminate its own data, but also serve as a relay for other nodes, that is, it must collaborate to propagate the data in the network.

Mesh networking is a type of networking where each node must not only capture and disseminate its own data, but also serve as a relay for other nodes, that is, it must collaborate to propagate the data in the network.

A mesh network can be designed using a flooding technique or a routing technique. When using a routing technique, the message propagates along a path, by hopping from node to node until the destination is reached. To ensure all its paths' availability, a routing network must allow for continuous connections and reconfiguration around broken or blocked paths, using self-healing algorithms.

98 questions
24
votes
6 answers

Bluetooth mesh networking?

I had an Idea and I was wondering if it was possible. I've googled it and can't seem to find any existing solutions. I was thinking of having a Bluetooth mesh network. The layout I was hoping to achieve is to have one central station (PC with…
10
votes
1 answer

Mesh networks with master/slave setup

Imagine there is a big physical open-space with 100s of IoT devices. All of them are inter-connected to each other through a mesh network (adhoc wifi) and each device has it's own data. Since it's a big space, the wifi router/access point can only…
ed1t
  • 7,849
  • 16
  • 62
  • 101
8
votes
0 answers

Assigning Wifi Direct Group Owner's IP address in Android

I am working on building a mesh of android devices using Wifi Direct and Wifi. My basic scheme is as follows: 1) Each node builds a Wifi Direct Group Owner (GO) access point using the WifiP2pManager.createGroup() method. It then advertises it by…
8
votes
1 answer

Mesh networking under iOS

I have read that Apple added support for mesh networking in iOS 7.1 and now I'm pretty curious to see some working examples and/or tutorials on how to set these things up. Has anyone any experience on that? Basically I would like to start letting 2…
gasparuff
  • 2,185
  • 24
  • 45
6
votes
0 answers

Android P2P direct connection for multiple devices. Peer as GroupOwner and client at the same time

I want to create a chat application (without internet connection) for Android-based on P2P communication via WI-FI (or Bluetooth) between 3 or more devices. I would like every device to have a direct connection to all devices. I know that android…
qba7
  • 61
  • 3
6
votes
2 answers

Mesh networking from iOS to Android

Is there any framework that connects an iOS device to an Android device using a mesh network? There are apps like FireChat that ables users to speak to each other using only Bluetooth and wifi (via Apple's multipeer connectivity framework). But is…
5
votes
6 answers

Wireless mesh networking on Raspberry Pi using batman-adv protocol

So I'm trying to setup a wireless mesh network using Raspberry Pi's, with the Edimax EW-7811Un WLAN Adapter and the batman-adv protocol. I've tried following the basic setup guides…
Rich
  • 61
  • 1
  • 1
  • 6
5
votes
2 answers

Creating Zigbee Ad-hoc Network in a dynamic environment

We are working on a project to create a V2V ad-hoc network between vehicles. Basically we are deploying Raspberry Pis in vehicles and we are using Xbee modules and Zigbee protocol in order to exchange data between vehicles if they are near from each…
user1920191
  • 71
  • 1
  • 5
5
votes
3 answers

ZigBee Mesh VS DigiMesh

Which is better, ZigBee Mesh (Series 2) or DigiMesh (Series 1)? I have already read Wireless Mesh Networking, ZigBee vs. DigiMesh (PDF format), but I noted there are many advantages of using DigiMesh, instead, I expected to read that Series 2 is…
Nicola
  • 305
  • 1
  • 6
  • 18
5
votes
1 answer

Wireless Ad-Hoc mesh network implementation for Windows 7

I have been looking into Mesh Connectivity Layer on Microsoft Research. The implementation seems to be applicable only for Windows XP. Is there any freely available Ad-hoc Mesh support to help me with Multi-hop ad-hoc mesh networking? I am using…
bdhar
  • 17,821
  • 16
  • 62
  • 84
4
votes
2 answers

How to force a multihopping topology with xbee zb?

I use some xbee (s2) modules with zb stack for mesh networking evaluation. Therefore a multi hopping environment has to be created. The problem is, that the firmware handles the association for themselves and there is no way deeper into the stack as…
Tobias Junge
  • 105
  • 7
3
votes
2 answers

Geolocation-based, wireless mesh routing algorithm: useful?

I'm in a team and we are supposed to be setting up a 'geolocation-based', ipv6, wifi mesh network to run on google android. The idea is to use the geolocation (latitude, longitude, altitude) of each node to generate the IPv6 address, then use that…
timoxley
  • 4,869
  • 3
  • 32
  • 38
3
votes
1 answer

Is there any alternative approach to implement WebRTC SFU, to have only 1 upload stream?

I have a server which is able to relay the WebRTC media data from A to B. For the video conferencing, if we go with P2P approach then a mesh network is created. Whenever P2P doesn't work, we can have this relay server. The main problem is that in…
iammilind
  • 62,239
  • 27
  • 150
  • 297
3
votes
1 answer

Consul & Envoy Integration

Background I came from HAproxy background and recently there is a lot of hype around "Service Mesh" Architecture. Long story short, I began to learn "Envoy" and "Consul". I develop an understanding that Envoy is a proxy software but using sidecar…
Mistletoe
  • 195
  • 1
  • 9
3
votes
3 answers

How to use SPAN [Smart Phone Ad-hoc Network] Framework to establish a Mesh Network?

I am working on an android based application, which will be used in the emergency or disaster situations to help the user, which path to follow to evacuate safely. Therefore, in this regard I need to establish a mesh network between the users in a…
Ahmed Qayyum
  • 129
  • 1
  • 10
1
2 3 4 5 6 7