Closed GoogleCodeExporter closed 8 years ago
I just realized I screwed up on setting the type, this should be Enhancement,
not Defect.
Original comment by bettse@gmail.com
on 10 Mar 2011 at 7:20
Changed to Enhancement.
Thanks for the feature requests. Storing the BSSID in the log file makes
sense, so that will probably get added quickly. I don't know how to use SQL
with python yet, so a sql database is probably not going to happen for a while.
Original comment by der...@gmail.com
on 10 Mar 2011 at 7:34
I've tinkered with python and sql; would you be open to a patch if I could get
one going?
Original comment by bettse@gmail.com
on 10 Mar 2011 at 7:35
Sure, I just committed r67 (added the BSSID to log.txt printout, also tried to
fix issue 39).
Feel free to write a patch for r67 and then link to it from the comments, or
email it to me via gmail. I can run a diff, check the changes, and then commit
you patch.
I'm busy this week, so feel free to take your time with writing the patch.
Thanks for the help!
Original comment by der...@gmail.com
on 10 Mar 2011 at 8:58
Here is my first treatment of it. I went for dead simple. Any keys that are
collected are added to a log.db, to a table called 'log'.
I'm considering writing a further patch to take all the various status lines
that are printed to the command line and put them into a 'status' table, but
since most of those are print statements, I wanted to make sure this patch was
up to snuff first.
Original comment by bettse@gmail.com
on 10 Mar 2011 at 11:22
Attachments:
Closing as I added this patch in r70
Original comment by bettse@gmail.com
on 8 Apr 2011 at 2:14
Original issue reported on code.google.com by
bettse@gmail.com
on 10 Mar 2011 at 7:19