index
:
trackermap-server
master
upstream
Patches to the Traccar server for TrackerMap
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
traccar
/
protocol
/
CastelProtocolDecoder.java
Age
Commit message (
Expand
)
Author
2017-03-04
Removed old comments that have been made redundant, as requested;
jon-stumpf
2017-03-04
Renamed Position.KEY_TRIP_ODOMETER to Position.KEY_ODOMETER_TRIP;
jon-stumpf
2017-03-04
Updated protocols to record additional information as reported in comments an...
jon-stumpf
2016-12-20
Refactor protocols for network location
Anton Tananaev
2016-11-19
Fix code analysis problems
Anton Tananaev
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-09-20
Don't convert Castel OBD values
Anton Tananaev
2016-09-16
Implement SinoCastel OBD decoding
Anton Tananaev
2016-09-14
Implement more Castel message types
Anton Tananaev
2016-09-05
Fix Sinocastel course decoding
Anton Tananaev
2016-08-06
Refactor Castel protocol decoder
Anton Tananaev
2016-08-06
Fix an issue in Castel decoder
Anton Tananaev
2016-07-19
Move device id to a session
Anton Tananaev
2016-05-26
- Simplification of the hierarchy of models classes
Abyss777
2016-05-04
Explicitly use ASCII charset
Anton Tananaev
2016-02-19
Fix check style and pmd issues
Anton Tananaev
2016-02-12
Send index 0 for Castel response
Anton Tananaev
2016-02-11
Add new Castel response message
Anton Tananaev
2016-02-11
Add support for new Castel format
Anton Tananaev
2015-12-19
Correctly docode speed for Castel protocol
Anton Tananaev
2015-12-17
Add content to Castel response (fix #1599)
Anton Tananaev
2015-11-15
Rename cell attribute to cid
Anton Tananaev
2015-11-01
Fix PMD and Findbugs issues
Anton Tananaev
2015-11-01
Decode heartbeat Castel position
Anton Tananaev
2015-10-31
Support Castel heartbeat messages
Anton Tananaev
2015-10-30
Implement new CastelCom protocol
Anton Tananaev
2015-10-14
More check style issues clean up
Anton Tananaev
2015-10-08
Clean up reported PMD issues
Anton Tananaev
2015-10-06
Clean up CRC-16 implementations
Anton Tananaev
2015-10-06
Implement Cityeasy protocol commands
Anton Tananaev
2015-10-04
Fix some PMD reported bugs
Anton Tananaev
2015-10-04
Remove trailing whitespaces from code
Anton Tananaev
2015-10-01
Replace object with system method
Anton Tananaev
2015-07-14
Use diamond operator for generics
Anton Tananaev
2015-07-12
Re-factor decoder interface
Anton Tananaev
2015-07-09
Extend Castel protocol support
Anton Tananaev
2015-07-08
Support Castel multiple GPS items
Anton Tananaev
2015-06-29
Fix Castel coordinates issue (fix #1281)
Anton Tananaev
2015-06-29
Merge commands implmentation (fix #1271)
Anton Tananaev
2015-06-11
Fix Castel protocol identification
Anton Tananaev
2015-06-07
Fix Castel frame decoder
Anton Tananaev
2015-06-04
Trim Castel device id
Anton Tananaev
2015-05-31
Fix problem in Castel decoder
Anton Tananaev
2015-05-31
Add crc to Castel responses
Anton Tananaev
2015-05-31
Implement Castel protocol
Anton Tananaev