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:
@@ -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)
|
||||
```
|
||||

|
||||
|
||||
There could be any number of mesh nodes in the Ad-Hoc WiFi Network. The route among the nodes is managed entirely with OLSR.
|
||||
|
||||
|
Reference in New Issue
Block a user