No description
Find a file
Levi Lesches 9a01b1b443 Cleanup
2025-05-05 05:09:59 -04:00
.github GitHub Classroom Feedback 2025-02-03 17:26:51 +00:00
.vscode Fixed launch.json 2025-05-05 02:52:19 -04:00
etc Create presentation2_review.md 2025-04-28 12:11:52 -04:00
sprints Update client_meeting.md 2025-04-28 12:30:21 -04:00
src Cleanup 2025-05-05 05:09:59 -04:00
.gitignore Function client to send GET /path to server (#4) 2025-04-02 15:39:57 -04:00
demo.mp4 README stuff, hacky justfile added and demo is recorded 2025-05-04 23:45:50 -04:00
LICENSE work on readme and license 2025-05-04 22:58:16 -04:00
README.md README stuff, hacky justfile added and demo is recorded 2025-05-04 23:45:50 -04:00

Review Assignment Due Date

Binghamton Better Bus (BBB) v2

CS 445 Final Project

Spring, 2025

Team: Team 4

  • Spencer Powell
  • Levi Lesches

Getting Started

This project is a website which allows for picking a source and destination and getting the ideal bus route between the 2 given static information.

Roadmap

A list of features, function or non-functional, you would like to add in the future if you had time, i.e. Phase 2 stuff

  • Make use of time/direction information available in static scheduling information
  • Place our hardware on OCCT buses to remove ETA Spot dependence/legal question mark
    • Design/build hardware - Keyword reminder for mobile data: IoT data plan and/or M2M
    • Negotiate placing hardware on OCCT buses
  • Chat with BCT about getting their live bus info
  • Use machine learning to predict bus locations based on current position, current time of day and current route,

SRS

doc

Prerequisites

Installing

cd into the src directory and run just setup then run docker-compose build.

To run just run docker-compose up in the src directory, the site will be up on localhost:8080

Built With

License

DIY license written out which grants MIT rights to professor moore for the version of this submitted for grading and no rights to anyone else.

Acknowledgments

  • Claude and chatGPT were used for the creation of scripts for certain rote data conversion tasks
  • This project would not exist with the data it has if not for prior instances of attempts to make this idea by US, of particular note is the usage of GTFS data which was only learned of in a prior attempt with Lucy Loerker