Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egel/usb-mini-traffic-light
Interface to operate with Mini Traffic Light from Cleware GmbH
https://github.com/egel/usb-mini-traffic-light
Last synced: 5 days ago
JSON representation
Interface to operate with Mini Traffic Light from Cleware GmbH
- Host: GitHub
- URL: https://github.com/egel/usb-mini-traffic-light
- Owner: egel
- License: mit
- Created: 2019-06-23T18:55:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:41:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T21:42:15.607Z (about 1 month ago)
- Language: Dockerfile
- Size: 286 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# USB Mini Traffic Light
[![Build Status](https://travis-ci.org/egel/usb-mini-traffic-light.svg?branch=master)](https://travis-ci.org/egel/usb-mini-traffic-light)
[![MIT LICENSE](http://img.shields.io/badge/license-MIT-yellowgreen.svg?style=square)](https://github.com/egel/usb-mini-traffic-light/blob/master/LICENSE)> This small image allows you to easy use of [USB-MiniTrafficLight](http://www.cleware-shop.de/epages/63698188.sf/en_US/?ObjectPath=/Shops/63698188/Products/41/SubProducts/41-1) from Cleware GmbH.
## Use docker image
Connect your Mini Traffic Light to USB port and:
```bash
docker pull egel/usb-mini-traffic-light:latest
docker run -i -t --privileged egel/usb-mini-traffic-light:latest /bin/bash
/ $ sudo clewarecontrol -l# enable green light
/ $ sudo clewarecontrol -as 2 1
```> See more: `sudo clewarecontrol -h`