diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2012-10-27 17:25:52 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2012-10-27 17:25:52 +1300 |
commit | d3f29ab8a57299dc5bcc8031118f811d1182fdb1 (patch) | |
tree | 7aba54d513fe35965188fd52f3d56507fabbf59b /test.sh | |
parent | 72171038c2140acfc11ccae2c90c8b28c592e554 (diff) | |
download | trackermap-server-d3f29ab8a57299dc5bcc8031118f811d1182fdb1.tar.gz trackermap-server-d3f29ab8a57299dc5bcc8031118f811d1182fdb1.tar.bz2 trackermap-server-d3f29ab8a57299dc5bcc8031118f811d1182fdb1.zip |
Complete EV603 protocol (fix #64)
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -53,3 +53,6 @@ echo "13. h02" echo "14. jt600" (echo -n -e "\$\x00\x00\x12\x34\x56\x11\x00\x1B\x01\x01\x12\x12\x14\x00\x60\x00\x00\x00\x13\x00\x00\x00\x0F\x00\x00\x07\x50\x00\x00\x00\x2B\x91\x04\x4D\x1F\xA1";) | nc -v localhost 5014 + +echo "15. ev603" +(echo -n -e "!1,123456789012345;!A,01/01/12,12:15:00,60.000000,130.000000,0.0,25101,0;";) | nc -v localhost 5015 |