0
0
mirror of https://github.com/urlgrey/hsmm-pi synced 2025-10-05 16:02:50 +02:00

Created diagram to demonstrate example mesh network

This commit is contained in:
Duncan X. Simpson
2016-05-19 09:56:37 -07:00
parent b48e47acc2
commit bab560bce6

View File

@@ -47,12 +47,9 @@ A node in Mesh Gateway mode routes traffic throughout the mesh, and provides the
Internal Mode
-------------
A node in Internal mode routes traffic throughout the mesh and provides mesh access to any hosts connected to its wired Ethernet port. The node in this mode runs a DHCP server that *issues* DHCP leases to any hosts on the wired connection. It also runs a DNS server that can provide name resolution for both mesh nodes and Internet hosts. The following sequence shows how the two types of nodes can be deployed:
A node in Internal mode routes traffic throughout the mesh and provides mesh access to any hosts connected to its wired Ethernet port. The node in this mode runs a DHCP server that *issues* DHCP leases to any hosts on the wired connection. It also runs a DNS server that can provide name resolution for both mesh nodes and Internet hosts. The following diagram shows how the two types of nodes can be deployed:
```
(Client1) --> (Switch) --> (Internal Mesh Node) -->
(Ad-Hoc WiFi Network) --> (Mesh Gateway) --> (Internet)
```
![Diagram](http://i.imgur.com/sfR3Q12.png)
There could be any number of mesh nodes in the Ad-Hoc WiFi Network. The route among the nodes is managed entirely with OLSR.