Mike Black W9MDB
|
c4d0df1f86
|
Balance RETURNFUNC2 in cache.c
|
2023-05-13 15:22:31 -05:00 |
Mike Black W9MDB
|
14cdbcba31
|
Balance RETURNFUNC in cache.c
|
2023-05-13 15:11:11 -05:00 |
Mike Black W9MDB
|
c2d1f04507
|
Add comments about multicast mutex
https://github.com/Hamlib/Hamlib/issues/695
|
2023-05-13 14:54:43 -05:00 |
Mike Black W9MDB
|
8ad62b1af8
|
Merge branch 'master' of https://github.com/Hamlib/Hamlib
|
2023-05-13 10:49:26 -05:00 |
Mike Black W9MDB
|
99baa872bf
|
Move sleep for serial before the flush
|
2023-05-13 10:49:08 -05:00 |
Mike Black W9MDB
|
28e2d8f45c
|
Move sleep for serial before the flush
|
2023-05-13 10:48:39 -05:00 |
Mike Black W9MDB
|
43b24caa01
|
Fix rigctld timeout on open
https://github.com/Hamlib/Hamlib/issues/1288
|
2023-05-13 10:41:41 -05:00 |
Mike Black W9MDB
|
26aa57aded
|
Add rig_lock and pthread mutex for multicast
https://github.com/Hamlib/Hamlib/issues/695
|
2023-05-13 08:11:50 -05:00 |
Mike Black W9MDB
|
fc96ec0874
|
Add new rig_lock function for eventual use in threading with new multicast
https://github.com/Hamlib/Hamlib/issues/695
|
2023-05-13 08:00:06 -05:00 |
Mike Black W9MDB
|
c7cfc78303
|
Add IC7700 to rigs that don't have 0x25
|
2023-05-12 14:36:40 -05:00 |
Mike Black W9MDB
|
1f98f0d347
|
Try again to fix ft847 vfo reading
https://github.com/Hamlib/Hamlib/issues/1286#issuecomment-1545971701
|
2023-05-12 11:19:02 -05:00 |
Mike Black W9MDB
|
dfc5e72d02
|
Have FT847 default to sat_mode when Sub VFO is requested
Don't see any way to query satellite mode
https://github.com/Hamlib/Hamlib/issues/1286#issuecomment-1544662994
|
2023-05-11 16:36:12 -05:00 |
Mike Black W9MDB
|
bdecc7f73e
|
Only do close functions when comm_state is true
https://github.com/Hamlib/Hamlib/issues/1282
|
2023-05-10 23:27:40 -05:00 |
Mike Black W9MDB
|
5f55b0ea48
|
Since we do two timeouts now for serial we can cut serial timeouts in half
https://github.com/Hamlib/Hamlib/issues/1282
|
2023-05-10 23:23:33 -05:00 |
Mike Black W9MDB
|
f03b03878e
|
Speed up timeout during rig_open by not doing any retries
https://github.com/Hamlib/Hamlib/issues/1282
|
2023-05-10 23:00:12 -05:00 |
Mike Black W9MDB
|
6285c4a6b8
|
Remove unused variable in newcat.c
https://github.com/Hamlib/Hamlib/issues/1282
|
2023-05-10 17:28:49 -05:00 |
Mike Black W9MDB
|
131f8443a3
|
Improve Yaesu poweron detection speed in default condition of already powered on
https://github.com/Hamlib/Hamlib/issues/1282
|
2023-05-10 17:24:41 -05:00 |
Mike Black W9MDB
|
e9cc1881dc
|
Fix x25cmdfails detection in icom.c
https://github.com/Hamlib/Hamlib/issues/1277#issuecomment-1542655090
|
2023-05-10 14:42:22 -05:00 |
Mike Black W9MDB
|
42d6cce77b
|
Add multicast tests to .gitignore
|
2023-05-10 11:21:30 -05:00 |
Mike Black W9MDB
|
d2924c7ae7
|
Add a flush in newcat.c get_powerstat
|
2023-05-09 14:13:17 -05:00 |
Mike Black W9MDB
|
58e6ee3553
|
I think we can work without config.h being included in rig.h
https://github.com/Hamlib/Hamlib/issues/695
|
2023-05-09 12:00:53 -05:00 |
Mike Black W9MDB
|
322ba6901c
|
Remove multicast.h from src/Makefile.am
|
2023-05-09 11:57:11 -05:00 |
Mike Black W9MDB
|
04e10da6e3
|
Move multicast.h to include/hamlib and fix some other things
https://github.com/Hamlib/Hamlib/issues/695
|
2023-05-09 11:46:54 -05:00 |
Mike Black W9MDB
|
b67803358c
|
Update multicast.c JSON
https://github.com/Hamlib/Hamlib/issues/695
|
2023-05-09 09:23:46 -05:00 |
Mike Black W9MDB
|
7985286208
|
Add PTT to multicast packet
https://github.com/Hamlib/Hamlib/issues/695
|
2023-05-09 09:15:41 -05:00 |
Mike Black W9MDB
|
f97736649f
|
Remove #pragma from rigtestmcastrx.c
https://github.com/Hamlib/Hamlib/issues/695
|
2023-05-09 08:24:41 -05:00 |
Mike Black W9MDB
|
7835329e32
|
Fix mingw build for multicast.c
https://github.com/Hamlib/Hamlib/issues/695
|
2023-05-09 07:00:03 -05:00 |
Mike Black W9MDB
|
1d96a84b44
|
Fix dangling pointer in aor.c
|
2023-05-08 23:58:52 -05:00 |
Mike Black W9MDB
|
4f0d78f1d9
|
Fix cppcheck warnings
|
2023-05-08 23:56:28 -05:00 |
Mike Black W9MDB
|
7101c699c8
|
Fix cppcheck warnings
|
2023-05-08 17:35:44 -05:00 |
Mike Black W9MDB
|
46d31277c1
|
Fix responsebuf in kpa.c
|
2023-05-08 17:31:11 -05:00 |
Mike Black W9MDB
|
ca763d4ff1
|
Clean up JSON
https://github.com/Hamlib/Hamlib/issues/695
|
2023-05-08 17:15:26 -05:00 |
Mike Black W9MDB
|
a4c10c3206
|
Fix cppcheck warnings
|
2023-05-08 12:16:51 -05:00 |
Mike Black W9MDB
|
f45aea8859
|
Add simicom9100.c and fix compilation of all others due to POSIX requirements
|
2023-05-08 12:04:08 -05:00 |
Mike Black W9MDB
|
247f0f72cf
|
Excludes IC9100 from updating x25cmdfails from satmode
The IC9100 never supports 0x25
https://github.com/Hamlib/Hamlib/issues/1284
|
2023-05-08 10:30:24 -05:00 |
Mike Black W9MDB
|
dad55ef148
|
astyle files getting ready for WSJT-x-2.7.0rc1
|
2023-05-08 07:37:13 -05:00 |
Mike Black W9MDB
|
f55e7b8348
|
Rename multicast test routines and clean up things a bit
Now works on mingw32 and Linux
https://github.com/Hamlib/Hamlib/issues/695
|
2023-05-07 23:23:01 -05:00 |
Mike Black W9MDB
|
6fa16ea77f
|
Fix mingw compile warning
https://github.com/Hamlib/Hamlib/issues/695
|
2023-05-07 17:38:45 -05:00 |
Mike Black W9MDB
|
023a6bd3fb
|
Add EXPORT to multicast.h
https://github.com/Hamlib/Hamlib/issues/695
|
2023-05-07 17:32:36 -05:00 |
Mike Black W9MDB
|
9fd6af9699
|
Fix mingw compile warning
|
2023-05-07 17:28:08 -05:00 |
Mike Black W9MDB
|
b55a46a0f6
|
Fix mingw compile warnings
|
2023-05-07 17:27:31 -05:00 |
Mike Black W9MDB
|
e505ed37db
|
Fix compile warning on mingw
|
2023-05-07 17:26:31 -05:00 |
Mike Black W9MDB
|
62b9a12e89
|
Add multicastserver test
Fix compile warnings on mingw
|
2023-05-07 17:17:50 -05:00 |
Mike Black W9MDB
|
2a758b96ab
|
Fix compile warning in tci1x.c
|
2023-05-07 17:17:01 -05:00 |
Mike Black W9MDB
|
6e6d192c91
|
Fix mingw compile warning
|
2023-05-07 17:13:21 -05:00 |
Mike Black W9MDB
|
5d130be05c
|
Fix another mingw compile warning on rotorez.c
|
2023-05-07 16:44:43 -05:00 |
Mike Black W9MDB
|
5648e587a8
|
Fix mingw compile warning on rotorez.c
|
2023-05-07 16:42:44 -05:00 |
Mike Black W9MDB
|
a8d9d90025
|
Fix multicast.c build on mingw
https://github.com/Hamlib/Hamlib/issues/695
|
2023-05-07 15:34:31 -05:00 |
Mike Black W9MDB
|
b0357025e6
|
Add multicast.c to hamlib build
https://github.com/Hamlib/Hamlib/issues/695
|
2023-05-07 15:32:43 -05:00 |
Mike Black W9MDB
|
65a3305fa8
|
Add multicastclient to tests/Makefile.am
https://github.com/Hamlib/Hamlib/issues/695
|
2023-05-07 13:22:38 -05:00 |