Skip to content

Commit 5427035

Browse files
authored
Update README.md
1 parent 4ba9150 commit 5427035

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Tool to automatically extract igc files from USB mass storage devices
33

44
The tool will check for any new USB drives attatched to the computer. If the drive matches the file system of a know GPS device then the following will happen:
55

6+
0a) Prompts for the competion identifier so we can write unique pilot_id files (optional)
7+
8+
0b) Prompts for the ouptup directory for the tasks IGC files.
9+
610
1a) Checks the pilot ID. The source of this can be changed so that seperate competions don't overlap.
711

812
1b) Writes a pilot ID if none is found
@@ -27,4 +31,18 @@ run `kobo.py`
2731
`kobo.py [output directory] [comp name] [date*]`
2832
* Date is not yet implemented
2933

34+
# Supported Devices
35+
36+
Currently we only support Kobos, for the addition of new devices will need to be provided with the folling:
37+
38+
1) The location of the IGC log files.
39+
2) The format of the IGC filenames (so we can work out wish is the relevant one for a task).
40+
3) A writable directory if one exists for the storage of Comp IDs.
41+
42+
If you can provide these details, please [create an Issue](https://github.com/robchett/usb-igc-extract/issues/new) and I'll update as soon as possible.
43+
44+
# Todos
3045

46+
1) Add more devices.
47+
2) Add support for selecting a date - in case scoring is not on the day of the task.
48+
3) Add a user interface.

0 commit comments

Comments
 (0)