Project Description:
Please note that the project is based on creating Device Communication Server (DCS) which should integrate
meiligo protocol to communicate successfully with OpenGTS.
Important note regarding the implemention of a device communication server:
Depending on the device protocol. To implement a server, you will likely
need an in-depth understanding of TCP/UDP based communication, and a good understanding of Java
programming techniques, including socket communication, multi-threading, and possibly bitwise manipulation
techniques for extracting bit fields from binary data (including knowing whether the tracking device sends data
in big-endian or little-endian formats). If using an http-based protocol, you may also need an understanding of
how servlets are built, and how they operate within a Servlet container, such as Apache Tomcat.
Meiligao protocols source:
http://www.meitrack.net/support/protocols
OpenGTS:
http://opengts.org