EFForg / crocodilehunter

Taking one back for Steve Irwin     (๑•̀ㅂ•́)و
GNU General Public License v3.0
971 stars 136 forks source link

Add a flag to record all raw data from srsLTE #82

Closed simonft closed 4 years ago

simonft commented 4 years ago

It would be nice if there was a mode to record all the data coming from the srsLTE socket raw to a file, before it gets processed by crocodilehunter. Probably most useful with timestamped and intermingled with GPS locations. This would allow for some further investigation after the fact in the case that something strange is detected.

simonft commented 4 years ago

I took a look at the actual data going through the socket, and it's just saving everything to the database with a bit of type conversion. So this isn't needed. At some point it might be useful to save all the raw srsLTE data being collected (and not just what's being written to the socket) but that requires some more thought.