2007-11-26 01:23:58 PST
Hi David,
Each device has a different means of transporting data to the server.
OpenGTS currently provides device communication server 'templates' for both
HTTP-base communication, and raw socket-based data communication. It currently
does not provide an SMTP-based server template, however one should not be too
difficult to implement. SMS messages sent from a remote tracking device would
likely need to be sent through some form of SMS gateway and would likely arrive
at the server via an SMTP email message (unless you are providing your own SMS
gateway). An email-based device communication server would then simply have
incoming email to it, which it would parse according to the format of the data
which it receives, and insert into the appropriate database. I will see about
having an SMTP-based device communication server template added to the
available server templates distributed with OpenGTS.
Best Regards,
- Martin