From 6170719233cf52dcadebb11f513607f518f20db1 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Thu, 31 Mar 2022 03:00:58 -0400 Subject: [PATCH] Update todo --- TODO.md | 41 +++++++++++++++++++++++++++++++++-------- 1 file changed, 33 insertions(+), 8 deletions(-) diff --git a/TODO.md b/TODO.md index 5a73a69..4b281c7 100644 --- a/TODO.md +++ b/TODO.md @@ -1,22 +1,47 @@ -## To-Do -### Main Bot +# To-Do +## Main Bot +### Main Development +#### Core - [ ] Add new handlers for GQRX: https://github.com/gqrx-sdr/gqrx/blob/master/resources/remote-control.txt + - [ ] Add a process handler to start/stop gqrx - [ ] Fix the bug where they *disconnect* after a period of time and must be manually moved out and back in to hear them - *May* have been fixed with the noise gate? - [ ] Fix bug that shows different index number for audio device selection on linux + - [ ] New bug on linux shows a bunch of ALSA output - [x] Add more proper help text with real examples for discord commands - [x] Add command line args with argparse for main bot - [x] Add method for user to change audio device without redoing entire config file +- [ ] Need to create a method for the bot to toggle debug mode for OP25 + +#### Features +- [ ] Add to a linux service +- [ ] Add a function to the bot to allow *authorized* users to; update, restart, git pull, etc. + +### Polishing - [ ] Clean up code -- [ ] Transcode radio transmissions to text -- [ ] Need to create toggle/selection for OP25 debug mode -### Modules -#### Willie Timer +- [ ] Revise discord help text +- [ ] Revise logging + +### Final +- [ ] Create setup script + - [ ] Test setup +- [ ] Revise readme + +-------------------------------------------- +## Modules +### Willie Timer +- [ ] Revise the current loop, ensure it re-enters itself after triggering + - [ ] Can we use a cron somehow? - [ ] Get more training data for WillieTimer - [ ] Use the ```Phrases.txt``` file as the random seed? - - [ ] Figure out a way to give the model a suggestion + - [ ] Figure out a way to give the model a suggestion -### Done Previously +------------------------------- +## Dreams +- [ ] Transcode radio transmissions to text + +--------------------- +## Done Previously - [x] Interact with soapysdr directly from the bot - [x] Allow chat interaction with soapysdr - [x] Move cogs to their own files