Commit graph

1434 commits

Author SHA1 Message Date
dj2ls f65f96c75f version update 2022-05-19 07:20:29 +02:00
dj2ls 3eca209b85 hamlib typo 2022-05-19 07:19:51 +02:00
Paul Kronenwetter 8b00199356 Updating version. 2022-05-18 20:05:28 -04:00
Paul Kronenwetter 4ce0fb4de9 Pyinstaller 5.1 breaks our build. 2022-05-18 18:33:54 -04:00
Paul Kronenwetter 8e92504a45
Fix for issue #181.
Typo of `HAMLIB_RGICTLD_IP` was fixed on the wrong branch.
2022-05-18 22:14:47 +00:00
DJ2LS 2a109844e3
Merge pull request #187 from DJ2LS/refactor_N2KIQ_202205
Refactor TNC modules
2022-05-15 20:45:33 +02:00
Paul Kronenwetter 8a5e290a30 Various refactorings.
Type hints, trailing backslash, range usage, etc.
2022-05-15 11:07:56 -04:00
Paul Kronenwetter 3a70b87e21 Remove excess newlines. 2022-05-15 11:06:14 -04:00
Paul Kronenwetter 9753735c40 Remove excess trailing spaces. 2022-05-15 11:06:07 -04:00
DJ2LS f2ef3f7ea2
Merge pull request #184 from DJ2LS/issue-173-patch2 2022-05-04 07:08:00 +02:00
Paul Kronenwetter 6e17caf3cf Making check_callsign evaluation more consistent. 2022-05-03 20:08:26 -04:00
Paul Kronenwetter bcc15287c9
Corrects issue #173 fix
I didn't look carefully enough at `helpers.check_callsign` to see that it returns a list. The first element of the list is `True`/`False`.
2022-05-02 00:39:27 +00:00
dj2ls c42be2e1d0 protocol hot fix 2022-05-01 17:52:28 +02:00
DJ2LS e375cee792
Merge pull request #183 from DJ2LS/issue173_fix
Implements TODO from #173 .
2022-05-01 17:45:09 +02:00
Paul Kronenwetter 0e43f65bc2 Add function docstring to received_session_close. 2022-05-01 11:41:40 -04:00
Paul Kronenwetter d2e38b77eb Implements another TODO from #173 .
Corrects previous fix as well.
2022-05-01 11:34:31 -04:00
Paul Kronenwetter 7b4f75f66c Implements TODO from #173 . 2022-05-01 11:07:54 -04:00
dj2ls 0e8e3d1b67 fixed file transfer for 24bit crc 2022-05-01 11:19:59 +02:00
dj2ls 4f3aa711ae fixed progress bar for failing transmission
also adjusted displaying and colors of progress bar
2022-05-01 10:55:56 +02:00
dj2ls a2df7db3f9 improved updating process
we need to kill every freedata binary before closing or updating the tnc
2022-05-01 09:44:30 +02:00
dj2ls 69c3ccd86c updater hotfix
also fixed beacon select box beeing too small
2022-04-30 15:59:34 +02:00
DJ2LS 32b0866c8d
Merge pull request #172 from DJ2LS/v0.4.0
v0.4.0
2022-04-30 13:10:51 +02:00
dj2ls ffff256623 arq disconnect improvement
this should fix and closes #173
2022-04-30 13:03:24 +02:00
dj2ls ea133f054d moved simple test from pyaudio to sounddevice
thisis just a test as I'm not happy with the overall way we are dong tests. This has been great during first steps with the tnc ( virtual audio devices ) but now we should to a more reliable way with named pipes for example
2022-04-30 12:27:14 +02:00
Paul Kronenwetter e4b901adad Adding callsign for ID after stop transmission. 2022-04-24 18:43:50 -04:00
Paul Kronenwetter 6d0d231dc7 Limit daemon and TNC error messages from GUI. 2022-04-24 18:43:30 -04:00
Paul Kronenwetter aefee60bad Initial attempt to fix issue #179. 2022-04-24 13:30:43 -04:00
dj2ls 107daa1b47 increased disconnect bursts
lets see if this improves
#173
2022-04-24 16:11:36 +02:00
dj2ls 8b2d1ca9b2 possible fix of DOM text reinterpreted as HTML 2022-04-24 16:07:30 +02:00
dj2ls 701d01b8a7 display own callsign in app title
as wished by #176 @dk5sm
2022-04-24 15:53:51 +02:00
dj2ls 6790f18e3d updated updater
removed updaet information toasts and moved to a more clean update dialog
2022-04-24 15:34:59 +02:00
dj2ls 57e4af83af first test with 24bit crc
moved from 16bit crc to 24bit crc...First test for ping and file transfer seems to be working... This has been too easy... 🤔
2022-04-19 11:09:11 +02:00
dj2ls 42240a6ac7 removed chunk html file 2022-04-18 17:19:07 +02:00
dj2ls a90abb122f enable/disable cq response
Enable and disable CQ response via GUI. Also moved settings to settings modal - with a small redesign. Auto updater still WIP
2022-04-18 17:17:53 +02:00
dj2ls b1cebf0905 WIP Settings and Updater
updater not yet working, moved settings to settings modal and started working on new updater
2022-04-18 11:13:53 +02:00
dj2ls 88149830df first test with 6bit gridsquare encoding
same for grid as call - we should think about saving the callsign and gridsquare as string and not as bytes. Also increased disconnect burst number where a toggle loop occured...
2022-04-17 22:30:15 +02:00
dj2ls 53af74f757 first test with 6bit callsign encoding
seems to work, but we have to redesign the way how we handle callsigns. This is really confusing...
2022-04-17 22:16:13 +02:00
dj2ls 535327eaab updated package.json
fixed some dependency security issues and updated to next minor version
2022-04-17 19:09:41 +02:00
dj2ls 921627d0b8 updated version information 2022-04-16 16:29:19 +02:00
dj2ls 2daafd183a removed some info lines 2022-04-16 16:28:04 +02:00
DJ2LS 93c7e572bb
Merge pull request #169 from kronenpj/feature_#156
Proof of concept for automatic "can you hear me" response to CQ.
2022-04-16 16:23:37 +02:00
DJ2LS ea7f298806
Update issue templates 2022-04-16 16:08:09 +02:00
Paul Kronenwetter 62b939fbc9 Replaced sleep with helpers.wait in transmit_qrv. 2022-04-15 19:59:12 -04:00
Paul Kronenwetter 9f9b5e98e2 Remove errant inclusion of NOCALL ping logging. 2022-04-15 15:24:12 -04:00
Paul Kronenwetter 82935dcaae Proof of concept automatic response to CQ.
Uses new QRV frame rather than new BREPLY frame. Also changes CQ
behavior to send only one frame instead of 3.
NOTE: This implementation will respond *three* times to previous release
software (v0.3.3-alpha.3 and earlier).
2022-04-15 15:17:14 -04:00
Paul Kronenwetter 08faa53f26 WIP: Proof of concept using BEACON and new BREPLY frames. 2022-04-15 14:41:20 -04:00
DJ2LS d6ad5d1a93
Merge pull request #166 from kronenpj/tnc-frequency_offset 2022-04-15 18:22:24 +02:00
Paul Kronenwetter 195310dda1 Removing unneeded code.
Bytearray fills with zero upon allocation.
2022-04-15 11:26:53 -04:00
Paul Kronenwetter 802185b31a Removing commented frequency_offset code. 2022-04-15 11:03:14 -04:00
DJ2LS 518702aca6
Merge pull request #165 from kronenpj/correct_typos
Minor typo correction. Huge change. We need to carefully test this 😨
2022-04-15 16:48:00 +02:00