NetStumbler.org Forums

Go Back   NetStumbler.org Forums > Software > Unix/Linux
Register Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 01-03-2004   #1 (permalink)
Eyecannon
Ward River
 
Eyecannon's Avatar
 
Join Date: Aug 2002
Location: Santa Monix
Posts: 679
Merging/Converting Kismet Logs?

How are you cats merging your kismet logs together? It sucks having to convert 20 seperate files, I'd rather consolidate them all then just convert the one big file.

Also, I don't remember how I used to do it, so how are you all converting kismet logs into something that stumbverter can use?

Thanks!
__________________
No, officer, YOU are under arrest!

http://eyecannon.com/wardrive.html
Eyecannon is offline   Reply With Quote
Old 01-03-2004   #2 (permalink)
Evil2000
Registered Member
 
Evil2000's Avatar
 
Join Date: Sep 2003
Posts: 40
you can try this
Evil2000 is offline   Reply With Quote
Old 01-03-2004   #3 (permalink)
Eyecannon
Ward River
 
Eyecannon's Avatar
 
Join Date: Aug 2002
Location: Santa Monix
Posts: 679
Quote:
Originally posted by Evil2000
you can try this
erm, this seems to just take a CSV and divide it into seperate files based on if there's GPS info or whatnot... I want a script that takes multiple CSV's (like *.csv) and turns it into one CSV.
__________________
No, officer, YOU are under arrest!

http://eyecannon.com/wardrive.html
Eyecannon is offline   Reply With Quote
Old 01-03-2004   #4 (permalink)
Evil2000
Registered Member
 
Evil2000's Avatar
 
Join Date: Sep 2003
Posts: 40
sorry, seems like i didn't understand you properly
i don't know about an app merging summaries, but i've written something similiar: i've created a mysql database to which you can upload netstumbler and kismet logs. you can export the whole list to a text file which then can be turned into a map using my own little VB-app and mappoint 2004 (not really nice coded, just quick-'n'-dirty )
if there are peeps interested in this thingie i'll code it a bit nicer, translate it into english and release it
Evil2000 is offline   Reply With Quote
Old 01-03-2004   #5 (permalink)
Kazig
Ruwach ra'
 
Kazig's Avatar
 
Join Date: Sep 2003
Location: Southeast Michigan
Posts: 73
Quote:
Originally posted by Eyecannon
erm, this seems to just take a CSV and divide it into seperate files based on if there's GPS info or whatnot... I want a script that takes multiple CSV's (like *.csv) and turns it into one CSV.
How about some quick and dirty old DOS commands, I'm sure there are some Linux equivalents.

type *.csv>>BigCSV.CSV
__________________
Never Argue With An Idiot. He'll Drag You Down To His Level And Then Beat You With Experience.
Kazig is offline   Reply With Quote
Old 01-03-2004   #6 (permalink)
Madhadder
General "Noob Basher"
 
Madhadder's Avatar
 
Join Date: Apr 2002
Location: Munich, Germany
Posts: 1,620
Quote:
Originally posted by Kazig
How about some quick and dirty old DOS commands, I'm sure there are some Linux equivalents.

type *.csv>>BigCSV.CSV
I always used copy file1.csv + file2.csv + file3.csv biffile.csv
__________________
Legends may sleep, but they never die!!!!
Madhadder is offline   Reply With Quote
Old 01-03-2004   #7 (permalink)
Kazig
Ruwach ra'
 
Kazig's Avatar
 
Join Date: Sep 2003
Location: Southeast Michigan
Posts: 73
Quote:
Originally posted by Madhadder
I always used copy file1.csv + file2.csv + file3.csv biffile.csv
Doing it that way works too. But you need to write a batch file to create each merge. The copy file method is more efficient with processor/disk usage also. It just takes more effort.
__________________
Never Argue With An Idiot. He'll Drag You Down To His Level And Then Beat You With Experience.
Kazig is offline   Reply With Quote
Old 01-03-2004   #8 (permalink)
Evil2000
Registered Member
 
Evil2000's Avatar
 
Join Date: Sep 2003
Posts: 40
Quote:
Originally posted by Kazig
How about some quick and dirty old DOS commands, I'm sure there are some Linux equivalents.

type *.csv>>BigCSV.CSV
this will work for CSV-files, but not XML (thats what i use)
Evil2000 is offline   Reply With Quote
Old 01-03-2004   #9 (permalink)
Wanderer
Registered Member
 
Join Date: May 2002
Posts: 70
Re: Merging/Converting Kismet Logs?

Quote:
Originally posted by Eyecannon
How are you cats merging your kismet logs together? It sucks having to convert 20 seperate files, I'd rather consolidate them all then just convert the one big file.
Convert in what way? Why would you need to merge the logs together, anyway?
Wanderer is offline   Reply With Quote
Old 01-03-2004   #10 (permalink)
Eyecannon
Ward River
 
