- Upgraded 8psk to Gray mapped constellation
- Implemented Soft-Decision decoder based on Gray constellation
- Even when the received phase is distorted by +- 1 phase-position:
- One of the bits is still known with 100% certianty.
- Only up to 1 bit can be in error.
- Increased gain for noisy/weak/HF channels
* Add view/hide Smeter / Power meter
- configuration saved in progdefaults, requires
"save config" to keep setting between executions.
* Reduce minimum width of main dialog to 750 pixels
* New configuration panel 'IO'
* Add power density zones.
* Query and Set Kiss hardware commands
* Support bcast rsid over kiss socket
* limit selectable modem options to 8 bit versions only (kiss i/o mode)
* Employs simple HDLC encapsulation frame for transmit/receive CRC data
verification.
* Uses histogram based threshold detection.
* Include manual squelch button for KISS op's.
* User configurable inhibit transmit on busy frequencies for nn seconds
* Impose transmit wait on valid frame reception
* Uses dual UDP ports for concurrent operation of programs using the
same IP address.
* Clears the transmit buffer when data is available for more then 10
mins and has not been transmitted.
* Provides ax25 decoding. Code hijacked from the FLDIGI packet modem co
- redirect character data display on the RX panel
* Add non standard KISS frame to handle ARQ data.
- interface can handle both ARQ data and HDLC ax25 frames on
the same port.
* Squelch related command and control functions to the KISS hardware
interface.
* User configuration item to disable CSMA from config panel and kiss
hardware frame.
* Additional KISS command to adjust KPSQL detection gain (for testing).
* Removed unused function in sockets.cxx not compatible with LINUX OS.
(from John, G8BPQ)
* New command 'BUSY:<T|F>'
* Custom bindUDP() for UDP support.
* Waterfall display gain adjusted based on sample rate changes.
* Expanded conditions that indicate BUSY:T on command request.
* Log loopback condition to event log.
* Restore KPQSL set level position on start up.
* Conditionally log of the KISS data path strings
* Added debug filter 'KISS control' to event log.
* KPSQL threshold button indicator remains ON during transmit inhibit.
indication of active 'Busy Channel'.
* Added DEBUG Logging command LOG_HEX(const char *buf, int len);
D:,... ReadFromHostSocket: ..BUSY:. C0 06 42 55 53 59 3A C0
* Added thread locks to waterfall.cxx:
- powerDensity()
- peakFreq(),
- powerDensityMaximum()
These are being accessed by more then one thread.
* Swapped hash.m4 swapped test case to std::tr1::hash from std::hash
- Updated pskrep.cxx to handle the change in hash.m4
* 8PSK2000 removed.
* Coordination merge with branch kiss21.
* Code clean up
* Updated Documentation. Remove unused png's.
* Request from Jim, W2XO: Add log.set_rst_in and log.set_rst_out xmlrpc
commands.
* Compiler warning pacification (global in scope).
* New XMLRPC commands to query and set active IO port.
* Documentation update for XMLRPC commands
* WSAStartup and WSACleanup one for one issue.
* Update Docs for 3.22 release. New png's added.
* Changed secondary time out to use real time vice
RsID symbols
- required when actual modem sample rate is greater
than RsID sample rate, such as 8PSK modem types
* Replace AM_PROG_MKDIR_P with AC_PROG_MKDIR_P. AM_PROG_MKDIR_P has
been deprecated and may be removed in a future version of automake.
AC_PROG_MKDIR_P is available in autoconf 2.60 and later, and we
currently require at least 2.61.
* Use AC_LANG_SOURCE for the code passed to AC_{RUN,LINK}_IFELSE.
* Pass the subdir-objects option to AM_INIT_AUTOMAKE to create objects in
sub-directories.
* Try harder to find the asciidoc icons directory that contains the
images we need to build the new users' guide.
* Don't invoke a2x with --destination-dir when generating manpages.
* Change all default fonts to FL_HELVETICA (Arial) from
FL_COURIER. FL_HELVETICA renders better on almost all
platforms.
* Removed proportional fonts warning message for RX and TX
display widgets. This warning applied to PC systems with
very slow CPU clocks and limited resources.
* Added user selectable single macro button bar
above the Rx/Tx panels.
- vertical size adjustable from 22 to 66 pixels
- vertical size may be restricted if display
screen is limited in vertical pixels.
* Added selector to swap the Rx and Tx panels.
- allows visibility of Tx entry from on screen
virtual keyboard (usually at bottom of tablet
screen).
- required moving Wefax panel to a different place
in the central group heirachy.
* Added larger frequency control
- aids in changing frequency from fldigi using
finger pressure.
* Modified single left click behavior for touch screen
interface. Single left click either
- grabs QSO data
- acts on "clickable" item.
- starts drag sequence
* Added macro tag to allow easy keyboard focus of xcvr freq
- <FOCUS> acts only if executed as a keypress (touch)
sets subsequent keyboard focus to the rig freq control
so that arrow and shift arrow keys control freq control
values
- Modified frequency entry control to allow "ENTER" key to
restore keyboard focus to the Tx panel which is the default.
* Added user configuration items for macro button
- font : default Courier
- font size : 12
- font color : white
* Added s-meter to fldigi main UI
* Added power meter display widget to main UI, show/hides with
smeter
* Added configuration items for smeter and power meter
* Modified keyboard events:
- added progdefaults.sel_lsd
selection of Right / Left arrow least significant
digit
- Right Arrow + 1 LSD
- Left Arrow - 1 LSD
- Up Arrow + 10 * LSD
- Dn Arrow - 10 * LSD
- Shft Rt Arrow + 100 * LSD
- Shft Lft Arrow - 100 * LSD
- Shft Up Arrow + 1000 * LSD
- Shft Dn Arrow - 1000 * LSD
* Added OFFCOLOR to background of group box to insure
that none digit areas are contiguous with digit
backgrounds.
* Added "focus" indicator that is more visible than the
default fltk dotted line
- added show_focus(), clear_focus() to allow programmatic
control of the focus indicator
* FFT scan modem for measuring transceiver filter
characteristics.
- preferred noise source is wide band noise bridge.
- open circuit antenna will suffice
* added code to recognize <VSP>val</VSP> tag in rigcat xml file
- val can be "true", "false", "1" or "0"
* NOTE - this is a missing commit required to sync the 3.21 and 3.22
branches!