Hello.

I wanted to read the raw data so I opened the recorded .wsx file using SQLite manager add-in for Firefox. Things work fine and I believe the sensed data are stored in the "sweep data" column. However, the field is a 256 byte long hex string and I guess it is the concatenated reading of all frequencies. So the questions are:

1) Is there any tool/script available that extract the readings into e.g. excel spreadsheet?

2) If 1) is not possible, where can I find a guide on the data structure of the "sweep data"? That is, which bytes in the hex string represent what?

Thanks very much and any input will be appreciated.

Ed