Here at MetaGeek we strive to design and develop industry-leading software and hardware for visualizing your wireless landscape. Many of you think up very unique ways to adapt Wi-Spy to suit your individual needs. If you have the inclination to roll up your sleeves and dive into the guts of Wi-Spy, here are the development specifications.
Chanalyzer uses a structured binary file format for Wi-Spy Recording (.WSR) files. This format is easily converted to a comma-separated value (.CSV) format for use in spreadsheets. Chanalyzer originally used a .csv format, but plain text files get large quickly, so we switched to the binary format, which reduced the file size to less than 20% of the original size. A perl script is available for converting WSR files to CSV files.