Monday, April 18, 2016

FLDIGI gets TCP KISS port

From the FLDIGI yahoo group, see the alpha release information below.  Big news is that (probably courtesy of KK5VD), FLDIGI now has a fully functional KISS TCP port.  If you remember from earlier posts on this blog, FLDIGI provided dual UDP ports in the past.  Worked extremely well with BPQ32, but was hard to interface with other software packages.  My solution was always to route things through BPQ32, but I can see the advantage of being able to eliminate the BPQ32 middleman and go directly to FLDIGI.

I can confirm from testing yesterday evening that the 7342 TCP port works great in SIMPLY KISS mode with APRSIS32.

I encourage others to download this alpha and try it out on your favorite APRS or KISS TERMINAL client.  I will probably even try it out on RMS Express in the next few days!

---------------------------------

at Source Forge, files/alpha_tests/

Alpha 3.23.10.07

Author: David Freese <iam_w1hkj@w1hkj.com>
Date: Fri Apr 15 13:14:49 2016 -0500

Suppress dockable macros

* suppress use of dockable macros
- creates a minimal vertical pixel height of 411
- allows use of fldigi on vertically challenged screens
- user can manually modify the fldigi_def.xml file to
disable the dockable macro set
<!-- type: bool; default: true
Allow dockable macros -->
<DOCKABLE_MACROS>1</DOCKABLE_MACROS>
set value to false, 0.
- or disable on the configuration tab for macros
- the "View/Hide 48 macros" menu item will be hidden when
DOCKABLE_MACROS set to 0, false

Author: David Freese <iam_w1hkj@w1hkj.com>
Date: Thu Apr 14 07:11:22 2016 -0500

Packet Prep

* Modify confdialog.fl for later addition of Packet Modem tab

Author: Edouard Lafargue W6ELA <edouard@lafargue.name>
Date: Wed Apr 13 15:15:35 2016 -0500

Portaudio Mono

* Observed on OS X, fldigi cannot work on audio cards with mono
output
- it requests 2 channels from PortAudio no matter what and
portaudio
will complain if the audio output is only mono.
- modified SoundPort::init_stream to make sure that if
max_channels < 2
sd[1].params.channelCount is updated to max_channels

Author: Robert Stiles <kk5vd@yahoo.com>
Date: Tue Apr 12 13:28:00 2016 -0500

KISS, 8PSK, FLARQ icon Modifications

* KISS TCP/IP
- Add TCP/IP KISS interface
- Add Start/Stop (UDP/IP) and Connect/Disconnect (TCP/IP) option.
- Add Listen/Bind Option.
* Operator selectable 4/8/16PSK preamble duration
- Add code to allow user to change the preamble duration to improve
throughput when not operating via repeater. (KL4YFD).
- Add user selectable checkbox on PSK (8PSK) modem configuration
interface panel for above addition (KK5VD).
* Update FLARQ icons

Author: David Freese <iam_w1hkj@w1hkj.com>
Date: Wed Apr 13 07:38:53 2016 -0500

FSQ message files

* Changed # directive behavior
- save named message to new file
- append unnamed (callsign) message to callsign file
* Added date time stamp to each received "call" message
- user configurable

Author: David Freese <iam_w1hkj@w1hkj.com>
Date: Tue Apr 12 13:38:23 2016 -0500

FLARQ

* auto i/o - Added socket interface to allow separate program to
access
- CONNECT
- DISCONNECT
- CONNECTION_STATE
- SEND_TEXT
- RECEIVE_TEXT
Allows similarly modified flmsg to send/recv messages using
flarq / ARQ transport protocol.
* ARQ reset - force complete reset of all ARQ processes
- drops link without any indicator to connected station
- equivalent of stopping and restarting flarq
- courtesy demands that you inform the CONNECTED station
to also kill the connection at that end of the link.
- use Control-Left_click on the "CONNECT / DISCONNECT"
button to initiate the forced reset.
* Update ARQ icons

Author: David Freese <iam_w1hkj@w1hkj.com>
Date: Thu Apr 7 20:59:50 2016 -0500

focus behavior

* remove focus grab behavior of FreqControl widget

Author: David Freese <iam_w1hkj@w1hkj.com>
Date: Sat Apr 2 08:26:15 2016 -0500

PTT delays

* Corrected reversed on/off sense
* Increased max delay to 5000 msec
* Changed increments to 10 / 100 msec

73, David, W1HKJ

No comments:

Post a Comment