Git Product home page Git Product logo

shreaker / v2i-traffic-light-demonstrator Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 5.0 35.59 MB

V2I Traffic Light Demonstrator (vehicle-to-infrastructure)

Home Page: https://shreaker.github.io/V2I-Traffic-Light-Demonstrator

License: GNU General Public License v3.0

Java 91.49% CMake 0.23% C++ 6.24% C 0.09% Shell 0.93% Python 1.02%
vehicle-to-everything-communication car-to-car-communication v2x v2i

v2i-traffic-light-demonstrator's Introduction

V2I-Traffic-Light-Demonstrator

V2I Traffic Light Demonstrator (vehicle-to-infrastructure communication)

Embedded Computing Master @ Munich University of Applied Science MUAS

Paper and project for SKILL 2017 @ Leipzig University

Project webpage

Project webpage

Paper

Paper

Use cases

Use cases

Source code

Source code

Raspberry / Traffic Light Application

Steps for building the traffic light application:

  1. (Get a Debian based host system, we used Ubuntu 16.04)
  2. Get the Linaro toolchain for ARM gcc-linaro-4.9-2016.02-x86_64_arm-linux-gnueabihf
  3. Extract it somewhere
  4. Look into the build script Raspberry_App/toolchain-build/cross-compile-libs.sh
  5. It has no error checking, so it's not meant to be run as a whole.
  6. Adjust the parameters at the beginning according to your system and run the commands one by one.
  7. You should now have a Raspbian image in /tmp. Store it somewhere, where it won't get deleted
  8. Use Raspberry_App/toolchain-build/mount-raspbian.sh to mount it
  9. Use CMake for building:
cd Raspberry_App/TrafficLight
mkdir build && cd build
cmake -D CMAKE_TOOLCHAIN_FILE="/path/to/rpi-toolchain.cmake" -D PIROOT="/path/to/rasp-pi-rootfs" -D TOOLCHAIN="/path/to/gcc-linaro-4.9-2016.02-x86_64_arm-linux-gnueabihf" ..
make
  • For the configuration of Wifi (password), network etc. see cross-compile-libs.sh

Statemachine Raspberry App

Statemachine_Raspberry_App

Android App / Interacting with Traffic Light Application

  • Optimized for 5.2" 1920 ร— 1080 Pixel (e.g. Nexus 5X)
  • Android version 6, 7 or higher required
  • Build with Android Studio
  • Screenshot:

Android App screenshot

Demonstrator

Demonstrator

v2i-traffic-light-demonstrator's People

Contributors

shreaker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.