Marzona / rig-remote

remote control a rig through rigctl protocol
MIT License
21 stars 6 forks source link

Add continuous bookmark scanning #15

Closed MaineTim closed 8 years ago

MaineTim commented 8 years ago

This branch modifies the bookmark scanning functionality to create something along the lines of a "police scanner". Bookmarks are continuously scanned until the "stop" button is pressed by creating a separate scan thread. Logging of activity has been temporarily disabled. Additional "scanner" functionality (lockouts, better pause and resume) could be added, along with recording of received transmissions.

Don't know if this will be of any use to you, but thought I'd kick it back anyway, and say thanks!

MaineTim commented 8 years ago

Have now integrated these changes into your devel branch, and have made some further mods from there. Latest code is available in the devel-working branch, which is very much an ongoing work-in-progress. Things like frequency scanning are definitely broken, as I haven't had a chance to update that code to reflect the changes in general scanning.