index
:
traccar-server
master
suntech-fixes
Traccar Server with some modifications and error fixes.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
traccar
/
protocol
/
TeltonikaProtocolDecoder.java
Age
Commit message (
Expand
)
Author
2016-07-19
Move device id to a session
Anton Tananaev
2016-07-11
Implement Teltonika commands (fix #1948)
Anton Tananaev
2016-05-26
- Simplification of the hierarchy of models classes
Abyss777
2016-05-06
Refactor Teltonika protocol decoder
Anton Tananaev
2016-05-06
Implement Teltonika codec 12
Anton Tananaev
2016-05-04
Explicitly use ASCII charset
Anton Tananaev
2015-11-30
Always pass remote address to identify method
Anton Tananaev
2015-11-25
Support Teltonika messages without location
Anton Tananaev
2015-11-15
Make LBS tests even stricter
Anton Tananaev
2015-11-15
Rename cell attribute to cid
Anton Tananaev
2015-11-08
Clean up Java code formatting
Anton Tananaev
2015-10-19
Clean up some check style issues
Anton Tananaev
2015-10-04
Remove trailing whitespaces from code
Anton Tananaev
2015-09-03
Add Teltonika unit test
Anton Tananaev
2015-07-14
Use diamond operator for generics
Anton Tananaev
2015-07-12
Re-factor decoder interface
Anton Tananaev
2015-06-29
Merge commands implmentation (fix #1271)
Anton Tananaev
2015-06-28
Implement bit utility class
Anton Tananaev
2015-05-13
Implement units conversion class
Anton Tananaev
2015-05-04
Create prefixes for other data
Anton Tananaev
2015-05-04
Create other data keys
Anton Tananaev
2015-04-29
Fix device id issues
Anton Tananaev
2015-04-29
Store other data in position
Anton Tananaev
2015-04-27
Remove unnecessary type casts
Anton Tananaev
2015-04-23
Major code refacroting
Anton Tananaev
2015-01-14
Clear formatting for Teltonika
Anton Tananaev
2015-01-13
Saving Teltonika device power state.
Pallav Tantia
2014-10-21
Updated BaseProtocolDecoder constructor to take three parameters (DataManager...
jon-stumpf
2014-10-21
Made BaseProtocolDecoder members "final" as they should not change after cons...
jon-stumpf
2014-10-21
Eliminated the need for hardcoded protocol strings in the src/org/traccar/pro...
jon-stumpf
2014-03-08
Handle Teltonika 12 codec
Anton Tananaev
2013-09-01
Teltonika negative altitude (fix #374)
Anton Tananaev
2013-08-01
Fix teltonika decoder (fix #207)
Anton Tananaev
2013-07-20
Fix GH3000 speed units
Anton Tananaev
2013-07-20
Support Teltonika GH3000 protocol
Anton Tananaev
2013-05-20
Fix teltonika speed units
Anton Tananaev
2013-05-08
Fix Teltonika negative coordinates (fix #234)
Anton Tananaev
2013-05-08
Add IO support for Teltonika (fix #143)
Anton Tananaev
2013-05-02
Fix extended info XML format
Anton Tananaev
2013-02-04
Fixed teltonika decoder (fix #135)
Anton Tananaev
2013-02-03
Added Teltonika protocol (fix #14)
Anton Tananaev