Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksiksi/roadomatic
Senior project in EE @ UAE University
https://github.com/aksiksi/roadomatic
Last synced: 6 days ago
JSON representation
Senior project in EE @ UAE University
- Host: GitHub
- URL: https://github.com/aksiksi/roadomatic
- Owner: aksiksi
- Created: 2015-10-11T08:44:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-06T10:53:24.000Z (almost 9 years ago)
- Last Synced: 2024-10-23T09:01:22.507Z (14 days ago)
- Language: Java
- Homepage: http://assil.me
- Size: 418 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roadomatic
Roadomatic is a complete road alert system my team is designing as a senior project in Electrical Engineering at UAE University.
## Outline
The system delivers road information in realtime to drivers. It consists of a client running on the driver's Android smartphone, a UDP server that handles requests from clients, a MongoDB database that stores road information, and a small Express web app that acts as a CRUD frontend for insertion of new roads into the database.
## Structure
* `client`: houses the Android application code; written in Java
* `server`: written in Node.js
- `admin.js`: the admin frontend web app
- `server.js`: the UDP server used to receive packets from clients; requires a running MongoDB instance