Hamlib/tests
Daniele Forsi IU5HKX 0317e64dc8 Remove double call to rig_token_lookup() and rot_token_lookup()
The needed value is already in the variable.

Test case /to check that the changes don't break the code):
tests/rigctl --set-conf=rig_pathname=test,write_delay=1,timeout=2 --show-conf Q | grep --no-group-separator -A1 -E "(rig_pathname|^write_delay|^timeout):"
tests/rotctl --set-conf=rot_pathname=test,write_delay=1,timeout=2 --show-conf Q | grep --no-group-separator -A1 -E "(rot_pathname|^write_delay|^timeout):"

The output before and after this patch is:
rig_pathname: "Path name to the device file of the rig"
        Default: /dev/rig, Value: test
write_delay: "Delay in ms between each byte sent out"
        Default: 0, Value: 1
timeout: "Timeout in ms"
        Default: 0, Value: 2
Command 'Q' not found!
rot_pathname: "Path name to the device file of the rotator"
        Default: /dev/rotator, Value: test
write_delay: "Delay in ms between each byte sent out"
        Default: 0, Value: 1
timeout: "Timeout in ms"
        Default: 0, Value: 2
2025-08-20 23:07:48 +02:00
..
.gitignore Add more files to tests/.gitignore 2025-08-18 07:47:13 -05:00
Android.mk
Makefile.am Document fixing MinGW warnings and linker error 2025-08-18 17:24:08 -05:00
README
ampctl.c Do not show any debug trace messages unless requested with -vvvvv 2025-08-20 17:03:32 +02:00
ampctl_parse.c Refactor to remove code duplication in ampctl*.c 2025-08-19 16:51:31 +02:00
ampctl_parse.h Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
ampctld.c Do not show any debug trace messages unless requested with -vvvvv 2025-08-20 17:03:32 +02:00
amptest.sh Read the frequency just set and fix typos 2025-08-18 07:47:14 -05:00
cachetest.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
cachetest.sh
cachetest2.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
dumpcaps.c Handle missing enums 2025-08-18 10:51:23 +02:00
dumpcaps.h Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
dumpcaps_amp.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
dumpcaps_rot.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
dumpcaps_rot.h Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
dumpmem.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
dumpstate.c Handle missing enums 2025-08-18 10:51:23 +02:00
example.c Document fixing MinGW warnings and linker error 2025-08-18 17:24:08 -05:00
func_chk.c
hamlib_tuner_control
hamlibmodels.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
listrigs.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
memcsv.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
memload.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
memsave.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
rig_bench.c Fix typos 2025-08-16 11:52:55 +02:00
rig_split_lst.awk
rig_tests.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
rig_tests.h Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
rigctl.c Do not show any debug trace messages unless requested with -vvvvv 2025-08-20 17:03:32 +02:00
rigctl_parse.c Remove double call to rig_token_lookup() and rot_token_lookup() 2025-08-20 23:07:48 +02:00
rigctl_parse.h Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
rigctlcom.c Do not show any debug trace messages unless requested with -vvvvv 2025-08-20 17:03:32 +02:00
rigctld.c Do not show any debug trace messages unless requested with -vvvvv 2025-08-20 17:03:32 +02:00
rigctlsync.c Do not show any debug trace messages unless requested with -vvvvv 2025-08-20 17:03:32 +02:00
rigctltcp.c Do not show any debug trace messages unless requested with -vvvvv 2025-08-20 17:03:32 +02:00
rigfreqwalk.c Fix typos 2025-08-16 11:52:55 +02:00
rigmatrix.c Fix compiler errors 2025-08-19 10:36:25 +02:00
rigmatrix_head.html
rigmem.c Do not show any debug trace messages unless requested with -vvvvv 2025-08-20 17:03:32 +02:00
rigsmtr.c Do not show any debug trace messages unless requested with -vvvvv 2025-08-20 17:03:32 +02:00
rigswr.c Do not show any debug trace messages unless requested with -vvvvv 2025-08-20 17:03:32 +02:00
rigtestlibusb.c
rigtestmcast.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
rigtestmcastrx.c Merge HitHub PR #1811 2025-07-22 22:11:06 -05:00
rotctl.c Do not show any debug trace messages unless requested with -vvvvv 2025-08-20 17:03:32 +02:00
rotctl_parse.c Remove double call to rig_token_lookup() and rot_token_lookup() 2025-08-20 23:07:48 +02:00
rotctl_parse.h Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
rotctld.c Do not show any debug trace messages unless requested with -vvvvv 2025-08-20 17:03:32 +02:00
sendraw.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
simple.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
test2038.c A few more cppcheck messages silenced 2025-07-28 19:31:20 -04:00
testbcd.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
testcache.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
testcaps.sh
testcookie.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
testctld.pl
testfreq.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
testgrid.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
testloc.c Fix typos 2025-08-03 10:49:23 +02:00
testmW2power.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
testnet.c [tests] Make testnet.c build 2025-08-18 09:02:09 -05:00
testrig.c Fix typos 2025-08-16 11:52:55 +02:00
testrigcaps.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
testrigopen.c Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
testrotctld.pl
testsecurity.c Document fixing MinGW warnings and linker error 2025-08-18 17:24:08 -05:00
testtrn.c Fix typos 2025-08-16 11:52:55 +02:00
uthash.h Replace uthash.h(1.9.4) with latest release(2.3.0) 2025-08-13 13:21:40 -04:00

README

You will find in the tests/ subdirectory various programs to exercise
the Hamlib library.

Most of the time, you will have to make sure that the backend for
your rig is loaded by passing the model number of your rig by argument.
If you don't know the number, listrigs can give it to you,
"rigctl --list" will also output something like this:

    Rig#    Mfg           Model           Vers.
    1       Hamlib        Dummy           0.1
    105     Yaesu         FT-747GX        0.1
    210     Kenwood       TS-870S         0.1
    311     Icom          IC-706MkIIG     0.2
    1506    Winradio      WR-3500         0.6
    [etc.]

In any case, you are encouraged to check for correct initialization
by reading the source code, at the beginning of the main().  Check also
that the program is setup for your rig path strncpy(HAMLIB_RIGPORT(my_rig)->pathname...

dumpcaps  - Output the caps contents of a rig
dumpmem   - Dump the memory contents of the rig
listrigs  - Condensed list of all the models supported by backends
rigmatrix - Output the HTML table of supported rigs, with .png files for freqs
            (Better call 'make rigmatrix.html' which builds the HTML table
            and additional information in sup-info subdirectory.)
testbcd   - Simple program to test BCD conversion, takes a number as arg.
testfreq  - Simple program to test Freq conversion, takes a number as arg.
testrig   - Sample program calling common API calls, uses rig_probe
testtrn   - Sample program using event notification (transceive mode)
rigctl    - Combined tool to execute any call of the API, see man page
rigmem    - Combined tool to load/save content of rig memory, see man page
rotctl    - Similar to 'rigctl' but for rotators, see man page
rigctld   - A simple daemon to process 'rigctl' commands received over a
            network socket.  Useful for scripting languages or remote access
            via an SSH tunnel (insecure program).  See man page.
rotctld   - A simple daemon to process 'rotctl' commands received over a
            network socket.  Useful for scripting languages or remote access
            via an SSH tunnel (insecure program).  See man page.
testctld.pl A Perl program to test 'rigctld' and provide some example code.