From 3687acb3a93b3f8332de5a9fa7d99be4a665bbdd Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 11 Jun 2012 20:38:46 +0400 Subject: Added meiligao protocol (fix #4) --- test.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test.sh') diff --git a/test.sh b/test.sh index 269d6d2ab..cbb7851e2 100755 --- a/test.sh +++ b/test.sh @@ -35,3 +35,6 @@ echo "7. avl08" 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 + -- cgit v1.2.3