Git Product home page Git Product logo

gps-tracking-server's Introduction

gps-tracking-server

Java and MongoDB based GPS object tracking server (TCP). This server can be used to handle TCP requests coming from GPS devices compatible with TK103 GPS data communication protocol.

Functionalities
  • Read incoming request and parse data stream.
  • Handle handshake signals and continues feedback requests.
  • Process location requests.
  • Find last known location within 30 seconds of time period and calculate distance between those two coordinates.
  • Insert processed coordinate to database.
  • Publish the coordinate to topic COO. ActiveMQ broker for live streaming, another service may subscribe to message topic /topic/COO. to retrieve data.
  • Publish message to REQSTATUS. topic (for analytics purposes).
  • Sends periodic reports about system status to given emails.
  • Sends periodic reports to given emails to notify recent offline devices.

(In order to make it work, ActiveMQ message publishing and email service must be enabled in system.yml)

Support
  • Supports for TK103 protocol.
  • Netty 4.0
  • MongoDB 3.6 as database.
  • ActiveMQ 5.14.5 as messaging server.
Installation
  • Maven clean and build project.
  • Copy gps folder to /opt directory.
  • Update system.yml file.
  • Run jar file named GpsServer2-2.0.0.
  • Additionally it is possible to use ubuntu upstart config file to run as background service, for that,
    • Rename GpsServer2-2.0.0-jar-with-dependencies.jar into GpsServer.jar.
    • Place this jar file on /opt directory.
    • Place gpsserver.conf file on /etc/init directiry, then start the service using service gpsserver start.
    • You can change this settings.

gps-tracking-server's People

Contributors

benj-c avatar

Watchers

James Cloos avatar  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.