mirror of
https://git.code.sf.net/p/fldigi/flamp
synced 2026-08-13 17:30:16 -04:00
* Update Copyright (C) to GPL version 3
* Add doxygen based documentation
* Remove .EPS file requirement for PDF generation.
* Add warning dialog when removing files from the transmit queue.
(Request from Frank N3FLL)
* New widgets in receive panel to support data relays.
* Add code for data relays.
* Extend supported 8 bit modems. QPSK31-500, BPSK31-64/64F.
(Request from Charles N5PVL)
* Move ztimer code into separate files.
* Add ztimer watch dog to restart ztimer when operator changes system
time.
* Correct modem assignments to hamcast drop down menus 2,3,4.
* Add simple configuration script.
* Add callback interface to script engine.
* Add file run_script.cxx. Script to GUI interface code.
* Add files hamcast_group.cxx/.h. Transmit times updated only when HAMCAST
tab has focus. Subclass of Fl_Group;
* Fixed multiple non error issues with display and file processing.
* Corrected value assignments in script processing for TX interval and
block size.
* New command: EVENT TIMED:<ON:OFF>
* Reassigned use of command EVENT:<ON|OFF>
* Modify RESET: to handle EVENT TIMED: and EVENT:
* Correct data corruption in cAmp with mutex lock/unlocks.
* Data relay functional. Limited to sending all available data on
a file by file basis.
* Thread the Relay transmit, and added interval timer functionality.
* Data relay completely functional.
* Add hash values in the receive queue list.
* Possible fix for modem string name transfer crashing both
FLAMP and FLDIGI.
* Script settings overwritten by panel settings on next file load. Fixed.
* Fixed synchronized display and processing concurrency.
* Fixed auto file update on events, broken when new script engine added.
* cAmp handle routines moved to new files global_am.cxx/.h.
* Program exit crash; Remove duplicate pthread_muxtex_destroy() call.
* Clear TX panel when last file removed.
* Script COMP:<ON|OFF> conflict with FLTK GUI callback() function. Remove
FLTK GUI callback() from script COMP GUI interface.
* Minor GUI logic changes to support independent file attributes.
* Add additional character filtering when sending binary/non-binary files
in unproto mode. Allowable characters >= SPACE, <= '~',
TAB, CR, LF.
* Extend thread lock/unlocking to amp.cxx external access api's.
* Move function convert_to_plain_text from file_io.cxx to amp.cxx
to prevent thread dead lock.
* Create/Use a copy of cAmp instance when transmitting.
* Corrected n+1 for() loop. is for(i<c) s/b for(i<=c) for relay block
selection.
* Add code to disable transmitting events using the cancel button
on the TX panel.
* Move cAmp RX/TX code from flamp.cxx into new transmit_camp.cxx/.h files.
* Move relavent code from flamp.cxx to amp.cxx. In an attempt to
isolate GUI from data for easier mutex locking.
* Add 8PSK timing tables for 8PSK250/500/1000/1333
* Add FL_APPS directory support
* Changed and fixed --config-dir (old command --flamp-dir).
* Release Candidate (RC1)
* Adjust GUI widget height for Linux
* Minor change to doxygen docs
14 lines
390 B
Text
14 lines
390 B
Text
FLAMP is a management tool for transferring files using
|
|
Amp-3.0 protocol.
|
|
|
|
The latest version can always be found at:
|
|
|
|
http://www.w1hkj.com/
|
|
|
|
Join the linuxham, NBEMSham or win-fldigi Yahoo group for
|
|
support, news and updates on W1HKJ software:
|
|
|
|
http://groups.yahoo.com/group/linuxham/join
|
|
http://groups.yahoo.com/group/NBEMSham/join
|
|
http://groups.yahoo.com/group/win-fldigi/join
|
|
|