diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2012-08-21 23:35:58 +0400 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2012-08-21 23:35:58 +0400 |
commit | 92d7008d55b4ab7505fc66897da49fe1543fa170 (patch) | |
tree | 60d42416c21e68483c44c9eeef6e7798a4b2f9e8 /test.sh | |
parent | 348c6d01c21a8d412541072965870be8bb758dfa (diff) | |
download | trackermap-server-92d7008d55b4ab7505fc66897da49fe1543fa170.tar.gz trackermap-server-92d7008d55b4ab7505fc66897da49fe1543fa170.tar.bz2 trackermap-server-92d7008d55b4ab7505fc66897da49fe1543fa170.zip |
Release 1.2
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2,6 +2,7 @@ # testing data: # imei - 123456789012345 +# id - 123456 (trackers that dont send imei) # time - 12:0X (where X is different for each tracker) # server - localhost # ports - default @@ -36,11 +37,10 @@ echo "8. enfora" (echo -n -e "\x00\x71\x00\x04\x02\x00 123456789012345 13 \$GPRMC,120800.00,A,6000.000000,N,13000.000000,E,0.0,0.0,010112,,,A*52\r\n";) | nc -v localhost 5008 echo "9. meiligao" -(echo -n -e "\x24\x24\x00\x11\x12\x34\x56\xFF\xFF\xFF\xFF\x50\x00\x8B\x9B\x0D\x0A";) | nc -v localhost 5009 - -echo "10. st210" -(echo -n -e "SA200STT;317652;042;20120807;10:43:23;16d41;-15.618767;-056.083214;000.011;000.00;11;1;41557;12.21;000000;1;3205\r";) | nc -v localhost 8801 - +(echo -n -e "\$\$\x00\x60\x12\x34\x56\xFF\xFF\xFF\xFF\x99\x55120900.000,A,6000.0000,N,13000.0000,E,0.00,,010112,,*1C|11.5|194|0000|0000,0000\x69\x62\x0D\x0A";) | nc -v localhost 5009 +echo "10. maxon" +echo "11. st210" +(echo -n -e "SA200STT;123456;042;20120101;12:11:00;16d41;-15.618767;-056.083214;000.011;000.00;11;1;41557;12.21;000000;1;3205\r";) | nc -v localhost 5011 |