Git Product home page Git Product logo

johnpearce / digitalsignage Goto Github PK

View Code? Open in Web Editor NEW

This project forked from visionect/digitalsignage

0.0 2.0 0.0 3.1 MB

Demo Digital Signage System intended to be used with Visionect's E-Paper platform for quick-start. Based in Go and Javascript, built cross platform for Win, OSX and Linux. By:

Home Page: http://www.visionect.com

License: MIT License

Makefile 2.18% Go 48.12% HTML 49.69%

digitalsignage's Introduction

digitalsignage

Usage

  1. Download latest binary for your platform from GitHub releases

  2. Run it from Terminal or Command Prompt

    Optionally you can run it with -h flag to see what can be configured.

  3. Set Application URL for device in Visionect Server to http://<server_address>:<server_port>/screen (default port is 4000)

  4. You can use http://<server_address>:<server_port>/screen?x=<offset_x>&y=<offset_y> to display only a part of the screen. This enables you to tile multiple displays together and designate one to display a certain part of the image. The parameters disable the automatic image scaling.

Development

Backend

The whole backend is written in digitalsignage.go. It contains RESTful(ish) API for uploading, removing and selecting images. It also contains a template view that will display the current image.

We use bindata to package static files in the binary. For faster development you should use make debug that will only link files and not embed them in the binary (so you don't need to recompile every time you change files in static folder).

Frontend

Front end is done with Polymer. Everything custom is in files static/index.html and static/elements/visionect-images.html.

digitalsignage's People

Contributors

matevzmihalic avatar

Watchers

James Cloos 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.