Giter Club home page Giter Club logo

flipdots's Introduction

Software for some flipdot pannels we have.

http://wiki.muc.ccc.de/flipdot:start

ethersex-flipdot is a submodule which contains firmware to receive and display data via ethernet.

netfbd is a submodule which contains a daemon to grab parts of a linux framebuffer and send via ethernet to the flipdots.

To init these submodules run 'git submodule init' and 'git submodule update'.

When updating the repository, make sure to also run 'git submodule init' again, to get the lastest changes inside the submodules.

scripts/ contains support scripts to send raw test data to the flipdots.

flipdots's People

Contributors

1uk4sh avatar 9r avatar cko avatar derchrisuk avatar dividuum avatar fpletz avatar leftshift avatar markus2342 avatar pc-coholic avatar robinkaranu avatar schneider42 avatar seelmann avatar sepi avatar winks avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flipdots's Issues

DynDNS

Something like dynDNS for the 3 IPv6es of the flipdotwall could finally end the mess with manually editing the prefixes in all the scripts everytime the wall moves...

Reimplement udp-receiver in C

The python file flipdots/rpi-demo/udp_receiver_and_translator.py runs on the zeile and the wand for the following reasons:

  • enable and disable 24V power as required
  • fix the strange orientation of the flipdots in the zeile.

Both should be features of the the udp-receiver.c

Refactor python2 scripts for python3

There are a number of python2 scripts in the scripts directory which should be converted to python3.

Typical issues to be encountered will be the use of strings as arguments to socket.sendto. This behaviour has changed with python3. socket.sendto now accepts a byte type as argument.
Ideally these affected scripts would be modified to use the FlipdotAPI which takes care of sending data to the flipdot matrix.

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.