summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2013-10-10 20:08:47 +0200
committerRALOVICH, Kristof <tade60@freemail.hu>2013-10-10 20:08:47 +0200
commitc47e9d4d2a7bda87b3db0b3728f424ec739613ec (patch)
treefb819caf433d6550d27ea5b90c02dae37189018d
parent3206a8a08856d9af931e73d5f502fbd3a65278fa (diff)
update notesv1.10
-rw-r--r--docs/maintainer.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/maintainer.txt b/docs/maintainer.txt
index 15c2ab3..d181a1a 100644
--- a/docs/maintainer.txt
+++ b/docs/maintainer.txt
@@ -13,7 +13,7 @@
* Start capturing usb traffic under linux host: cat /sys/kernel/debug/usb/usbmon/6u > ~/ant-usb-log-001.usbmon
* Start garmin's ant agent in virtual xp. Once the download is done, quit ant agent. Also terminate the above "cat" process. The dump of your usb communication is now saved to ~/ant-usb-log-001.usbmon.
* decode the ANT traffic from the usb packets: ./antpm-usbmon2ant --op=parse ~/ant-usb-log-001.usbmon
-* At this point, you can either start debugging antpm and try to see where our code sends/awaits different replies/messages, or you may provide the .usbmon file to the maintainers to do the same. Note that the dump file most likely contains your activities from your watch, and could be of personal nature!! It might be better idea to erase the real activities from the watch and while the gps is fixed create dummy activities (to create a single dummy activity e.g.: start the timer, press a few splits, stop the timer, reset it) to be downloaded and captured in the trace.
+* At this point, you can either start debugging antpm and try to see where our code sends/awaits different replies/messages, or you may provide the .usbmon file to the maintainers (send it to ant.dumps@gmail.com) to do the same. Note that the dump file most likely contains your activities from your watch, and could be of personal nature!! It might be better idea to erase the real activities from the watch and while the gps is fixed create dummy activities (to create a single dummy activity e.g.: start the timer, press a few splits, stop the timer, reset it) to be downloaded and captured in the trace.
** RELEASE CHECKLIST