https://github.com/mazensayed91/3-tier-application
https://github.com/mazensayed91/3-tier-application
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mazensayed91/3-tier-application
- Owner: Mazensayed91
- License: mit
- Created: 2021-11-01T19:00:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-02T19:36:53.000Z (over 4 years ago)
- Last Synced: 2025-04-04T08:47:35.527Z (over 1 year ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3-tier-application
This an implementation of a distributed monitoring system that is used in a mega-city to control traffic in the streets. It consists of a set of sensors, surveillance cameras, electronic traffic signs, in addition to a set of computers each of them is responsible for an
area in the city. It has also a set of servers that collect the requests from the computers and process
them based on a global view of the traffic in the whole city. These servers provide the reply in terms
of a set of recommendations to the computers, where they, in turn, send these recommendations to
the drivers in the streets. The recommendations mainly provide guidelines for the state of the
different streets in the city and the best route for the driver to reach a specific point in the city.
