GitXplorerGitXplorer
e

GPSUplink

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
91577ba86ed6c95e9d86edbe9610864c18384615

Add emulator support for IP address and port.

eerikaderstedt committed 12 years ago
Unverified
4e9c8fb32843f16c1bf9d4de36779d73f81493f0

Supports loading GPX tracks with the emulator. Bug fixes.

eerikaderstedt committed 12 years ago
Unverified
279cf1d457423a53cd5d265c278844a3420df2a8

Fix memory leak when sending commands.

eerikaderstedt committed 12 years ago
Unverified
a4fb8c6249ec199fa4a98472c7d89479ca151d44

Calculate correct checksum when sending arbitrary commands.

eerikaderstedt committed 12 years ago
Unverified
6c368c63bf1eba36f1b81407348a76fcdc49f6a3

Ready for GitHub.

eerikaderstedt committed 12 years ago
Unverified
eaa72745e5e461abef794197dfdca88a67eb9f34

Fungerande server m. testklient.

eerikaderstedt committed 12 years ago

README

The README file for this repository.

To set up the GT03B for your server:

SERVER 0,,,0# // Configure server. TIMER 60,5# // 60 s between LBS packages, 5 s between GPS packages GMT E,1# // Configure time-zone (in this case to CET).

This software is made to run on OS X. Be sure to open up your firewall to whatever port is used. The application is a work-in-progress and proof-of-concept. Obviously, one would need to serve the collected data in some way for it to be useful.

Right now everything works fine, except that the unit stops sending GPS data after 60 s. I've managed to get it to start again by sending GPSON#, but

  • it doesn't work most of the time
  • when it does work, the unit stops sending data after a short while.

My entire setup is also suffering from irritating non-reproducibility. If you have any luck, please let me know!