130 Commits

Author SHA1 Message Date
Logan Cusano ca2815ab8f Improve the update script to use the owner of the git repo 2023-08-06 16:49:31 -04:00
Logan Cusano 556697725a Much improved install script for clients #6 2023-08-06 16:40:10 -04:00
Logan Cusano b448f04aec Commenting out variables not set by the initial config 2023-08-06 16:27:04 -04:00
Logan Cusano fae8417b2f Add log file location to the example ENV 2023-08-06 00:46:00 -04:00
Logan Cusano e06cc4762d Using absolute file path for pdab binaries 2023-08-06 00:45:24 -04:00
Logan Cusano 6deba2bad2 Fix bug that used wrong env var for client port 2023-08-05 03:11:59 -04:00
Logan Cusano e0d1a4a2fe Update client setup
- get user input for client config
- update pulseaudio setup to run for all users
- add op25 installer
2023-08-05 03:11:32 -04:00
Logan Cusano 75580c0547 Fix bug in httprequests, hostname was overwritten 2023-08-04 23:44:28 -04:00
Logan Cusano 8a0baa5bc9 Small tweaks
- Update local webUI to refresh when joining server to clear modal
- Updated client webUI page title
- Re-added join modal to node page (client & server)
- updated join modal to use node.nearbySystems
2023-07-22 15:01:48 -04:00
Logan Cusano ec091c0017 Only concat the stored toasts with new toast when there are stored toasts 2023-07-22 14:46:51 -04:00
Logan Cusano abdb725964 Semi functional client webUI
- can update client info for sure
- Working on notifications now
2023-07-22 03:57:50 -04:00
Logan Cusano 167f87128e Check if the presets exist when going to get them
- Return empty object if no preset file is found
2023-07-22 03:57:50 -04:00
Logan Cusano bc09840dda Ignore local radio presets 2023-07-22 03:57:50 -04:00
Logan Cusano 4ceb71bd84 Remove specific presets and left an example file if needed for clients 2023-07-22 03:57:50 -04:00
Logan Cusano 4b86621626 Finalizing Server webUI
Still needed:
- Way to update clients' versions
- Way to delete nodes
- working dashboard
- working search function
2023-07-22 03:57:50 -04:00
Logan Cusano 0f114066a6 Implement functioning method to update systems on web app 2023-07-22 03:57:50 -04:00
Logan Cusano d05c266f75 Added basic info to readmes 2023-07-22 03:51:46 -04:00
Logan Cusano 57fa6be110 Update Readmes (sort of) 2023-07-22 03:34:37 -04:00
Logan Cusano eec80f7239 Implement noisegate into recording
- Should remove dead air
- Should save space as it's not recording dead air
2023-07-01 18:24:19 -04:00
Logan Cusano a58f314475 Lock numpy version for OP25 compatibility 2023-07-01 18:22:20 -04:00
logan 8403c2e391 Merge branch 'master' into #33-Implement-Recording 2023-06-25 02:28:35 -04:00
Logan Cusano ffe9c413ba Update client readme
- Basic info for hardware
2023-06-25 01:25:58 -04:00
Logan Cusano 959cfdf7af Implement routes to start and stop client recording 2023-06-25 01:24:46 -04:00
Logan Cusano 97acfc312c Add new python recorder for clients 2023-06-25 01:24:25 -04:00
Logan Cusano 851a9c55fa Fix for #32
- Add the response check when updating client info
2023-06-23 21:43:05 -04:00
Logan Cusano fb9df3230e Fix for #32
- Add a retry loop when the server is down
2023-06-23 17:55:08 -04:00
Logan Cusano 47d18c494d Fix misplacement of setting online for checkIn 2023-06-19 02:34:29 -04:00
Logan Cusano ea2dbd9fb0 Always send online as true when checking in with server 2023-06-19 02:33:06 -04:00
Logan Cusano 93be4ca9dc Update client startup for new nodes
- Still needs to get IP from linux nodes
- Other tasks still, idk
2023-06-19 00:05:27 -04:00
Logan Cusano fd7435c7bc Update requirement versions 2023-06-18 23:21:18 -04:00
Logan Cusano e062cf5794 Fix bug in HTTP response parsing 2023-06-18 22:53:23 -04:00
Logan Cusano 960b801dd2 Working on initial startup for new clients 2023-06-18 16:36:38 -04:00
Logan Cusano dd5b442377 Update client clientController to better handle no ID 2023-06-18 16:26:55 -04:00
Logan Cusano 24faa5279d #29
- Update debugBuilder to inspect objects instead of stringify
- Moved tthe debug entry for saving post to after the post is validated
2023-06-18 14:49:15 -04:00
Logan Cusano 79d2ca1887 #6 Removed copy of env
- Should be done manually and edited before running setup script
2023-06-17 23:37:26 -04:00
Logan Cusano c2b4b4bfa1 #16
- Allow bots to display the preset they are listening to
2023-06-17 22:02:09 -04:00
Logan Cusano 041e0d485d Fix error status in client join 2023-06-10 20:46:43 -04:00
Logan Cusano ff8e86cc3a Updated client setup script
- Create a copy of the .env example
- Updated the installed packages to allow for installation
2023-06-03 23:02:41 -04:00
Logan Cusano 6b12c3e3df Remove unused keys from example .env file 2023-06-03 23:01:47 -04:00
Logan Cusano a298be40d5 Accidentally set the wrong variable for the device ID 2023-06-03 15:32:08 -04:00
Logan Cusano 43d60a748b Remove device ID requirement for API
- The device ID is handled by the .env file
2023-06-03 15:28:46 -04:00
Logan Cusano 51f517cae5 Fixed node '^=' to python '>=' 2023-06-03 15:03:18 -04:00
Logan Cusano 06cb2cc352 Fix logging namespace and windows launch 2023-06-03 15:00:42 -04:00
Logan Cusano 5ce525f2b5 Updating install script #6 2023-06-03 02:51:19 -04:00
Logan Cusano 69fdc63983 Fixing linux bug, added noisegate switch to the call 2023-05-27 21:34:19 -04:00
Logan Cusano a9d3c33af2 Improved client bot logging 2023-05-27 21:17:31 -04:00
Logan Cusano 3719fce86a Update client package.json 2023-05-27 18:25:12 -04:00
Logan Cusano ba927bae8c Implement install and update system for the bot
- LINUX OR WINDOW WSL ONLY
2023-05-27 17:00:57 -04:00
Logan Cusano 7512c8e1df Removing the static ENV var for nearby systems 2023-05-21 15:22:43 -04:00
Logan Cusano c882fb63d3 Moving PDAB to pdab 2023-05-20 15:24:28 -04:00