https://github.com/christian-draeger/traffik
Web-Interface for the "Cleware USB Ampel" traffic-light
https://github.com/christian-draeger/traffik
Last synced: 5 months ago
JSON representation
Web-Interface for the "Cleware USB Ampel" traffic-light
- Host: GitHub
- URL: https://github.com/christian-draeger/traffik
- Owner: christian-draeger
- Created: 2019-01-28T10:52:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T11:00:51.000Z (over 6 years ago)
- Last Synced: 2025-02-17T02:13:01.692Z (8 months ago)
- Language: JavaScript
- Size: 909 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/christian-draeger/traffik)
Traffik
=======A Web-Interface to control [Cleware USB Ampel](http://www.cleware-shop.de/epages/63698188.sf/de_DE/?ObjectPath=/Shops/63698188/Products/61/SubProducts/61-1)
traffic light USB device.### Application
This Spring-Boot based application is written in Kotlin and uses the
[usb4java](http://usb4java.org/quickstart/javax-usb.html) high-level API that implements
the [javax-usb (JSR-80)](http://javax-usb.sourceforge.net/) standard to communicate
with the USB traffic light device.#### Development
run the Application (default on port 8080):
./mvnw spring-boot:run