Git Product home page Git Product logo

9pad's Introduction

MatrixZ

Interactive 3x3 iPad matrix for showrooms.

Content documents are placed in static_content and are named (C0 ... Cn) (.jpg | .mp4). The navigation screens (3-tile-png-images, 1024x461 for iPad air) are placed in client/9pad/resources/images. There is a GIMP template for the navigation screens in the script folder (page_template.xcf).

You will need a bash shell (e.g. cygwin) to create resource pages and carousel items.

Exchange Content

In order to exchange the content of the application:

  • Backup and remove old content (*.html, *.jpg, *.mp4) in static_content
  • Place new content in static_content, named and indexed C(0..n).(jpg|mp4), e.g. C0.jpg, C15.mp4
  • Place navigation screens into /client/9Pad/resources/images
  • run the script create_content.sh in the script folder to create content pages
  • run the script create_pages.sh in the script folder to create navigation pages

NOTE: Since these scripts actually generate source code, the app will not run without running the scripts.

Installation and Operation

In order to install and run the system:

  • Install Apache web server and node.js on the machine to act as a server
  • Deploy the client-folder on the web server
  • Place the server-folder somewhere on the same machine
  • Modify the coordinator address in client/frontend.js to match the ip address of the server
  • Start the node.js coordinator process: $ node server/server
  • Point the iPads to the start page: http://server-address

Changelog

  • 2015

    • Replaced Content, cleaned up project
    • Added documentation.
    • Added index.html for easier client start and test of specific resources.
    • Pulled out carousel items from CarouselView in order to generate them.
    • Extended helper scripts.
  • 2014

    • Replaced content
    • Added helper scripts
    • Added multicolor bubbles
    • Implemented debouncing of carousel messages
    • Implemented reconnect for websockets (working on chrome but not on iPads?)

9pad's People

Contributors

michasattler avatar norberterhart avatar vogelb avatar matterlobby avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.