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

BLE Mesh with Google Home and Apple Homekit

I'm currently in a project where we want to build up a BLE Mesh system with up to 100 nodes. We are struggling to find out, how it is possible to connect the Mesh network to google home or apple homekit. If there is a phone, a connection to google…
Hans
  • 11
  • 2
0
votes
1 answer

How To Speed Up Transfer Rate of Images Captured By Camera And Sent Using Python Sockets Over Mesh Network

I am capturing an image from one Pi 3 using the standard PiCamera python bindings. I then send this image to another Pi 3 over a WiFi mesh network created using batman-adv The code I've found for the socket part, sends the image len firstly, then…
Sam Hammamy
  • 10,125
  • 8
  • 43
  • 84
0
votes
0 answers

I wanted some material or reource on how to make the web-applications autonomic

Autonomic computing everywhere describes about the computer system but I could not find resources where i can use autonomic computing in my web applications. I wanted someone to suggest some material/book/resource where i can find how to implement…
Vinesh
  • 63
  • 1
  • 3
0
votes
0 answers

how to share internet of the smartphone over mesh network?

Is there any available solution (SDK) for creating a mesh network between iPhone users (Android users are in second priority) to share their internet (mobile data:4g) or consume another user's internet? we should be able to calculate consumed data…
0
votes
1 answer

Malformed Action frames in ns-3 mesh network simulation

I have built a simulation model of the IEEE 802.11s based mesh network in ns-3 version ns3.28. The network consists of one moving node moving randomly and three static nodes. The pcap file generated from the model when viewed in Wireshark shows…
0
votes
1 answer

Multi peer connection using Google Nearby Connection

I am working on my Bachelor Thesis and I have to implement an application using Google Nearby Connection API. The goal is to develop a disaster assistance app. I tested Google Nearby Connection for the past two day and I have some problems,…
user6936396
0
votes
0 answers

Mesh Networking in the Chrome/Firefox Extension Evnviorment

I'm currently making a Chrome/Firefox Extension, and the extension needs to make a BLE Mesh Network using the computer's Bluetooth capabilities. Is this possible is Pure JS, or do you have to use Browserify to get Node.JS working on a chrome…
0
votes
1 answer

How is a TCP mesh network formed

I want to make a mesh network with 3 nodes, like the following: B connected to A. B connected to C. A connected to C. This is my understanding: In order for B to connect to A, A will have a TCP server listening on port 8080. B has a TCP client…
Praveen
  • 2,280
  • 3
  • 17
  • 25
0
votes
1 answer

Connecting deepstream nodes directly

Deepstream docs: For smaller clusters it used to be possible to connect deepstream nodes directly in a full-mesh configuration (everyone-to-everyone). This feature has been deprecated in its current incarnation, but will soon be replaced by a more…
rambossa
  • 4,654
  • 6
  • 29
  • 45
0
votes
0 answers

Mesh networking using cell phone radio

EDIT: So in summary, this is not really possible, because of the scope of the software used to communicate with the antennae is to low level. It would be amazing, if this software was accessible to developers, as it would enable us to make more cool…
user6311692
0
votes
1 answer

What is the protocol for commands sent via xbee.send()?

I would like to use Digi XStick2 ZB (connected via USB and visible as serial interface on /dev/ttyUSB0) as a ZigBee controller for a bunch of ZigBee sensors and actuators (temperature and humidity, contact sensor, water leakage, power plug,...). In…
johndodo
  • 13,994
  • 13
  • 81
  • 105
0
votes
2 answers

Keep state synced among multiple peers

I need to create a (hopefully) simple p2p network where all clients need to maintain a shared set of settings. Some of the things my network needs to do: Continuously update each peer's state Perform commands Fetch & distribute shared resources to…
velis
  • 6,104
  • 4
  • 40
  • 50
0
votes
2 answers

uBudu Mesh Networking receiving messages

Does anybody know how to receive messages through uBudu Mesh Network? I'm working on an app using uBudu beacons and the general idea is to allow users to send messages to each other through these beacons. I've successfully hooked up iOS-Mesh-SDK as…
Huralnyk
  • 667
  • 7
  • 12
0
votes
1 answer

Is mesh networking possible through Safari on iOS?

Since iOS 7 was released, it's possible to connect devices through a mesh network using the Multipeer Connectivity Framework that can be used for app development. My question is, could the same type of connectivity that's achievable through an app…
aralar
  • 2,594
  • 4
  • 25
  • 41
0
votes
2 answers

Arduino: XBee mesh network

I'm a newbie with XBeeS2 module. I have several XBee "router" and 1 XBee "coordinator" on my home area network. A couple of questions: Can I change from my application (Arduino) the XBee address? Or each XBee address must be configured before with…
anthony
  • 6,803
  • 7
  • 39
  • 83