892
edits
(→ToDo) |
|||
Line 32: | Line 32: | ||
* Support TDMA on Linux (Adri is working on FreeBSD support, maybe we can port). | * Support TDMA on Linux (Adri is working on FreeBSD support, maybe we can port). | ||
= Stuff we are working on = | |||
= Stuff | |||
<big>Ranked from most to least important</big> | <big>Ranked from most to least important</big> | ||
Line 88: | Line 61: | ||
[[User:maxb|maxb]] has implemented a MVP of this. Chris (snake_wrangler) is working on polishing, etc. it. | [[User:maxb|maxb]] has implemented a MVP of this. Chris (snake_wrangler) is working on polishing, etc. it. | ||
== Extender node firmware == | == Extender node firmware == | ||
See the [[Technical Overview]] to learn about home nodes and extender nodes. | |||
With the extender node firmware we're targeting a variety of hardware (if not chipsets), and we don't want to run any sort of makenode after the firmware has been flashed. | |||
We're doing this by creating a /file/etc/uci-defaults script which will run first boot and can set configs depending on the "board" type: | |||
[https://gist.github.com/max-b/97bd7d59259cfbdfbbb2 uci-defaults script gist] | [https://gist.github.com/max-b/97bd7d59259cfbdfbbb2 uci-defaults script gist] | ||
== Mesh Protocol == | == Mesh Protocol == | ||
Line 118: | Line 81: | ||
== Multiple virtual network interfaces with their own SSIDs == | == Multiple virtual network interfaces with their own SSIDs == | ||
* | *The Mesh interface: An ad-hock mode, unprotected interface for the mesh nodes to talk to each other with Babel handling routing, ssid: pplsopen-node2node | ||
* | *The Open interface: An access-point-mode, unprotected interface, for non-mesh devices to connect to the mesh, ssid: peoplesopen.net | ||
* | *The Private interface: An access-point mode, private interface with WPA2, for the people who own the nodes, ssid: Decided by node owner | ||
Traffic on the private interface should be completely separated from traffic on the non-private interfaces unless a client connected to the private interface requests an IP on the mesh. | Traffic on the private interface should be completely separated from traffic on the non-private interfaces unless a client connected to the private interface requests an IP on the mesh. | ||
Line 213: | Line 176: | ||
Here is our [[Mesh/Network_topology|Network Topology]]. | Here is our [[Mesh/Network_topology|Network Topology]]. | ||
== Mesh | == Mesh VPuN == | ||
If the mesh does not see any other nodes (and maybe even if it does?), and it has internet, then it should connect to another node or two over | If the mesh does not see any other nodes (and maybe even if it does?), and it has internet, then it should connect to another node or two over a [[VPuN]] server. The easy solution is to use the same VPuN servers as for the internet connection. | ||
[[Mesh/Network_topology|Network Topology]] | [[Mesh/Network_topology|Network Topology]] | ||
Status: Implemented | Status: Implemented | ||
== Location and status reporting == | == Location and status reporting == | ||
Line 242: | Line 204: | ||
== Intelligent Wifi Channel Switching == | == Intelligent Wifi Channel Switching == | ||
It would be nice to be able to have the network intelligently determine channels | It would be nice to be able to have the network intelligently determine channels but we don't want a node changing channel if it means other nodes connected to it will have to change as well so it may make sense to only set the channel once on first boot based on which channels have other nodes. | ||
== IPv6 support == | == IPv6 support == | ||
We should have IPv6 support, but I am ok with launching the mesh with only IPv4 and adding in IPv6 later. ([[User:Juul|Juul]] ([[User talk:Juul|talk]])) | We should have IPv6 support, but I am ok with launching the mesh with only IPv4 and adding in IPv6 later. We can do without IPv6 but not without IPv4 ([[User:Juul|Juul]] ([[User talk:Juul|talk]])) | ||
= Stuff the firmware could have = | = Stuff the firmware could have = | ||
Line 286: | Line 248: | ||
The MyNets are no longer in production, but the TL-WDR4300 are the exact same board, just with external antennas. | The MyNets are no longer in production, but the TL-WDR4300 are the exact same board, just with external antennas. | ||
Then we | Then we are using [[extender node|extender nodes]] which plug into the home node and just bridge/forward traffic. This could theoretically be any router which supports openwrt. We've begun by targeting a variety of ubiquiti long-distance outdoor radios (Nanostation M line, Bullet M line, Picostation M line, Nanobridge/beam/etc). | ||
We would also like to support non-openwrt routers (like Ubiquiti Airfiber and Nanobeam 802.11ac devices) but these will only be able to extend one of the three networks (Mesh, Public or Private) and will need to use WDS mode to do so (at least for Mesh). |