SOFTWARE INTRODUCTION
- Firmware: package and library compilation
- Software: files uploads, fix layout, system, router name config, access point
- Interface : CSS, typo and layout
- Template: files organization
- Software testing && debugging
Reboot ]
About the project
*The.Wrong software load the locally-hosted website http://the.wrong/router (.jpg, .gif, .mp4, .pdf, .mp3 // html, php, js, css) images and data files will be charger from the USB drive. The project is based on Piratebox. Developed by Matthias Strubel & Miyö Van Stenis.
*The.Wrong router is a device designed and engineered to display digital art to everyone nearby with a smart phone or tablet, via WiFi.
Hardware Highlights
The Wrong Router v1:
- Powered by MTK 7628NN 580Mhz SoC
- 300Mbps high speed
- Small, light, easy to use
- The.Wrong Router software pre-installed
- Increased RAM from 64MB to 128 MB
- Better Wi-Fi signal with MTK driver
download a text editor for code in your computer sublime text will do. you can use your computer notepad app but we recommend an advance tool.
edit the pages index.html and nothing.html, this pages will contain the presentation of your project
index.html it’s a page that only hold an image preview for each artist, this images are link to each artist html, that you will find in the directory: content >
art pages organized by number 01.html, 02.html, 03.html, and so on...
keep in mind that you’ve 11 images, #1 will be in this case your “about” that links to “nothing.html”
edit nothing.html, when you open this file you’ll see that the website layout is inside
place here your title or headline.
will be the place to write you description, every new
it’s a new paragraph.
it’s a line break, you can used for phrasing content.
easy, right?!
edit your artists pages 01.html, 02.html, 03.html and 04.html are our exemple pages, the rest are just blank waiting for your content! 01.html, it’s our video preview, you’ll have the same layout everytime, inside you have:
your description a second title with a different style
#artwork
video add a video .pm4; our default file is called video01.mp4 you can rename your file to to video01.mp4 if not you may have to change the name of the file.
add here artwork information or title <iframe width="560" height="315" You need to put here the real dimension of the video. src="img/01/video01.mp4" frameborder="0" allowfullscreen> you can change here the name of your video file replacing the directory and file name.
edit 02.html, it’s our image preview, it has the same layout as 01.html (see above)
images add an image: .jpg.tiff.png.gif; our default file is called 01.jpg you can rename your file to 01 or you can the name of the file.
add here artwork information or title:03.html, it’s our exemple for net.art pieces
preview image with link for work
This link the image to the artist net.art piece to have a full screen experience, just replace the url
image preview of the artwork
net.art
add a Net.art work: add the art files in the artist directory, for this template is img/03/
will allow to recognize your content as a net.art
add here artwork information or title
<iframe width="800" height="700" frameborder="0" please keep it like this.
src="img/03/index.html"> you can add an iframe preview here, changing the src directory of your preference, keep in mind that you have a link on the image on the top of the page for full experience.
audio
add an Audio .mp3 format; our default file is called audio04.pm3 you can rename your file to audio04 or you can modify the name of the file.
will allow to recominzed your content as a Audio
add here artwork information or title <iframe width="800" height="700" frameborder="0" please keep it like this. src="img/03/index.html"> you can add an iframe preview here, changing the src directory of your preference, keep in mind that you have a link on the image on the top of the page for full experience.
audio add an Audio .mp3 format; our default file is called audio04.pm3 you can rename your file to audio04 or you can modify the name of the file.