pagermon / pagermon

Multimon-ng pager message parser and viewer
https://hrng.io/
The Unlicense
261 stars 74 forks source link

Can't store messages in the database. #73

Closed jjeffhendryx closed 6 years ago

jjeffhendryx commented 6 years ago

I would like to know how to store the pages in the database. I'm running it using docker and can login to it. I set multimon-ng to dump to messages.db using this command 'rtl_fm -d 0 -M fm -f 929.613M -s 22050 -F 9 -E dc -g 28 | multimon-ng -t raw -a FLEX - >> /home/lcarl/src/pagermon/data/messages.db' this is probably wrong. How exactly do I get the messages into the database? image I attached a picture of the database file opened in nano. It's clearly writing to it. Maybe I just don't understand how this type of database works.

jjeffhendryx commented 6 years ago

I'm retarded.