tomesh.101 experience is where introductory outreach and educational materials for Toronto Mesh tomesh.net are worked on and stored. This is a working repository, as a result, a lot of the material in here is in draft form.
The repository is structured as follows:
glossary/
contains key terminology and definitions relevant to mesh networkingpresentations/
contains presentation materials (including slides and facilitation guides)reference-spec/
will contain formalized reference description including steps required, hardware, software and scripts, and mesh naming convention materialstutorial/
will contain introductory materials for connecting to a mesh network using a pi3workshops/
contains workshops materials (including slides and facilitation guides)
The organization of this is based on outreach materials conversations on May 20 and June 02.
Presentations are currently using the presentation tool showoff.
Static versions of presentations are always available online at tomeshnet.github.io/tomesh.101/
If you would like to run presentations locally or make changes you'll have to do the following:
-
Clone this repository to your computer.
-
Install showoff, showoff is written in ruby and comes as a packaged gem
$ gem install showoff
-
Run showoff from the repository
presentations/<presentation-name>
directory$ showoff serve
-
To view, in your preferred browser navigate to:
http://0.0.0.0:9090