https://github.com/liske/tralnx
Traccar Linux Client
https://github.com/liske/tralnx
Last synced: 12 months ago
JSON representation
Traccar Linux Client
- Host: GitHub
- URL: https://github.com/liske/tralnx
- Owner: liske
- License: gpl-2.0
- Created: 2013-07-08T19:07:32.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-04T21:55:36.000Z (almost 13 years ago)
- Last Synced: 2025-03-23T21:35:51.642Z (about 1 year ago)
- Language: Perl
- Size: 152 KB
- Stars: 11
- Watchers: 6
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
tralnx
======
About
-----
tralnx is a traccar client for GNU/Linux. It uses gpsd(8) to retrieve and
send the current GPS location to a traccar[1] server instance.
[1] http://www.traccar.org/
tralnx rudimentary implements parts of the Skypatrol protocol (only the
required stuff to get it working with traccar). The protocol uses
udp port 5021.
Installation
------------
The following perl modules are required:
Log::Dispatch
Net::GPSD3
Proc::Daemon
Proc::PID::File
Net::GPSD3 uses GPS::Point. tralnxd uses the GPS::Point method to
calculate distances - you need the following addtional packages:
Geo::Inverse
Geo::Constants
Geo::Ellipsoids
Geo::Functions
On Debian those libs are not packaged, you need to fetch them from CPAN[2]
by yourself.
[2] http://search.cpan.org/~mrdvt/