Wykres commitów

10543 Commity (5a7eec1af702f7298ffc5084c814fc1cfb39352a)

Autor SHA1 Wiadomość Data
Daniele Forsi IU5HKX 5a7eec1af7 Fix man page of rigctld
The options rigctld-idle and bind-all where written with an underscore.
2023-10-22 23:21:02 +02:00
Mike Black W9MDB 84875071a9 Change modelist to modes array
Change id: to 3-elements
1 packet per second right now -- but will soon send out a packet upon any change of data
https://github.com/Hamlib/Hamlib/issues/695
2023-10-22 13:18:51 -05:00
Mike Black W9MDB 9b6d1565f1 More disabling of spectrum until it works well on Windows too
Maybe can enable for Linux only.
https://github.com/Hamlib/Hamlib/issues/695
2023-10-22 08:34:13 -05:00
Mike Black W9MDB fb49c0cf70 Remove bad RIG_LEVEL_USB* items 2023-10-21 16:05:16 -05:00
Mike Black W9MDB 46bfe24a62 Disable SPECTRUM from multicast until we get it working well with CAT control
https://github.com/Hamlib/Hamlib/issues/695
2023-10-21 15:57:30 -05:00
Mike Black W9MDB 00d69f63ef stop multicast during rig_close
https://github.com/Hamlib/Hamlib/issues/1405
2023-10-21 15:55:59 -05:00
Mike Black W9MDB bdeb433d04 Fix level print in kenwood.c for portability 2023-10-21 12:44:16 -05:00
Mike Black W9MDB 464fa3f478 Revert "Promote token_t to unsigned long long"
This broke several things -- have to do this inside kenwood.c instead
This reverts commit 01292b261f.
2023-10-21 12:39:47 -05:00
Mike Black W9MDB 344f06382c Fix sprintflst mode to skip empty modes 2023-10-21 12:10:16 -05:00
Mike Black W9MDB aa429806aa Merge branch 'master' of https://github.com/Hamlib/Hamlib 2023-10-21 11:47:31 -05:00
Mike Black W9MDB 65caf427f0 Fix sprintflst mode extra space 2023-10-21 11:46:31 -05:00
Michael Black e1ca06655d
Merge pull request #1404 from GeoBaltz/usb_stuff
Implement RIG_LEVEL_USB_* on Kenwood TS-890S
2023-10-21 10:20:54 -05:00
George Baltz N3GB a1baf7307d Implement RIG_LEVEL_USB_AF[_INPUT] for TS-890S
+ some cleanup.
2023-10-21 10:44:16 -04:00
George Baltz N3GB 9a22b39fcd Add RIG_LEVEL_USB_AF_INPUT to RIG_LEVEL_FLOAT_LIST 2023-10-21 10:24:42 -04:00
George Baltz N3GB 05823482a0 Fix duplicate level definition 2023-10-20 18:23:29 -04:00
Mike Black W9MDB c74fc74e9e Fix TS590 get level USB_AF and USB_AF_INPUT 2023-10-20 17:02:08 -05:00
Mike Black W9MDB b6ffeeda99 Fix stupid mistake on ts590.c 2023-10-20 16:39:30 -05:00
Mike Black W9MDB f697f71205 Fix USB_AF USB_AF_INPUT for TS590SG 2023-10-20 16:33:45 -05:00
Mike Black W9MDB b609eb0085 Make multicast a little quieter so one can run rigctl -vvvvv
https://github.com/Hamlib/Hamlib/issues/695
2023-10-20 16:25:21 -05:00
Mike Black W9MDB df413d0dc4 Enable multicast by default on 224.0.0.1 port 4532
Does not allow for rig control yet -- just rig info
https://github.com/Hamlib/Hamlib/issues/695
2023-10-20 15:18:23 -05:00
Mike Black W9MDB d87671b54b Add a TRACE function to network.c 2023-10-20 11:52:59 -05:00
Mike Black W9MDB 289585388b Allow network_init to succeed when already initialized
https://github.com/Hamlib/Hamlib/issues/695
2023-10-20 11:25:20 -05:00
Mike Black W9MDB ff2c0e6b03 Fix USB_AF and USB_AF_INPUT for TS590
https://github.com/Hamlib/Hamlib/issues/1402
2023-10-20 09:35:03 -05:00
Mike Black W9MDB 01292b261f Promote token_t to unsigned long long
https://github.com/Hamlib/Hamlib/issues/1402
2023-10-19 23:35:20 -05:00
Mike Black W9MDB ec6c19854e Fix AG response for simts590.c 2023-10-18 17:14:37 -05:00
Mike Black W9MDB f5f8694a70 Add RIG_LEVEL_USB_AF_INPUT
Add RIG_LEVEL_USB_AF and RIG_LEVEL_USB_AF_INPUT to ts590.c
More rigs to be updated for this
2023-10-18 16:47:29 -05:00
Mike Black W9MDB 914c4f4d2a Add clearerr in rotctl_parse.c 2023-10-18 16:45:42 -05:00
Mike Black W9MDB 60356f5774 Fix some simulators to use new WRITE function
Update simts590.c
2023-10-18 15:37:28 -05:00
Mike Black W9MDB cb5e9ec853 Remove debug from configure.ac
https://github.com/Hamlib/Hamlib/issues/1403
2023-10-18 10:15:11 -05:00
Mike Black W9MDB aac762712a Fix static build with indi
Now builds both dynamic and static
https://github.com/Hamlib/Hamlib/issues/1403
2023-10-18 10:10:46 -05:00
Mike Black W9MDB 680ce55ba2 Revert "Fix get_vfo_info VFO argument"
This reverts commit 1bf2111c7a.
2023-10-15 22:53:27 -05:00
Mike Black W9MDB 1bf2111c7a Fix get_vfo_info VFO argument 2023-10-15 22:47:23 -05:00
Mike Black W9MDB 8a006db51d Hopefully fix network.c build warning 2023-10-15 08:09:19 -05:00
Mike Black W9MDB 9f053799e9 Fix indi build
d72127f29a (commitcomment-130010062)
2023-10-15 07:44:50 -05:00
Mike Black W9MDB cdc9bc45f2 Add -b/bind_all option to rigctld
By default rigctld will not try all interfaces
Windows was not recognizing duplicate rigctld instances and failing with Log4OM
https://github.com/Hamlib/Hamlib/issues/1400
2023-10-14 16:55:43 -05:00
Mike Black W9MDB b72dd095f7 Fix cppcheck warning 2023-10-14 12:45:37 -05:00
Mike Black W9MDB 8d15c04727 Fix more cppcheck items 2023-10-14 12:01:41 -05:00
Mike Black W9MDB e2354333f3 Return early in icom/frame.c on BUSERROR 2023-10-14 12:01:15 -05:00
Mike Black W9MDB 534fe449a2 Fix more cppcheck items 2023-10-13 17:36:29 -05:00
Mike Black W9MDB d72127f29a Fix cppcheck warnings 2023-10-11 23:22:42 -05:00
Mike Black W9MDB 501c4b62c9 cppcheck fixes 2023-10-11 09:01:15 -05:00
Mike Black W9MDB 9c6e564006 Fix flrig to work for now -- speed up will come later
https://github.com/Hamlib/Hamlib/issues/1398
2023-10-10 17:56:53 -05:00
Mike Black W9MDB 744eb5fc5d Revert to VFO argument for set_ant and get_ant
https://github.com/Hamlib/Hamlib/issues/1399
2023-10-10 10:44:39 -05:00
Mike Black W9MDB e68b6f98b5 Add RIG_CONF_INT
Fix AGC_LAST value thanks to cppcheck
2023-10-08 17:18:16 -05:00
Mike Black W9MDB 67fdf34f22 Update simftdx101.c 2023-10-08 17:16:46 -05:00
Mike Black W9MDB d3edab3759 Fix cppcheck warnings
https://github.com/Hamlib/Hamlib/issues/1351
2023-10-08 17:16:10 -05:00
Mike Black W9MDB dfc04d49c4 Fix cppcheck warnings
https://github.com/Hamlib/Hamlib/issues/1351
2023-10-08 17:14:55 -05:00
Mike Black W9MDB fd1c48bfab Fix printout of ext_level 2023-10-08 16:51:39 -05:00
Mike Black W9MDB 64d6cd4af2 Update some rigctl commands that do not need the VFO argument 2023-10-07 14:10:50 -05:00
Mike Black W9MDB d7b65ec5a5 In newcat.c add PC cmd to no validation 2023-10-07 09:54:38 -05:00