Commit Graph

8805 Commits

Author SHA1 Message Date
Mike Black W9MDB
6bd9cdfda0 Update rigctlcom.1 man page to add new -B --mapa2b option 2022-04-24 14:46:30 -05:00
Mike Black W9MDB
d412914f96 Update NEWS 2022-04-24 14:22:43 -05:00
Mike Black W9MDB
6497048f28 Allow rigctlcom to map set_freq on VFOA to VFOB instead
This will allow CW Skimmer to work with some rigs (e.g. IC7300) using FM
mode on VFOA and CW mode on VFOB and split mode transmit on VFOB.
Clicking on CW Skimmer will change VFOB instead of VFOA to allow working
dxpeditions where the fox is staying on frequency
2022-04-24 14:19:20 -05:00
Mike Black W9MDB
07d2602950 Update documentation in ft1000mp.c
https://github.com/Hamlib/Hamlib/issues/1014
2022-04-22 16:39:42 -05:00
Mike Black W9MDB
871dcbe8a3 Add split functions to FT1000MP models
ft1000mp_set_split_mode
ft1000mp_get_split_mode
ft100mp_get_split_freq_mode
https://github.com/Hamlib/Hamlib/issues/1014
2022-04-21 17:08:06 -05:00
Mike Black W9MDB
3dd9277e79 Reduce debug in misc.c 2022-04-19 23:08:46 -05:00
Mike Black W9MDB
2f29f326ab Ensure cache is update for split
https://github.com/Hamlib/Hamlib/issues/1012
2022-04-19 23:06:03 -05:00
Mike Black W9MDB
0405498b07 Fix FT-817/818 set_split to set split cache
https://github.com/Hamlib/Hamlib/issues/1012
2022-04-19 18:10:41 -05:00
Mike Black W9MDB
4ac7d024e8 Make FT-817/FT-818 return cached VFOB freq when split and transmitting
https://github.com/Hamlib/Hamlib/issues/1012
2022-04-19 17:42:29 -05:00
Mike Black W9MDB
5427b4cf86 Promote UNTESTED to ALPHA -- assuming no news is good news 2022-04-16 22:47:51 -05:00
Mike Black W9MDB
ff5682ea7e Upgrade rotors from BETA to STABLE and ALPHA to BETA -- assuming no news is good news 2022-04-16 17:39:50 -05:00
Mike Black W9MDB
6b0dbab42f Promote gnuradio from ALPHA to BETA -- assuming no new is good news 2022-04-16 17:36:11 -05:00
Mike Black W9MDB
0473702cb6 Promote rigs from ALPHA to BETA -- assuming no news is good news 2022-04-16 17:35:39 -05:00
Mike Black W9MDB
4e21730cd0 Promote all Kenwood BETA to STABLE -- assuming no news is good news 2022-04-16 17:32:47 -05:00
Mike Black W9MDB
9ee49933d7 Prompte all Icom rigs from BETA to STABLE and ALPHA to BETA 2022-04-16 17:30:15 -05:00
Mike Black W9MDB
86b737b95a Promote all Yaesu rigs from BETA to STABLE and ALPHA to BETA 2022-04-16 17:28:43 -05:00
Mike Black W9MDB
9df30be05f Promote all Icom ALPHA rigs to BETA -- assuming no news is good news 2022-04-16 17:27:05 -05:00
Mike Black W9MDB
f5ee5c86fd Fix IC-F8101 set/get ptt to allow for ptt on ACC port
https://github.com/Hamlib/Hamlib/issues/1010
2022-04-16 16:59:26 -05:00
Mike Black W9MDB
e409efbaef Fix TCP connection to Xiegu X6100 to not be overridden by UDP implementation
https://github.com/Hamlib/Hamlib/issues/1009
2022-04-16 08:18:16 -05:00
Mike Black W9MDB
863f50f2fb Really move rig_make_md5 to rig.h
https://github.com/Hamlib/Hamlib/issues/813
2022-04-16 06:48:41 -05:00
Mike Black W9MDB
4055810dc8 Remove md5.h from rigctl_parse.c
https://github.com/Hamlib/Hamlib/issues/813
2022-04-16 06:40:01 -05:00
Mike Black W9MDB
d54b541c0d Merge branch 'master' of https://github.com/Hamlib/Hamlib 2022-04-16 00:03:41 -05:00
Mike Black W9MDB
eb6ce19600 Move rig_make_md5 to rig.h
extern HAMLIB_EXPORT(char*) rig_make_md5(char *pass);
2022-04-16 00:00:44 -05:00
Mike Black W9MDB
3e7dcc85ab Add md5.h to security/Makefile.am 2022-04-15 23:15:56 -05:00
Mike Black W9MDB
5ab39f3022 Fix src/Makefile.am removing md5.h
https://github.com/Hamlib/Hamlib/issues/813
2022-04-15 23:06:13 -05:00
Mike Black W9MDB
5c6e92a089 Change make_md5 to rig_make_md5 and export for the DLL build
https://github.com/Hamlib/Hamlib/issues/813
2022-04-15 22:44:53 -05:00
Mike Black W9MDB
b085b353e5 Move md5.h declaration
https://github.com/Hamlib/Hamlib/issues/813
2022-04-15 17:56:18 -05:00
Mike Black W9MDB
ad2e3bb0ee Move md5.h to src 2022-04-15 17:49:00 -05:00
Mike Black W9MDB
cd5f69fb96 Remove make_md5 declaraion from rigctl_parse.c
https://github.com/Hamlib/Hamlib/issues/813
2022-04-15 17:41:49 -05:00
Mike Black W9MDB
bf9125d3db Add make_md5 to md5.h
https://github.com/Hamlib/Hamlib/issues/813
2022-04-15 17:23:26 -05:00
Mike Black W9MDB
b138108789 Add include files to security/Makefile.am 2022-04-15 17:18:29 -05:00
Mike Black W9MDB
d38a0a8f5f Clean up security/Makefile.am
https://github.com/Hamlib/Hamlib/issues/813
2022-04-15 16:46:39 -05:00
Mike Black W9MDB
af7def205c Fix Makefile.am for new security directory
https://github.com/Hamlib/Hamlib/issues/813
2022-04-15 16:40:40 -05:00
Mike Black W9MDB
b485b2f593 Remove security_test from Makefile.am
https://github.com/Hamlib/Hamlib/issues/813
2022-04-15 16:33:22 -05:00
Mike Black W9MDB
c68233e9d5 Change random call to rand for portability
https://github.com/Hamlib/Hamlib/issues/813
2022-04-15 16:20:15 -05:00
Mike Black W9MDB
8f1178c552 Fix password.c compilation on mingw
https://github.com/Hamlib/Hamlib/issues/813
2022-04-15 16:17:09 -05:00
Mike Black W9MDB
770aa4e98a Stage 1 rigctld password working using MD5 hash
Need to add Stage 2 which will be encryption using the MD5 hash as the key so the secret key nevers gets trasmitted
Then need to add a "by connection" capability as password is permanent across connections right now.
2022-04-15 13:21:35 -05:00
Mike Black W9MDB
3ac385ed05 Add some debug for rig_caps 2022-04-15 13:18:38 -05:00
Mike Black W9MDB
6846d164bf Add FT450D 2022-04-15 13:17:17 -05:00
Mike Black W9MDB
1bdb6ce2bf Add FT450D entry 2022-04-15 13:16:09 -05:00
Mike Black W9MDB
135e876565 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2022-04-13 17:15:19 -05:00
Mike Black W9MDB
d04981ac39 Add amp_get_conf2 go amplifier.h 2022-04-13 08:47:29 -05:00
Michael Black
98c225a416
Merge pull request #1008 from PianetaRadio/master
Yaesu newcat RIG_FUNC_CSQL
2022-04-08 06:51:39 -05:00
PianetaRadio
4468b153e2
FT991 add RIG_FUNC_CSQL function 2022-04-08 09:48:32 +02:00
PianetaRadio
d9c4997117
Update newcat.h 2022-04-08 09:44:09 +02:00
PianetaRadio
b98f8bef25
Yaesu newcat, add RIG_FUNC_CSQL function 2022-04-08 09:43:26 +02:00
PianetaRadio
1710058bfa
FT991, fix max RF power for VHF/UHF bands 2022-04-08 09:16:21 +02:00
Michael Black
14dc9acccf
Merge pull request #1007 from PianetaRadio/master
FT817, 857 and 897 add RIG_FUNC_CSQL
2022-04-07 07:24:28 -05:00
PianetaRadio
08456af0f8
FT897 add RIG_FUNC_CSQL 2022-04-07 12:53:29 +02:00
PianetaRadio
ada37e07a9
FT857 add RIG_FUNC_CSQL 2022-04-07 12:45:00 +02:00