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
3
votes
1 answer

How do two Bitcoin clients discover each other?

I'm interested in how two peer-to-peer clients can join each other in a mesh network like Bitcoin clients can. So when I fire up Bitcoin, how is my client joining all the others? How does it find the very first peer (who probably knows where others…
Cody Smith
  • 2,524
  • 3
  • 25
  • 40
2
votes
1 answer

Can we access same BLE Mesh network from one phone to other

I'm working on a BLE Mesh project in which I have successfully implemented the BLE Mesh node provisioning and controlling. Now I want to control the same network with another phone. How to export and import the same network and data to another…
Ankit
  • 89
  • 7
2
votes
0 answers

Service mesh with consul and docker swarm EE

I'm new in service mesh with Consul. I found a lot of documentation about using Consul and Envoy for service mesh in K8S but I'm not finding much documentation about using it on docker swarm (Enterprise Edition). My question is: is it possible to…
2
votes
0 answers

Enable App Mesh integration in Terraform for AWS ECS Fargate

I did a lot of struggle in google and not finding any solution, I am finally reaching out to you for help. I recently extensively worked and completed infra code to deploy a couple of microservices to Fargate. Everything went well. But I have got…
Sandy
  • 21
  • 1
2
votes
1 answer

Configuring multiple gateways in a batman-adv mesh network

I have been able to set up a wireless mesh network using batman-adv running on a few Raspberry Pis. The Pis are able to detect each other on the mesh, communicate between each other, and share an internet connection if any Pi on the network is…
Haris
  • 521
  • 1
  • 6
  • 13
2
votes
0 answers

NS2: How to simulate nodes running two different mac protocols in a single network?

I want to modify the existing routing protocol and simulate how well does it work on a network with two different types of nodes, cars with 802.11p and AP on the roadside with 802.3. Does anyone know how to run a routing protocol simulation on a…
周伯威
  • 29
  • 2
2
votes
1 answer

Raspberry Pi 4 Bluetooth LE (BLE) Mesh with nRF52832

I'd like to use Raspberry Pi 4 to collect data from several BLE mesh supported devices (beacons) that uses a chip like nRF52832, nRF52833 or nRF52840. I know that Pi 4 comes with bluetooth 5.0. My question is, can I use Pi 4 as it is without any…
semurg
  • 23
  • 7
2
votes
1 answer

How to implement a Mesh network in Android

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. But what we really need is to have all devices receive and send data…
2
votes
0 answers

Mesh Networking with a Multiple Raspberry PIs

I am interested in figuring out how to set up a network between X amounts of devices in which they could come and go from the network with nodes. Just as the python library https://github.com/pirate/mesh-networking outlines. My question is how do I…
Gittb
  • 61
  • 1
  • 9
2
votes
1 answer

What is P2P and mesh networks? Can anyone help me in this?

Right now I am working on a project which fully depends on peer-to-peer communication (ie, no centralized server) with no internet connection. I'm studying about peer-to-peer for the last week, I came to know about the mesh network things. It seems…
VinoPravin
  • 763
  • 1
  • 11
  • 26
2
votes
1 answer

How to enable the ad-hoc mode in Android phones without rooting it?

I am developing an Android application, which will be used in disaster situations and guide the effected ones, from where to evacuate safely. A mesh network will be established in a particular area by enabling the ad-hoc mode. It's not possible…
Ahmed Qayyum
  • 129
  • 1
  • 10
2
votes
1 answer

Mesh network Xbee, Python

I have a mesh network running with Xbees. I have to total possible nodes (i.e 20) in the network along with their addresses. I want to create a script that would tell me which of the nodes are on (in case some turn off for what ever reason). How can…
39fredy
  • 1,626
  • 1
  • 14
  • 33
2
votes
1 answer

Provision with Vagrant on a box that uses Busybox

When I try provisioning on my Freifunk gluon node like I do it on my other debian machines: Vagrant.configure("2") do |config| config.vm.provision "shell", path: "bootstrap-node.sh" end Then I get the error: The configured shell…
rubo77
  • 15,234
  • 23
  • 111
  • 195
2
votes
3 answers

Mesh/p2p network on android, without user interaction

We are a group of computer science student, currently working on a project as part of our Master. Our problem is as follows. We are working on an app for Android that requires devices to exchange small amounts of data. This needs to work without…
2
votes
0 answers

Install iw for AR Drone

I am involved in a project using a Parrot AR Drone 1.0 that I would like to attach an USB dongle to act as a mesh node. But for that I need to install a software called iw, which is like an improvement of iwconfig, I am following the instructions of…