![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
perlmonk
Join Date: Jul 2004
Location: canadia
Posts: 57
|
Realtime data input to MySQL - Perl
I have just about completed a Perl script that will plot NS data directly into a MySQL DB. Obviously there are online sites (eg: wigle.net) that can handle this stuff for you, but I wanted to do collection/reporting/stats on my own as well. It doesn't have fancy voice, or realtime MS Map plotting, but would anyone be interested in this? Since it's using Perl's DBI module, you could easily edit it to use pretty much any DB (Oracle, SQL Server, MySQL etc) without much fuss. dave |
|
|
|
|
|
#5 (permalink) |
|
perlmonk
Join Date: Jul 2004
Location: canadia
Posts: 57
|
Attached is the first script which collects realtime data and insert's it into a MySQL DB. It's very simple, but it does it's job (mostly, see README.TXT). If you have any new issues (not covered in the README), please post them here. update: Also, I use tab spaces/width of 2 in my Perl IDE, so the code may look odd if you are using an editor (like notepad which uses 8) that uses any other value for tab spacing. Thanks, dave Last edited by dwakeman : 07-21-2004 at 12:55 PM. |
|
|
|
|
|
#7 (permalink) |
|
Uber Geek
Join Date: Aug 2002
Location: Virginia
Posts: 1,609
|
Perl Modules for NS at CPAN
I was doing some searching at cpan and came up with some perl modules for NetStumbler. Anyone know this guy, or tried these modules?
I may try to get to this sometime soon... yeah right. ok, eventually.
__________________
Help! I've been Simpsonized! |
|
|
|
|
|
#9 (permalink) | |
|
Uber Geek
Join Date: Aug 2002
Location: Virginia
Posts: 1,609
|
Quote:
No, I've been totally swamped between work and trying to enhance my website for some tracking. I have not looked these over. I also haven't stumbled since Shmoocon. Let me/us know if you get a chance to look them over.
__________________
Help! I've been Simpsonized! |
|
|
|
|