1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added additional logging statemented, moved around the audio watcher clear as it's happening before the finish trigger gets processed. More... about 5 years ago
Added helper bat files. More... over 5 years ago
Updated version info. More... over 5 years ago
Added setup args, fixed issue with steup command. More... over 5 years ago
Fixing spelling issues, finishing spelling command. More... over 5 years ago
Merge branch 'master' of https://github.com/Resgrid/Relay More... almost 6 years ago
Reduced nature string to prevent breaking apart of the SMS message on some carriers, i.e. Sprint. More... almost 6 years ago
Some minor cleanup of commented out code, added locking to the audio storage service as it was having mutl-threading issues during file writes and corrupting the mp3. More... almost 6 years ago
Added lock wrapping around the Finished Tones to prevent issues when logging. More... about 6 years ago
Added code to clear out audio if there are no active watchers. More... about 6 years ago
Added loop to the run command to allow the command to catch exceptions and restart the job. More... about 6 years ago
Started working on the setup command. More... about 6 years ago
Added the ability for one watch to tone out multiple stations via the AdditionalCodes field which is a comma seperated list. More... about 6 years ago
Changed tigger timing. More... over 6 years ago
Fixing memory leak with watcher audio. More... over 6 years ago
Memory leak still present, so moved to a single place for storage of watcher audio data. More... over 6 years ago
Removed installer project, will delivery releases via zip files. Added async helper file to help deal with .Result issues, added func to clean up watchers as they are eating up memory long term, More... over 6 years ago
Working on fixing some issue with tone pair detection, added Time 2 and renamed Time to Time1 in Trigger as tones may have different lengths, added additional debugging, fixed issue with with a mix of local times and utc times. Added active watcher ids to eval to prevent double tripping tones. More... over 6 years ago
Re-did how were monitoring audio for active watchers, going back to the orignal implementation. Working on cleanup up the amount of finsihed tones, working on improving tone detection. More... over 6 years ago
more work on the WiX installer package. More... over 6 years ago
Updated WiX project. More... over 6 years ago
Added missing DLL files. More... over 6 years ago
Added WiX installer project. More... over 6 years ago
Updated readme, removed Queue from Watcher, changed out Queue to Circular Buffer in Processor, fixed up some issues with audio processing. Dispatch audio will be saved as a wav file now in the DispatchAudio sub-folder. More... over 6 years ago
Updated packages, adding in Serilog to add debugging statements, updated read me. More... over 6 years ago
More work trying to get tone detection working properly. Added more context to new calls.Fixed race conditiation that could case multiple calls to be created. More... over 6 years ago
Fixed a bug with the frequency 2, added monitor command, adjusted eval\trigger and processor. Added communication service. Added dB logic. More... over 6 years ago
More changes to the API endpoint, swtiched codes to watcher. More... over 6 years ago
More config updates, moved ApiClient to .Net 4.7.1, added call in ComService to save call. Added logic to maintain just 1 watcher\tone at a time but add additional. More... over 6 years ago
Work on the event path to capture audio and triggers. Stubbed in the api client. More... over 6 years ago