Difference between revisions of "WiFi book"

From Publication Station
Line 1: Line 1:
https://opencourse.mywdka.nl/openaanbod/wp-content/uploads/sites/260/2017/01/bibliotecha-logo.png
=Resources=
* Git repository https://github.com/wdka-publicationSt/WiFi-Book
* Git repository https://github.com/wdka-publicationSt/WiFi-Book
* Pad https://stuff2233.club/padlife/p/wifibook
*


=Day 1=
=Day 1=
Line 8: Line 13:
* ''' ''What content'' does the Wifi book provide?'''
* ''' ''What content'' does the Wifi book provide?'''


== Publishing projects that make use of Wifi ==
== WiFi publications and interventions ==


[http://bibliotecha.info/ Bibliotecha]  
[http://bibliotecha.info/ Bibliotecha]  


http://bibliotecha.info/imgs/data/book/web/04_bibliotecha.png
http://bibliotecha.info/imgs/data/book/web/04_bibliotecha.png




Line 25: Line 31:




Publication Station [http://publicationstation.wdka.hro.nl/wiki/index.php/EMOON EMOON]  
[http://apd.lnd4.net/# A Public Domain] by lnd4 (aka Linda Hilfling)
 




Line 37: Line 44:


== content ==
== content ==
''De Hel van het Eschmarkerveld'' by Kim Hospers
''De Hel van het Eschmarkerveld'' by Kim Hospers will be the content to the book. However you can choose to use and develop other content that you consider more appropriate for a Wifi Book. Or you can add other content to the ''De Hel van het Eschmarkerveld'', such as audio, video, images or texts.
 
The ''De Hel van het Eschmarkerveld'' is only content (in HTML) with some structure. It contains no style (CSS).
 
Go through the content and discuss with your group how do you want to:
* present that content: how it should look like
* structure the content: do you want have in a continuous flow, or in "pages"
* navigate it: by scrolling, clicking "next page", clicking a menu that links to the different parts of the book
* add extra material 
 
Most likely the WiFi book will be a website. Therefore, before having it in the Wifi Book device it should work on your laptops
 
Download content from Git https://github.com/wdka-publicationSt/WiFi-Book/archive/master.zip
 
== collaborative tools==
If you want to work together on the same document (e.g. an HTML file) you can use the collaborative editing software [https://stuff2233.club/padlife/ etherpad]
 
You just need to create a new pad, share its address with you group and start typing away.
 
You can use the program - <code>tools/download-pad.sh</code>
 
 


Download it from Git https://github.com/wdka-publicationSt/WiFi-Book
 
-----




Line 52: Line 81:


* redirect to file
* redirect to file
------
=Router =
TP-Link TL-WR703N
* a cheap router
* can easily run [https://openwrt.org/ OpenWrt]  - a Linux distribution for routers
==How to run OpenWrt in TL-WR703N==
* Look for the TL-WR703N (or other supported router) in [https://wiki.openwrt.org/toh/start OpenWrt Table of Hardware] and go to its [https://wiki.openwrt.org/toh/tp-link/tl-wr703n]
* In the section '''Flashing''': Download latest squashfs-factory.bin - the firmaware
* when the firmware download is completed: connect Ethernet cable between computer and to router and establish a connection
* go to TP link administration page at htttp://tplinklogin.net
** (default) login: admin 
** (default) password: admin
* upgrade firmware to the downloaded image http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/openwrt-ar71xx-generic-tl-wr841n-v9-squashfs-factory.bin
* after firmware is upgrade (image is flashed) access openwrt admin interface at http://192.168.1.1/

Revision as of 09:36, 8 March 2017

https://opencourse.mywdka.nl/openaanbod/wp-content/uploads/sites/260/2017/01/bibliotecha-logo.png

Resources

Day 1

WiFi book brain storm

  • What is a Wifi book?
  • How does the Wifi book work?
  • Why would you create a Wifi book?
  • What content does the Wifi book provide?

WiFi publications and interventions

Bibliotecha

http://bibliotecha.info/imgs/data/book/web/04_bibliotecha.png


Pirate box

https://piratebox.cc/_media/piratebox-openwrt.300.gif


Weise7 in/compatible Laboratorium Archive

https://julianoliver.com/output/images/weise7-book/weise7-book-home5.jpg


A Public Domain by lnd4 (aka Linda Hilfling)



web browser as the interface

html and CSS as the main way to structure and style content: can also include text, images, videos, audio, SVG illustrations.


content

De Hel van het Eschmarkerveld by Kim Hospers will be the content to the book. However you can choose to use and develop other content that you consider more appropriate for a Wifi Book. Or you can add other content to the De Hel van het Eschmarkerveld, such as audio, video, images or texts.

The De Hel van het Eschmarkerveld is only content (in HTML) with some structure. It contains no style (CSS).

Go through the content and discuss with your group how do you want to:

  • present that content: how it should look like
  • structure the content: do you want have in a continuous flow, or in "pages"
  • navigate it: by scrolling, clicking "next page", clicking a menu that links to the different parts of the book
  • add extra material

Most likely the WiFi book will be a website. Therefore, before having it in the Wifi Book device it should work on your laptops

Download content from Git https://github.com/wdka-publicationSt/WiFi-Book/archive/master.zip

collaborative tools

If you want to work together on the same document (e.g. an HTML file) you can use the collaborative editing software etherpad

You just need to create a new pad, share its address with you group and start typing away.

You can use the program - tools/download-pad.sh






open wrt

  • redirect to file




Router

TP-Link TL-WR703N

  • a cheap router
  • can easily run OpenWrt - a Linux distribution for routers


How to run OpenWrt in TL-WR703N

  • Look for the TL-WR703N (or other supported router) in OpenWrt Table of Hardware and go to its [1]
  • In the section Flashing: Download latest squashfs-factory.bin - the firmaware