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
/
AplicomProtocolDecoder.java
Age
Commit message (
Collapse
)
Author
2017-09-27
Fix typo in alarm name
Anton Tananaev
2017-09-18
Fix Aplicom EBS decoding
Anton Tananaev
2017-07-20
Fix Aplicom E driver decoding
Anton Tananaev
2017-07-14
Save driver identification (rfid/ibutton etc.) as driverUniqueId attribute
Abyss777
2017-07-12
- Handle rfid attributes and populate driverUniqueId
Abyss777
- Add Driver Name to Trip report
2017-06-20
Support Aplicom E driver info
Anton Tananaev
2017-03-16
Fix Aplicom F decoding
Anton Tananaev
2017-03-07
Removed unnecessary comments;
jon-stumpf
2017-03-05
Fixed bug in recording KEY_BATTERY in AplicomProtocol;
jon-stumpf
2017-03-04
Removed old comments that have been made redundant, as requested;
jon-stumpf
2017-03-04
Recorded additional information in Aplicom protocol;
jon-stumpf
2017-03-04
Replaced Position.KEY_SATELLITES with Position.KEY_SATELLITES_VISIBLE as per ↵
jon-stumpf
section 2.3 in the documentation, Aplicom D v6.1.0;
2017-03-04
Added Position.KEY_ODOMETER_SERVICE;
jon-stumpf
2017-03-04
Renamed Position.KEY_FUEL to Position.KEY_FUEL_LEVEL;
jon-stumpf
2017-03-04
Renamed Position.KEY_TRIP_ODOMETER to Position.KEY_ODOMETER_TRIP;
jon-stumpf
2017-03-04
Updated protocols that used hardcoded strings where there are predefined KEYS;
jon-stumpf
2017-03-04
Updated protocols to record additional information as reported in comments ↵
jon-stumpf
and confirmed in available documentation;
2017-03-02
Implement Aplicom F protocol
Anton Tananaev
2017-02-24
Added US_ASCII Charset to ChannelBuffer.toString() call;
jon-stumpf
2017-02-21
Updated AplicomProtocol to record KEY_VIN;
jon-stumpf
2016-12-16
Modify Aplicom protocol decoder
Anton Tananaev
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-09-26
Implement Aplicom EB protocol
Anton Tananaev
2016-09-26
Implement Aplicom H protocol
Anton Tananaev
2016-09-21
Fix some style issues
Anton Tananaev
2016-09-21
Implement Aplicom E protocol
Anton Tananaev
2016-08-14
Use lower camel-case for attributes
Anton Tananaev
2016-07-19
Move device id to a session
Anton Tananaev
2016-05-26
- Simplification of the hierarchy of models classes
Abyss777
- Removed automatically founded unnecessary imports
2016-05-04
Explicitly use ASCII charset
Anton Tananaev
2016-03-15
Add Aplicom event info attribute
Anton Tananaev
2016-02-24
Implement iButton support for Aplicom
Anton Tananaev
2015-11-30
Always pass remote address to identify method
Anton Tananaev
2015-10-27
Remove unused vars and imports
Anton Tananaev
2015-10-26
Use hexDump instead of readHexString
Anton Tananaev
2015-10-15
Clean up some text protocols
Anton Tananaev
2015-10-13
Fix last reported FindBugs issues
Anton Tananaev
2015-10-06
Rename some of checksum methods
Anton Tananaev
2015-10-06
Implement Cityeasy protocol commands
Anton Tananaev
2015-10-04
Remove trailing whitespaces from code
Anton Tananaev
2015-09-28
Decode extra Tytan parameters
Anton Tananaev
2015-09-05
Add CAN support for Aplicom
Anton Tananaev
2015-07-16
New Aplicom protocol version
Anton Tananaev
2015-07-12
Re-factor decoder interface
Anton Tananaev
2015-07-07
Improve Aplicom id parsing
Anton Tananaev
2015-06-29
Merge commands implmentation (fix #1271)
Anton Tananaev
2015-06-26
Remove CAN Aplicom extension
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
[next]