diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2012-10-28 10:34:32 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2012-10-28 10:34:32 +1300 |
commit | af73f3436fc25f52e0157bce7b725ecd85f49869 (patch) | |
tree | f304ff9b8147677bccf8d660dc869b1b130ed617 /test.sh | |
parent | 19733d81e8f50e89abdd4848c3f1dd5a437e87ff (diff) | |
download | trackermap-server-af73f3436fc25f52e0157bce7b725ecd85f49869.tar.gz trackermap-server-af73f3436fc25f52e0157bce7b725ecd85f49869.tar.bz2 trackermap-server-af73f3436fc25f52e0157bce7b725ecd85f49869.zip |
Add V680 support (fix #59)
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,3 +56,6 @@ echo "14. jt600" 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 + +echo "16. v680" +(echo -n -e "#123456789012345#1000#0#1000#AUT#1#66830FFB#13000.0000,E,6000.0000,N,001.41,259#010112#121600##";) | nc -v localhost 5016 |