Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bengtmartensson/barcoderemote
An unusually silly IR remote control concept. Simple demo project for Girr/Girs concepts
https://github.com/bengtmartensson/barcoderemote
Last synced: about 1 month ago
JSON representation
An unusually silly IR remote control concept. Simple demo project for Girr/Girs concepts
- Host: GitHub
- URL: https://github.com/bengtmartensson/barcoderemote
- Owner: bengtmartensson
- License: gpl-3.0
- Created: 2019-05-19T11:26:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T12:01:39.000Z (over 5 years ago)
- Last Synced: 2024-10-22T11:23:32.029Z (3 months ago)
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BarcodeRemote
Simple demo project for Girr/Girs concepts. A pretty wacky concept for IR remote control.This README is just an outline of the concepts. Not yet implemented.
Input: One or more Remotes in the form of a set of [Girr](http://www.harctoolbox.org/Girr.html) files.
A "Host-based" program generates sheet-oriented images of barcodes, together with some human-oriented text,
intended for printing on a page-printer.
Every barcode should encode protocol and parameters, with the command name (and possibly other info) to be printed in human-readable text.When using, the user scans a bar code with a cheap scanner (USB keyboard compatible),
which sends corresponding command to a [Girs](http://www.harctoolbox.org/Girs.html) server.
(So it is really a Girs client.) Alternatively, the code can be rendered using [IrpTransmogrifier](https://github.com/bengtmartensson/IrpTransmogrifier).