Wykres commitów

16 Commity (master)

Autor SHA1 Wiadomość Data
David Freese 6fcf11ddde KISS interface
* 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.
2014-10-14 20:19:34 -05:00
David Freese d244947923 Headers update
* updated all headers to reflect correct licensing
2014-08-29 02:49:51 -05:00
David Freese dc65247a8b RigCAT INIT/CLOSE
* This modification submitted by:
    Arvo Jarve, ES1JA, <arvo@softshark.ee>
  * Added CLOSE port rigcat command
  * Added user control to enable/disable restortation
    of serial port status bits when closing port
    - use <RESTORE>bool_value</RESTORE> in xml definition
      file.
2013-02-02 12:15:56 -06:00
David Freese 7fb9639ef8 RigCAT mods
* on WIN32 platform - reinitialize commport when driver fails
      to be responsive.  Associated with some cheap USB dongle
      drivers on XP / Vista.
    * Modified serial i/o to accommodate transceivers that send
      unsolicited data streams - typical of Icom 7... series when
      transceiver CI-V port is set to "Transceive ON".
    * Corrected computed read after write delay.
2009-10-01 11:01:48 -05:00
David Freese f9423b45b4 Serial i/o Stopbits
Added stopbits configuration for hamlib and rigcat serial i/o
2009-09-14 14:31:27 -05:00
David Freese 63ccc2f24d MinGW serial i/o, hamlib, rigcat mods 2009-04-20 11:02:24 -05:00
Stelios Bounanos e192d1d4d8 Add preliminary support for MinGW 2009-04-17 19:17:55 +01:00
Stelios Bounanos 0bc58ae3c5 Fix re_t substring matching
Delete extra copy of adjust_port()
Remove includes from serial.h
2008-10-07 08:26:40 +01:00
Stelios Bounanos 00fab81d89 Upstream version 3.04AG 2008-10-03 13:15:08 +01:00
Stelios Bounanos db64583e91 Upstream version 3.03AG 2008-09-01 13:06:04 +01:00
Stelios Bounanos a0418bc629 Upstream version 3.02 2008-08-25 23:01:25 +01:00
Stelios Bounanos 8137b8bb08 Upstream version 3.02AC 2008-08-23 00:01:46 +01:00
Stelios Bounanos 3a76af9f66 Upstream version 3.0preE 2008-06-17 20:28:10 +01:00
Stelios Bounanos c8633a8381 Upstream version 2.062 2007-12-11 03:36:51 +00:00
Stelios Bounanos e229f2849c Upstream version 2.05c 2007-12-01 04:29:52 +00:00
Stelios Bounanos 4d5c3d4768 Upstream version 1.33 2007-06-22 23:04:50 +01:00