Skip to content

nicobokhari13/VehicleDatabusSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vehicle Databus Simulator

This project allows the user to send specific events to a Vehicle, and witness how the Vehicle reacts to the specific event. The Vehicle implements the Data Bus design pattern in order to facilitate complex component communication such that the Vehicle's components can respond to the event inputted by the user.

Purpose

This software was created as a demo to a research project for the course CIS476:Software Architecture and Design Patterns offered at University of Michigan - Dearborn. I completed this course as a requirement for my Software Engineering degree.

Overview

For this project, I...

  • researched the Data Bus Design Pattern
  • created a presentation showcasing my findings
  • developed this software project to apply the Data Bus Pattern
  • produced and editted a video presenting my research and demoing this project

Products

Tools Used

  • Java 17
  • Eclipse

To run this project:

java -jar databus-app.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages