Daniele Forsi IU5HKX
3448c735b0
Remove non-working compilation instructions from comments
...
Some instructions were a copy and paste error, some did not link
to Hamlib. Compile all simulators with: make -C simulators check
or compile a single simulator replacing "check" with the name of
the simulator.
Fixed with:
perl -pe 's,// gcc.*\n,,' -i *.c
perl -pe 's,// On mingw.*\n,,' -i *.c
2025-04-30 19:34:22 +02:00
Daniele Forsi IU5HKX
037c4953ed
Fix name of function in error messages
...
Fixed with:
perl -pe s/pstname/ptsname/ -i *.c
2025-04-30 19:22:36 +02:00
Mike Black W9MDB
e267c62764
astyle files
2023-12-16 11:37:58 -06:00
Mike Black W9MDB
8940d91522
Fix CPU usage in simulators when client quits
2023-11-29 17:04:56 -06:00
Mike Black W9MDB
d72127f29a
Fix cppcheck warnings
2023-10-11 23:22:42 -05:00
Mike Black W9MDB
4175929a48
More changes from cppcheck
2023-10-06 22:59:55 -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
6c5e0e6974
Update astyle formatting
2022-11-16 15:30:36 -06:00
Mike Black W9MDB
e7647de001
Update simkenwood.c
2022-09-26 23:50:26 -05:00
Mike Black W9MDB
0b68de7b65
Update simkenwood.c
2022-09-26 23:04:23 -05:00
Mike Black W9MDB
4985d9ab26
Update simkenwood
2022-09-15 23:45:17 -05:00
Mike Black W9MDB
c34f719337
Astyle files
2022-08-20 22:56:04 -05:00
Mike Black W9MDB
2b4411c9c3
Update simkenwood.c
2022-08-17 15:33:18 -05:00
Mike Black W9MDB
a83eb3bf42
astyle files for 4.5 release
2022-07-27 17:16:17 -05:00
Mike Black W9MDB
f8039c9d91
Update simkenwood.c
2022-07-26 22:53:19 -05:00
Mike Black W9MDB
6019873b66
Update simkenwood.c
2022-07-06 06:45:07 -05:00
Mike Black W9MDB
b1a4bb06ce
Astyle files
2022-05-21 13:23:51 -05:00
Mike Black W9MDB
468dd15110
Update simkenwood.c
2022-05-17 17:03:48 -05:00
Mike Black W9MDB
ecd78e7354
Clean up simkenwood warnings
2022-05-15 11:26:29 -05:00
Mike Black W9MDB
6f9d057162
astyle files getting ready for release
2022-05-13 16:50:13 -05:00
Mike Black W9MDB
80043d437c
Update simkenwood and simyaesu
2022-05-13 16:27:18 -05:00
Mike Black W9MDB
533ad321d4
Update simkenwood.c
2022-04-28 16:42:15 -05:00
Mike Black W9MDB
8c34ce1a2d
astyle source code
2022-02-05 15:27:43 -06:00
Mike Black W9MDB
976cd61d2e
Change snprintf to SNPRINTF in simulators
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-22 22:39:00 -06:00
Mike Black W9MDB
f48654e199
Change sprintf to SNPRINTF in simulators
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-18 16:23:52 -06:00
Michael Black W9MDB
550e5daa3b
Add DA command to simkenwood.c. Now works with WSJTX and TS590 emulation
2021-12-10 07:57:57 -06:00
Mike Black W9MDB
63a51c36a1
astyle files preparing for 4.4 release
2021-11-28 12:41:10 -06:00
Mike Black W9MDB
ccac553f1b
Add Main/Sub support to kenwood data mode determination
...
Improve simkenwood
https://github.com/Hamlib/Hamlib/issues/872
2021-11-23 08:33:57 -06:00
Mike Black W9MDB
3fb9f50003
Improve simkenwood.c
2021-11-22 16:41:11 -06:00
Mike Black W9MDB
ebc3a59223
Remove unused vars from simkenwood.c
2021-09-11 10:42:48 -05:00
Mike Black W9MDB
bee3548df2
Remove duplicate line in simkenwood.c
2021-09-11 10:41:44 -05:00
Mike Black W9MDB
283281c4cb
astyle all files preparing for 4.3 release
2021-08-26 06:49:24 -05:00
Mike Black W9MDB
ff61c407f0
Put simulators in their own directory...this is an ongoing project to make these more robust.
...
Simulators are currently used to debug things and need to improved to allow model selection and all the complexities of simulating multiple models
2021-08-26 06:47:14 -05:00