This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Description
When I study happy follow page below:
https://codelabs.developers.google.com/codelabs/happy-weave-getting-started/#7
I found that loading pre-defined topology with access point (AP) and service nodes command is not correct.
this is what it says:
$ weave-state-load ~/happy/topologies/thread_wifi_ap_service.json
And the implementation should be:
$ weave-state-load ~/happy/topologies/standalone/thread_wifi_ap_service.json
Corresponding,
$ weave-state-load ~/happy/topologies/thread_wifi_ap_internet.json
Should be:
$ weave-state-load ~/happy/topologies/dynamic/thread_wifi_ap_internet.json