Code Monkey home page Code Monkey logo

vtracer's Introduction

#Overview -> The VTracker application aims to manage distributed connected vehicles connectivity information and their owners information. The system is designed to maintain the status of the connection one time per minute. also it enables users to register a new owner (customer), add a new vehicle, view all vehicles status (Online/Offline) and vehicles owners, or to check connectivity with selected vehicles in real time.

#Capabilities -> Maintain vehicles connectivity status periodically: The system pings vehicles to send their status of the connection one time per minute.

-> Register New Owner: The user can add (register) a new owner (customer) entering their information (name, address, id). This is a pre-requisite for adding a new vehicle.

-> Add new vehicle: The user can add (register) a new vehicle which belongs to an owner (customer), entering vehicle information (regNr, vehicleId, owner, status(online, offline)).

-> Check vehicle connectivity: The user can select a vehicle from the list and checks it's connectivity, the system tries to ping the selected vehicle, and detectd whether it was online or offline.

#System design: -> Restfull APIs Java back-end module to serve the vehicles and vehicle owners operations, along with data store (data store in this version is in-memory h2 based database). -> A Single Page Application front-end framework will be selected (React.js is the closest). Vehicle status refreshing activity will be delegeted to the front-end to perform a periodic check, calling an API from the back-end (which is a simulator in this version).

#Used technologies: -> Spring Boot, Maven, H2 Database, Rest

vtracer's People

Watchers

 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.