Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Unofficial fork of Traccar Client for Android with more features

License

Notifications You must be signed in to change notification settings

JosefRypacek/traccar-client-android

 
 

Repository files navigation

Unofficial fork of Traccar Client for Android

This fork should have all features as origin. There are some more features to work as required.

Features

  • different intervals for 'on battery' and 'charging' state
  • ability to checking 'distance' and 'angle' only while charging
  • option to report ignition state based on charging state
  • ability to report device temperature using ambient temperature (if available, NOT TESTED) or battery temperature

Todo

  • check accuracy of 'accuracy' - there is always 0 on Android 4.3 with GPS only selected
  • use accelerometer to detect motion and update GPS (is this more power efficent? Is this still needed when using different interval for 'charging' state?)

Not implemented features or reverted features

  • following features were intended to provide lower data consumption, but it's not possible and data traffic is very low anyway
  • use real POST request with POST-style data (this is not as useful as I thought, reverted)
  • gzip compression of data (longer than 150 chars) - server doesn't support gzip
  • HTTP headers optimization (remove useless headers) - HttpURLConnection doesn't support it

Author of original application

  • Anton Tananaev

License

Apache License, Version 2.0

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Unofficial fork of Traccar Client for Android with more features

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.4%
  • Python 1.6%