HaroldCo has asked for the wisdom of the Perl Monks concerning the following question:

Looking for old file set stumble-v0.0.4.zip by dwakeman (07-21-2004.
This example shows how NS data can be sent directly into a MySQL DB.
Can not download from netstumbler.org forum. No response from webmaster. Is forum active?
Zip file is at http://www.netstumbler.org/f24/realtime-data-input-mysql-perl-11751/

Replies are listed 'Best First'.
Re: Old netstumbler file set
by pc88mxer (Vicar) on Jun 05, 2008 at 16:48 UTC
    If you can't get that file, here is documentation on the NS file format: How to read and write .NS1 files, and here is a thread on parsing binary files with perl: reading binary files with Perl. Also, search for "reading fixed length records".

    If you need help getting the script to work, show us what you've tried, and we can help you fix it up.