Eyecannon's Avatar
 
Join Date: Aug 2002
Location: Santa Monix
Posts: 679
Re: Re: Merging/Converting Kismet Logs?

Quote:
Originally posted by Wanderer
Convert in what way? Why would you need to merge the logs together, anyway?
Because I have 20 or so CSV's representing a particular roadtrip, and it would be much easier to merge them, convert them, then stumbvert them, instead of converting 20 things, then merging them in netstumbler or something, then stumbverting.

As far as concatinating CSV's, are you guys sure that it works? Only reason I ask is because CSV's have a header, then each entry is numbered....
__________________
No, officer, YOU are under arrest!

http://eyecannon.com/wardrive.html
Eyecannon is offline   Reply With Quote
Old 01-03-2004   #11 (permalink)
Madhadder
General "Noob Basher"
 
Madhadder's Avatar
 
Join Date: Apr 2002
Location: Munich, Germany
Posts: 1,620
ah...

Now that I think of it NS, can merge .NS1,Summary & ???
files that it can output. No ext. prog. needed.

Once you get them all in one big .NS1, export to summary
and Stumbvert them.
__________________
Legends may sleep, but they never die!!!!
Madhadder is offline   Reply With Quote
Old 01-03-2004   #12 (permalink)
Eyecannon
Ward River
 
Eyecannon's Avatar
 
Join Date: Aug 2002
Location: Santa Monix
Posts: 679
Quote:
Originally posted by Madhadder
ah...

Now that I think of it NS, can merge .NS1,Summary & ???
files that it can output. No ext. prog. needed.

Once you get them all in one big .NS1, export to summary
and Stumbvert them.
But NS doesn't take anything but NS1 files, so I'd have to convert the 20 CSV's into 20 NS1's then merge them, which is what I'm trying to avoid.

Warglue (well warkizniz and warbabel) do the job, but have no batch processing....
__________________
No, officer, YOU are under arrest!

http://eyecannon.com/wardrive.html
Eyecannon is offline   Reply With Quote
Old 01-03-2004   #13 (permalink)
Madhadder
General "Noob Basher"
 
Madhadder's Avatar
 
Join Date: Apr 2002
Location: Munich, Germany
Posts: 1,620
I used to merge the Summary or Wi-scan formatted text files
into .ns1 with NS.. Try it
__________________
Legends may sleep, but they never die!!!!
Madhadder is offline   Reply With Quote
Old 01-03-2004   #14 (permalink)
sparafina
Registered Member
 
sparafina's Avatar
 
Join Date: May 2002
Location: Julie Speed
Posts: 1,430
I don't recall if warglue has a merge utility. The CoWF site seems to be gone, but it seems to be archived in a lot of places.
sparafina is offline   Reply With Quote
Old 01-03-2004   #15 (permalink)
Eyecannon
Ward River
 
Eyecannon's Avatar
 
Join Date: Aug 2002
Location: Santa Monix
Posts: 679
OK, the solution I have come up with is this:

1) use Kismet Log Viewer to merge the XML's into one big XML
2) use warbabel to convert the big XML into a Wiscan Summary

Then you can use the wiscan summary in either NS or SV.
__________________
No, officer, YOU are under arrest!

http://eyecannon.com/wardrive.html
Eyecannon is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Google
 
Web NetStumbler.org

All times are GMT -7. The time now is 10:47 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 ©2007, Crawlability, Inc.


All messages express the views of the author and are for entertainment purposes only. Netstumbler.org cannot be held responsible for the authenticity of the content or the actions of its members. By using this site and its services, you warrant that you will not post any messages that are discriminating, obscene, hateful, threatening, or otherwise violates any laws and you release Netstumbler.org from any future claims of any kind whatsoever including, but not limited to, addiction and loss of productivity. All forum messages, private messages and any other content are properties of Netstumbler.org. Even if publicly available, personal or copyrighted information are not to be posted without the consent of the owner. Distribution of licensed and copyrighted materials in any way not endorsed by the copyright owner is strictly prohibited. You may not use this site and its resources to spam other sites or individuals or perform any action that violates any law. Items sold or bought in the For Sale forum are sold as is and no warranty or insurance of any kind is provided. Netstumbler.org cannot be held responsible for the outcome of any transactions and no warranty of any kind is provided, either express or implied. Vulgar words are not allowed in the subject lines ; they may be used in the message body in any forum. The Administrator, Super Moderators and Moderators of Netstumbler.org have the right to remove, edit, move or close any thread for any reason and to reveal your identity and other known information in the event of a complaint or legal action arising from any message posted by you.