Commit graph

1334 commits

Author SHA1 Message Date
Paul Kronenwetter f0f7c94058 Pin codec2 revision to master.
This should be a specific release, that implements freedv_set_tuning_range.
2022-06-15 19:40:14 -04:00
Paul Kronenwetter dbeea31f9d Correcting git mistake. 2022-06-15 19:40:14 -04:00
Paul Kronenwetter f742a8a435 Pin codec2 revision to v1.0.3. 2022-06-15 19:40:14 -04:00
Paul Kronenwetter a2992e6f0f Trying to be less dependent on env variables. 2022-06-15 19:40:14 -04:00
DJ2LS f58bc10b89 mkfifo test prototype
First partially working prototype for testing the full tnc with mkfifo named pipes.
2022-06-15 19:40:14 -04:00
Paul Kronenwetter 38f468adce Various refactorings.
Type hints, trailing backslash, range usage, etc.
2022-06-15 19:40:11 -04:00
Paul Kronenwetter 866388b625 Remove excess newlines. 2022-06-15 19:37:55 -04:00
Paul Kronenwetter 7d163ac189 Remove excess trailing spaces. 2022-06-15 19:37:55 -04:00
Paul Kronenwetter 46f95ad94e Ignore unknown arguments in argparse. 2022-06-15 19:37:55 -04:00
Paul Kronenwetter 1866e40145 Various refactorings.
Type hints, trailing backslash, range usage, etc.
2022-06-15 19:37:55 -04:00
Paul Kronenwetter 16f666c906 Update correct file this time. 2022-06-15 19:37:55 -04:00
Paul Kronenwetter e579a39fc3 Tweak README again. 2022-06-15 19:37:55 -04:00
Paul Kronenwetter ce757ec38a Update README with new tests. 2022-06-15 19:37:55 -04:00
Paul Kronenwetter 83d1c44a2b Add list of tests and brief descriptions. 2022-06-15 19:37:55 -04:00
Paul Kronenwetter 017005031f Parameterize recent tests.
Renamed datac0 to datacx after including all data codecs in test.
2022-06-15 19:37:55 -04:00
Paul Kronenwetter 739ab03343 Adding pure python highsnr_stdio_P_P_datac0 test.
Intended to replace highsnr_stdio_P_P_datac0 which uses POSIX shell.
2022-06-15 19:37:55 -04:00
Paul Kronenwetter 4bff7a5027 Clean up two existing tests.
Adapted both tests to pytest and maintained
compatibility with existing ctest method.
Tweaked CMakeLists.txt .
2022-06-15 19:37:55 -04:00
Paul Kronenwetter 2325803dd3 Added parameters to tests.
Make other minor tweaks and documentation.
2022-06-15 19:37:55 -04:00
Paul Kronenwetter 3874cc19ad Completed initial set of tests. 2022-06-15 19:37:55 -04:00
Paul Kronenwetter 56c4571086 Initial attempt to create unit tests for DATA class (tnc). 2022-06-15 19:37:55 -04:00
Paul Kronenwetter c0c1518fd0 Another round of formatting changes.
Implement class-level logging in places.
2022-06-15 19:37:08 -04:00
Paul Kronenwetter bea8679cef Prefer double- over single-quote.
Other minor fixes.
2022-06-15 19:35:21 -04:00
DJ2LS 0b3c293480 and some more typos and whitespace correction.. 2022-06-15 19:34:29 -04:00
DJ2LS 8a66555e8b Accepted some Sourcery solutions 2022-06-15 19:31:00 -04:00
DJ2LS 520f32aac2 Second run reducing number of problems 2022-06-15 19:29:01 -04:00
DJ2LS c71369aa44 First run reducing number of problems 2022-06-15 19:27:26 -04:00
dj2ls debe742081 audio tuning level hotfix 2022-06-15 15:03:54 +02:00
DJ2LS 34bf67dedd
Merge pull request #212 from DJ2LS/raspberry_pi_chat_fix
fixed database not loading on ARM devices
2022-06-15 14:35:07 +02:00
dj2ls 25a5c1b47a fixed database not loading on ARM devices 2022-06-15 14:34:17 +02:00
DJ2LS 6e08daa603
Merge pull request #206 from DJ2LS/improve_TNCs_info_fields
update info fields
2022-06-15 13:21:39 +02:00
dj2ls a85efe5bf4 make textarea adjustable - not the correct PR for doing this... 2022-06-15 13:08:26 +02:00
dj2ls a6a77c2365 fix chat not deleted 2022-06-15 12:21:03 +02:00
dj2ls bd531f2f07 small gui breaking bug fix 2022-06-15 11:23:20 +02:00
dj2ls f758e10a35 removed static.INFO fields 2022-06-15 10:54:34 +02:00
dj2ls 26794dc609 updated arq session state 2022-06-15 10:51:19 +02:00
dj2ls 5a2023b2c0 updated arq session state 2022-06-15 10:40:54 +02:00
dj2ls 3618792598 increased version information and updated npm packages 2022-06-09 21:47:11 +02:00
dj2ls 1e968fcf6d smaller fixes 2022-06-09 21:42:20 +02:00
dj2ls a19a6c13c1 added qrv info toast 2022-06-09 21:31:12 +02:00
dj2ls 539b23cf6d improved info processing for chat messages 2022-06-09 14:54:42 +02:00
dj2ls 532eeb0e12 fixed small typo 2022-06-09 14:14:31 +02:00
dj2ls 1909087c6b file transfer now working 2022-06-09 14:11:39 +02:00
dj2ls a4df21c0a2 further changes of gui 2022-06-07 11:31:59 +02:00
dj2ls 8e4a3f4d33 first change of gui 2022-06-07 10:08:15 +02:00
dj2ls 0c0e8dd8ca use uuid and mycallsign within class 2022-06-06 21:07:41 +02:00
dj2ls 79f1f8e9b2 added simple message identifier 2022-06-06 20:50:36 +02:00
dj2ls acd8b345c1 reduced message information 2022-06-06 20:44:35 +02:00
dj2ls 6613142fce updated messages 2022-06-06 20:31:15 +02:00
DJ2LS d159a5140d first change of info fields 2022-06-05 19:11:09 +02:00
DJ2LS 98fcd8f3b9
Merge pull request #203 from DJ2LS/refactor_N2KIQ-202205-2
Refactor TNC for 2022-May
2022-06-05 19:09:46 +02:00