Skip to content

BobAfwata/ampelding

 
 

Repository files navigation

Ampelding

A Jenkins traffic light based on Android Things.

Ampelding

Usage

(Only Raspberry Pi support for now)

  • Connect red light to BCM4
  • Connect green light to BCM17
  • Configure app via ADB:
adb shell am start \
    -n de.bolz.ampelding/.MainActivity \
    -e indicator_id 0 \
    -e base_url <Jenkins base URL> \
    -e job_name <job name> \
    -e jenkins_user <Jenkins user> \
    -e api_token <the user's api token>

Soon to come:

  • Multi job support
  • Support for devices other than RPI
  • configuration persistence

Contributions welcome :-)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%