not1mm 24.9.11.2__py3-none-any.whl → 24.9.14__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- not1mm/__main__.py +9 -3
- not1mm/data/JetBrainsMono-ExtraLight.ttf +0 -0
- not1mm/data/about.ui +1 -1
- not1mm/data/bandmap.ui +5 -5
- not1mm/data/checkwindow.ui +4 -4
- not1mm/data/configuration.ui +51 -51
- not1mm/data/editcontact.ui +3 -3
- not1mm/data/editmacro.ui +1 -1
- not1mm/data/logwindow.ui +2 -2
- not1mm/data/logwindowx.ui +2 -2
- not1mm/data/main.ui +34 -34
- not1mm/data/new_contest.ui +2 -2
- not1mm/data/opon.ui +1 -1
- not1mm/data/pickcontest.ui +5 -0
- not1mm/data/settings.ui +1 -1
- not1mm/data/vfo.ui +2 -2
- not1mm/lib/ft8_watcher.py +1 -1
- not1mm/lib/version.py +1 -1
- not1mm/lookupservice.py +20 -18
- not1mm/plugins/arrl_vhf_jan.py +9 -4
- not1mm/plugins/arrl_vhf_jun.py +6 -1
- not1mm/plugins/arrl_vhf_sep.py +6 -1
- {not1mm-24.9.11.2.dist-info → not1mm-24.9.14.dist-info}/METADATA +6 -4
- {not1mm-24.9.11.2.dist-info → not1mm-24.9.14.dist-info}/RECORD +28 -28
- not1mm/data/JetBrainsMono-Regular.ttf +0 -0
- {not1mm-24.9.11.2.dist-info → not1mm-24.9.14.dist-info}/LICENSE +0 -0
- {not1mm-24.9.11.2.dist-info → not1mm-24.9.14.dist-info}/WHEEL +0 -0
- {not1mm-24.9.11.2.dist-info → not1mm-24.9.14.dist-info}/entry_points.txt +0 -0
- {not1mm-24.9.11.2.dist-info → not1mm-24.9.14.dist-info}/top_level.txt +0 -0
not1mm/data/main.ui
CHANGED
@@ -9,8 +9,8 @@
|
|
9
9
|
<rect>
|
10
10
|
<x>0</x>
|
11
11
|
<y>0</y>
|
12
|
-
<width>
|
13
|
-
<height>
|
12
|
+
<width>855</width>
|
13
|
+
<height>465</height>
|
14
14
|
</rect>
|
15
15
|
</property>
|
16
16
|
<property name="sizePolicy">
|
@@ -21,7 +21,7 @@
|
|
21
21
|
</property>
|
22
22
|
<property name="font">
|
23
23
|
<font>
|
24
|
-
<family>JetBrains Mono</family>
|
24
|
+
<family>JetBrains Mono ExtraLight</family>
|
25
25
|
<pointsize>11</pointsize>
|
26
26
|
</font>
|
27
27
|
</property>
|
@@ -602,7 +602,7 @@
|
|
602
602
|
<widget class="QLineEdit" name="callsign">
|
603
603
|
<property name="font">
|
604
604
|
<font>
|
605
|
-
<family>JetBrains Mono</family>
|
605
|
+
<family>JetBrains Mono ExtraLight</family>
|
606
606
|
<pointsize>20</pointsize>
|
607
607
|
</font>
|
608
608
|
</property>
|
@@ -640,7 +640,7 @@
|
|
640
640
|
<widget class="QLineEdit" name="sent">
|
641
641
|
<property name="font">
|
642
642
|
<font>
|
643
|
-
<family>JetBrains Mono</family>
|
643
|
+
<family>JetBrains Mono ExtraLight</family>
|
644
644
|
<pointsize>20</pointsize>
|
645
645
|
</font>
|
646
646
|
</property>
|
@@ -675,7 +675,7 @@
|
|
675
675
|
<widget class="QLineEdit" name="receive">
|
676
676
|
<property name="font">
|
677
677
|
<font>
|
678
|
-
<family>JetBrains Mono</family>
|
678
|
+
<family>JetBrains Mono ExtraLight</family>
|
679
679
|
<pointsize>20</pointsize>
|
680
680
|
</font>
|
681
681
|
</property>
|
@@ -710,7 +710,7 @@
|
|
710
710
|
<widget class="QLineEdit" name="other_1">
|
711
711
|
<property name="font">
|
712
712
|
<font>
|
713
|
-
<family>JetBrains Mono</family>
|
713
|
+
<family>JetBrains Mono ExtraLight</family>
|
714
714
|
<pointsize>20</pointsize>
|
715
715
|
</font>
|
716
716
|
</property>
|
@@ -751,7 +751,7 @@
|
|
751
751
|
<widget class="QLineEdit" name="other_2">
|
752
752
|
<property name="font">
|
753
753
|
<font>
|
754
|
-
<family>JetBrains Mono</family>
|
754
|
+
<family>JetBrains Mono ExtraLight</family>
|
755
755
|
<pointsize>20</pointsize>
|
756
756
|
</font>
|
757
757
|
</property>
|
@@ -873,7 +873,7 @@
|
|
873
873
|
</property>
|
874
874
|
<property name="font">
|
875
875
|
<font>
|
876
|
-
<family>JetBrains Mono</family>
|
876
|
+
<family>JetBrains Mono ExtraLight</family>
|
877
877
|
<pointsize>20</pointsize>
|
878
878
|
<bold>true</bold>
|
879
879
|
</font>
|
@@ -1301,7 +1301,7 @@
|
|
1301
1301
|
<widget class="QMenu" name="menuFile">
|
1302
1302
|
<property name="font">
|
1303
1303
|
<font>
|
1304
|
-
<family>JetBrains Mono</family>
|
1304
|
+
<family>JetBrains Mono ExtraLight</family>
|
1305
1305
|
<pointsize>11</pointsize>
|
1306
1306
|
</font>
|
1307
1307
|
</property>
|
@@ -1374,7 +1374,7 @@
|
|
1374
1374
|
</property>
|
1375
1375
|
<property name="font">
|
1376
1376
|
<font>
|
1377
|
-
<family>JetBrains Mono</family>
|
1377
|
+
<family>JetBrains Mono ExtraLight</family>
|
1378
1378
|
</font>
|
1379
1379
|
</property>
|
1380
1380
|
<property name="autoRepeat">
|
@@ -1405,7 +1405,7 @@
|
|
1405
1405
|
</property>
|
1406
1406
|
<property name="font">
|
1407
1407
|
<font>
|
1408
|
-
<family>JetBrains Mono</family>
|
1408
|
+
<family>JetBrains Mono ExtraLight</family>
|
1409
1409
|
</font>
|
1410
1410
|
</property>
|
1411
1411
|
<property name="autoRepeat">
|
@@ -1430,7 +1430,7 @@
|
|
1430
1430
|
</property>
|
1431
1431
|
<property name="font">
|
1432
1432
|
<font>
|
1433
|
-
<family>JetBrains Mono</family>
|
1433
|
+
<family>JetBrains Mono ExtraLight</family>
|
1434
1434
|
</font>
|
1435
1435
|
</property>
|
1436
1436
|
<property name="autoRepeat">
|
@@ -1455,7 +1455,7 @@
|
|
1455
1455
|
</property>
|
1456
1456
|
<property name="font">
|
1457
1457
|
<font>
|
1458
|
-
<family>JetBrains Mono</family>
|
1458
|
+
<family>JetBrains Mono ExtraLight</family>
|
1459
1459
|
</font>
|
1460
1460
|
</property>
|
1461
1461
|
</action>
|
@@ -1471,7 +1471,7 @@
|
|
1471
1471
|
</property>
|
1472
1472
|
<property name="font">
|
1473
1473
|
<font>
|
1474
|
-
<family>JetBrains Mono</family>
|
1474
|
+
<family>JetBrains Mono ExtraLight</family>
|
1475
1475
|
</font>
|
1476
1476
|
</property>
|
1477
1477
|
<property name="autoRepeat">
|
@@ -1490,7 +1490,7 @@
|
|
1490
1490
|
</property>
|
1491
1491
|
<property name="font">
|
1492
1492
|
<font>
|
1493
|
-
<family>JetBrains Mono</family>
|
1493
|
+
<family>JetBrains Mono ExtraLight</family>
|
1494
1494
|
</font>
|
1495
1495
|
</property>
|
1496
1496
|
<property name="autoRepeat">
|
@@ -1509,7 +1509,7 @@
|
|
1509
1509
|
</property>
|
1510
1510
|
<property name="font">
|
1511
1511
|
<font>
|
1512
|
-
<family>JetBrains Mono</family>
|
1512
|
+
<family>JetBrains Mono ExtraLight</family>
|
1513
1513
|
</font>
|
1514
1514
|
</property>
|
1515
1515
|
</action>
|
@@ -1519,7 +1519,7 @@
|
|
1519
1519
|
</property>
|
1520
1520
|
<property name="font">
|
1521
1521
|
<font>
|
1522
|
-
<family>JetBrains Mono</family>
|
1522
|
+
<family>JetBrains Mono ExtraLight</family>
|
1523
1523
|
</font>
|
1524
1524
|
</property>
|
1525
1525
|
<property name="autoRepeat">
|
@@ -1538,7 +1538,7 @@
|
|
1538
1538
|
</property>
|
1539
1539
|
<property name="font">
|
1540
1540
|
<font>
|
1541
|
-
<family>JetBrains Mono</family>
|
1541
|
+
<family>JetBrains Mono ExtraLight</family>
|
1542
1542
|
</font>
|
1543
1543
|
</property>
|
1544
1544
|
<property name="autoRepeat">
|
@@ -1560,7 +1560,7 @@
|
|
1560
1560
|
</property>
|
1561
1561
|
<property name="font">
|
1562
1562
|
<font>
|
1563
|
-
<family>JetBrains Mono</family>
|
1563
|
+
<family>JetBrains Mono ExtraLight</family>
|
1564
1564
|
</font>
|
1565
1565
|
</property>
|
1566
1566
|
<property name="autoRepeat">
|
@@ -1579,7 +1579,7 @@
|
|
1579
1579
|
</property>
|
1580
1580
|
<property name="font">
|
1581
1581
|
<font>
|
1582
|
-
<family>JetBrains Mono</family>
|
1582
|
+
<family>JetBrains Mono ExtraLight</family>
|
1583
1583
|
</font>
|
1584
1584
|
</property>
|
1585
1585
|
<property name="shortcut">
|
@@ -1601,7 +1601,7 @@
|
|
1601
1601
|
</property>
|
1602
1602
|
<property name="font">
|
1603
1603
|
<font>
|
1604
|
-
<family>JetBrains Mono</family>
|
1604
|
+
<family>JetBrains Mono ExtraLight</family>
|
1605
1605
|
</font>
|
1606
1606
|
</property>
|
1607
1607
|
<property name="autoRepeat">
|
@@ -1620,7 +1620,7 @@
|
|
1620
1620
|
</property>
|
1621
1621
|
<property name="font">
|
1622
1622
|
<font>
|
1623
|
-
<family>JetBrains Mono</family>
|
1623
|
+
<family>JetBrains Mono ExtraLight</family>
|
1624
1624
|
</font>
|
1625
1625
|
</property>
|
1626
1626
|
<property name="autoRepeat">
|
@@ -1639,7 +1639,7 @@
|
|
1639
1639
|
</property>
|
1640
1640
|
<property name="font">
|
1641
1641
|
<font>
|
1642
|
-
<family>JetBrains Mono</family>
|
1642
|
+
<family>JetBrains Mono ExtraLight</family>
|
1643
1643
|
</font>
|
1644
1644
|
</property>
|
1645
1645
|
<property name="autoRepeat">
|
@@ -1658,7 +1658,7 @@
|
|
1658
1658
|
</property>
|
1659
1659
|
<property name="font">
|
1660
1660
|
<font>
|
1661
|
-
<family>JetBrains Mono</family>
|
1661
|
+
<family>JetBrains Mono ExtraLight</family>
|
1662
1662
|
</font>
|
1663
1663
|
</property>
|
1664
1664
|
<property name="autoRepeat">
|
@@ -1677,7 +1677,7 @@
|
|
1677
1677
|
</property>
|
1678
1678
|
<property name="font">
|
1679
1679
|
<font>
|
1680
|
-
<family>JetBrains Mono</family>
|
1680
|
+
<family>JetBrains Mono ExtraLight</family>
|
1681
1681
|
</font>
|
1682
1682
|
</property>
|
1683
1683
|
<property name="autoRepeat">
|
@@ -1696,7 +1696,7 @@
|
|
1696
1696
|
</property>
|
1697
1697
|
<property name="font">
|
1698
1698
|
<font>
|
1699
|
-
<family>JetBrains Mono</family>
|
1699
|
+
<family>JetBrains Mono ExtraLight</family>
|
1700
1700
|
</font>
|
1701
1701
|
</property>
|
1702
1702
|
<property name="autoRepeat">
|
@@ -1715,7 +1715,7 @@
|
|
1715
1715
|
</property>
|
1716
1716
|
<property name="font">
|
1717
1717
|
<font>
|
1718
|
-
<family>JetBrains Mono</family>
|
1718
|
+
<family>JetBrains Mono ExtraLight</family>
|
1719
1719
|
</font>
|
1720
1720
|
</property>
|
1721
1721
|
</action>
|
@@ -1728,7 +1728,7 @@
|
|
1728
1728
|
</property>
|
1729
1729
|
<property name="font">
|
1730
1730
|
<font>
|
1731
|
-
<family>JetBrains Mono</family>
|
1731
|
+
<family>JetBrains Mono ExtraLight</family>
|
1732
1732
|
</font>
|
1733
1733
|
</property>
|
1734
1734
|
</action>
|
@@ -1743,7 +1743,7 @@
|
|
1743
1743
|
</property>
|
1744
1744
|
<property name="font">
|
1745
1745
|
<font>
|
1746
|
-
<family>JetBrains Mono</family>
|
1746
|
+
<family>JetBrains Mono ExtraLight</family>
|
1747
1747
|
</font>
|
1748
1748
|
</property>
|
1749
1749
|
</action>
|
@@ -1758,7 +1758,7 @@
|
|
1758
1758
|
</property>
|
1759
1759
|
<property name="font">
|
1760
1760
|
<font>
|
1761
|
-
<family>JetBrains Mono</family>
|
1761
|
+
<family>JetBrains Mono ExtraLight</family>
|
1762
1762
|
</font>
|
1763
1763
|
</property>
|
1764
1764
|
</action>
|
@@ -1776,7 +1776,7 @@
|
|
1776
1776
|
</property>
|
1777
1777
|
<property name="font">
|
1778
1778
|
<font>
|
1779
|
-
<family>JetBrains Mono</family>
|
1779
|
+
<family>JetBrains Mono ExtraLight</family>
|
1780
1780
|
</font>
|
1781
1781
|
</property>
|
1782
1782
|
</action>
|
@@ -1789,7 +1789,7 @@
|
|
1789
1789
|
</property>
|
1790
1790
|
<property name="font">
|
1791
1791
|
<font>
|
1792
|
-
<family>JetBrains Mono</family>
|
1792
|
+
<family>JetBrains Mono ExtraLight</family>
|
1793
1793
|
</font>
|
1794
1794
|
</property>
|
1795
1795
|
</action>
|
@@ -1802,7 +1802,7 @@
|
|
1802
1802
|
</property>
|
1803
1803
|
<property name="font">
|
1804
1804
|
<font>
|
1805
|
-
<family>JetBrains Mono</family>
|
1805
|
+
<family>JetBrains Mono ExtraLight</family>
|
1806
1806
|
</font>
|
1807
1807
|
</property>
|
1808
1808
|
</action>
|
not1mm/data/new_contest.ui
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
</property>
|
13
13
|
<property name="font">
|
14
14
|
<font>
|
15
|
-
<family>JetBrains Mono</family>
|
15
|
+
<family>JetBrains Mono ExtraLight</family>
|
16
16
|
</font>
|
17
17
|
</property>
|
18
18
|
<property name="windowTitle">
|
@@ -166,7 +166,7 @@
|
|
166
166
|
<widget class="QLabel" name="title">
|
167
167
|
<property name="font">
|
168
168
|
<font>
|
169
|
-
<family>JetBrains Mono</family>
|
169
|
+
<family>JetBrains Mono ExtraLight</family>
|
170
170
|
<pointsize>14</pointsize>
|
171
171
|
<bold>true</bold>
|
172
172
|
</font>
|
not1mm/data/opon.ui
CHANGED
not1mm/data/pickcontest.ui
CHANGED
not1mm/data/settings.ui
CHANGED
not1mm/data/vfo.ui
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
</property>
|
13
13
|
<property name="font">
|
14
14
|
<font>
|
15
|
-
<family>JetBrains Mono</family>
|
15
|
+
<family>JetBrains Mono ExtraLight</family>
|
16
16
|
</font>
|
17
17
|
</property>
|
18
18
|
<property name="features">
|
@@ -42,7 +42,7 @@
|
|
42
42
|
</property>
|
43
43
|
<property name="font">
|
44
44
|
<font>
|
45
|
-
<family>JetBrains Mono</family>
|
45
|
+
<family>JetBrains Mono ExtraLight</family>
|
46
46
|
<pointsize>25</pointsize>
|
47
47
|
</font>
|
48
48
|
</property>
|
not1mm/lib/ft8_watcher.py
CHANGED
not1mm/lib/version.py
CHANGED
not1mm/lookupservice.py
CHANGED
@@ -33,26 +33,28 @@ class LookupService(QDockWidget):
|
|
33
33
|
super().__init__()
|
34
34
|
self._udpwatch = None
|
35
35
|
|
36
|
-
self.settings = self.get_settings()
|
37
36
|
self.look_up = None
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
37
|
+
self.settings = self.get_settings()
|
38
|
+
if self.settings:
|
39
|
+
|
40
|
+
if self.settings.get("useqrz"):
|
41
|
+
self.look_up = QRZlookup(
|
42
|
+
self.settings.get("lookupusername"),
|
43
|
+
self.settings.get("lookuppassword"),
|
44
|
+
)
|
45
|
+
|
46
|
+
if self.settings.get("usehamqth"):
|
47
|
+
self.look_up = HamQTH(
|
48
|
+
self.settings.get("lookupusername"),
|
49
|
+
self.settings.get("lookuppassword"),
|
50
|
+
)
|
51
|
+
|
52
|
+
self.multicast_interface = Multicast(
|
53
|
+
self.settings.get("multicast_group", "239.1.1.1"),
|
54
|
+
self.settings.get("multicast_port", 2239),
|
55
|
+
self.settings.get("interface_ip", "0.0.0.0"),
|
48
56
|
)
|
49
|
-
|
50
|
-
self.multicast_interface = Multicast(
|
51
|
-
self.settings.get("multicast_group", "239.1.1.1"),
|
52
|
-
self.settings.get("multicast_port", 2239),
|
53
|
-
self.settings.get("interface_ip", "0.0.0.0"),
|
54
|
-
)
|
55
|
-
self.multicast_interface.ready_read_connect(self.watch_udp)
|
57
|
+
self.multicast_interface.ready_read_connect(self.watch_udp)
|
56
58
|
|
57
59
|
def get_settings(self) -> dict:
|
58
60
|
"""Get the settings."""
|
not1mm/plugins/arrl_vhf_jan.py
CHANGED
@@ -379,6 +379,7 @@ def cabrillo(self):
|
|
379
379
|
for contact in log:
|
380
380
|
the_date_and_time = contact.get("TS", "")
|
381
381
|
themode = contact.get("Mode", "")
|
382
|
+
|
382
383
|
if themode in ("LSB", "USB", "AM"):
|
383
384
|
themode = "PH"
|
384
385
|
if themode in (
|
@@ -389,6 +390,8 @@ def cabrillo(self):
|
|
389
390
|
"FSK441",
|
390
391
|
"MSK144",
|
391
392
|
"JT65",
|
393
|
+
"JT9",
|
394
|
+
"Q65",
|
392
395
|
):
|
393
396
|
themode = "DG"
|
394
397
|
freq = int(contact.get("Freq", "0")) / 1000
|
@@ -475,7 +478,7 @@ def ft8_handler(the_packet: dict):
|
|
475
478
|
}
|
476
479
|
|
477
480
|
"""
|
478
|
-
|
481
|
+
# print(f"\n{the_packet=}\n")
|
479
482
|
if ALTEREGO is not None:
|
480
483
|
ALTEREGO.callsign.setText(the_packet.get("CALL"))
|
481
484
|
ALTEREGO.contact["Call"] = the_packet.get("CALL", "")
|
@@ -490,8 +493,10 @@ def ft8_handler(the_packet: dict):
|
|
490
493
|
if len(their_grid) > 4:
|
491
494
|
their_grid = their_grid[:4]
|
492
495
|
ALTEREGO.contact["NR"] = their_grid
|
493
|
-
|
494
|
-
|
496
|
+
if the_packet.get("SUBMODE"):
|
497
|
+
ALTEREGO.contact["Mode"] = the_packet.get("SUBMODE", "ERR")
|
498
|
+
else:
|
499
|
+
ALTEREGO.contact["Mode"] = the_packet.get("MODE", "ERR")
|
495
500
|
ALTEREGO.contact["Freq"] = round(float(the_packet.get("FREQ", "0.0")) * 1000, 2)
|
496
501
|
ALTEREGO.contact["QSXFreq"] = round(
|
497
502
|
float(the_packet.get("FREQ", "0.0")) * 1000, 2
|
@@ -499,7 +504,7 @@ def ft8_handler(the_packet: dict):
|
|
499
504
|
ALTEREGO.contact["Band"] = get_logged_band(
|
500
505
|
str(int(float(the_packet.get("FREQ", "0.0")) * 1000000))
|
501
506
|
)
|
502
|
-
|
507
|
+
# print(f"\n{ALTEREGO.contact=}\n")
|
503
508
|
ALTEREGO.other_1.setText(my_grid)
|
504
509
|
ALTEREGO.other_2.setText(their_grid)
|
505
510
|
ALTEREGO.save_contact()
|
not1mm/plugins/arrl_vhf_jun.py
CHANGED
@@ -357,6 +357,8 @@ def cabrillo(self):
|
|
357
357
|
"FSK441",
|
358
358
|
"MSK144",
|
359
359
|
"JT65",
|
360
|
+
"JT9",
|
361
|
+
"Q65",
|
360
362
|
):
|
361
363
|
themode = "DG"
|
362
364
|
freq = int(contact.get("Freq", "0")) / 1000
|
@@ -459,7 +461,10 @@ def ft8_handler(the_packet: dict):
|
|
459
461
|
their_grid = their_grid[:4]
|
460
462
|
ALTEREGO.contact["NR"] = their_grid
|
461
463
|
# ALTEREGO.contact["Sect"] = the_packet.get("ARRL_SECT", "ERR")
|
462
|
-
|
464
|
+
if the_packet.get("SUBMODE"):
|
465
|
+
ALTEREGO.contact["Mode"] = the_packet.get("SUBMODE", "ERR")
|
466
|
+
else:
|
467
|
+
ALTEREGO.contact["Mode"] = the_packet.get("MODE", "ERR")
|
463
468
|
ALTEREGO.contact["Freq"] = round(float(the_packet.get("FREQ", "0.0")) * 1000, 2)
|
464
469
|
ALTEREGO.contact["QSXFreq"] = round(
|
465
470
|
float(the_packet.get("FREQ", "0.0")) * 1000, 2
|
not1mm/plugins/arrl_vhf_sep.py
CHANGED
@@ -357,6 +357,8 @@ def cabrillo(self):
|
|
357
357
|
"FSK441",
|
358
358
|
"MSK144",
|
359
359
|
"JT65",
|
360
|
+
"JT9",
|
361
|
+
"Q65",
|
360
362
|
):
|
361
363
|
themode = "DG"
|
362
364
|
freq = int(contact.get("Freq", "0")) / 1000
|
@@ -459,7 +461,10 @@ def ft8_handler(the_packet: dict):
|
|
459
461
|
their_grid = their_grid[:4]
|
460
462
|
ALTEREGO.contact["NR"] = their_grid
|
461
463
|
# ALTEREGO.contact["Sect"] = the_packet.get("ARRL_SECT", "ERR")
|
462
|
-
|
464
|
+
if the_packet.get("SUBMODE"):
|
465
|
+
ALTEREGO.contact["Mode"] = the_packet.get("SUBMODE", "ERR")
|
466
|
+
else:
|
467
|
+
ALTEREGO.contact["Mode"] = the_packet.get("MODE", "ERR")
|
463
468
|
ALTEREGO.contact["Freq"] = round(float(the_packet.get("FREQ", "0.0")) * 1000, 2)
|
464
469
|
ALTEREGO.contact["QSXFreq"] = round(
|
465
470
|
float(the_packet.get("FREQ", "0.0")) * 1000, 2
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: not1mm
|
3
|
-
Version: 24.9.
|
3
|
+
Version: 24.9.14
|
4
4
|
Summary: NOT1MM Logger
|
5
5
|
Author-email: Michael Bridak <michael.bridak@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/mbridak/not1mm
|
@@ -100,7 +100,7 @@ Requires-Dist: Levenshtein
|
|
100
100
|
- [Cluster](#cluster)
|
101
101
|
- [N1MM Packets](#n1mm-packets)
|
102
102
|
- [Bands](#bands)
|
103
|
-
- [Logging WSJT-X FT8/FT4 and FLDIGI RTTY contacts](#logging-wsjt-x-
|
103
|
+
- [Logging WSJT-X FT8/FT4/ETC and FLDIGI RTTY contacts](#logging-wsjt-x-ft8ft4etc-and-fldigi-rtty-contacts)
|
104
104
|
- [Sending CW](#sending-cw)
|
105
105
|
- [Editing macro keys](#editing-macro-keys)
|
106
106
|
- [Macro substitutions](#macro-substitutions)
|
@@ -229,6 +229,8 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
|
|
229
229
|
|
230
230
|
## Recent Changes
|
231
231
|
|
232
|
+
- [24-9-14] BugFix. Starting lookups fail init if no settings.
|
233
|
+
- [24-9-12] Fixed WSJT-X MFSK submodes FT4 Q65.
|
232
234
|
- [24-9-11-2] Removed all the sketchy threaded call lookups. They're now implimented as a multicast service.
|
233
235
|
- [24-9-11-1] Fixed high clock cycle usage from the FlDigiWatcher class.
|
234
236
|
- [24-9-11] Fixed the HamQTH call lookups.
|
@@ -616,9 +618,9 @@ appear. Those without will not.
|
|
616
618
|
|
617
619
|

|
618
620
|
|
619
|
-
## Logging WSJT-X FT8/FT4 and FLDIGI RTTY contacts
|
621
|
+
## Logging WSJT-X FT8/FT4/ETC and FLDIGI RTTY contacts
|
620
622
|
|
621
|
-
**
|
623
|
+
**Digital modes only working for ARRL Field Day, ARRL VHF, and Weekly RTTY**
|
622
624
|
|
623
625
|
not1mm listens for WSJT-X UDP traffic on the Multicast address 224.0.0.1:2237.
|
624
626
|
No setup is needed to be done on not1mm's side. That's good because I'm lazy.
|