Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Communications > Conferencing

    Cwdaemon 0.9.4

    Download button

    Downloads: 1,260  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.5/5)
    21 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Joop Stakenborg | More programs
    GPL / FREE
    December 8th, 2006, 18:20 GMT
    ROOT / Communications / Conferencing

     Read user reviews (0)  Refer to a friend  Subscribe

    Cwdaemon description

    Cwdaemon is a small daemon which uses the pc parallel or serial port and a simple transistor switch to output morse code.

    Cwdaemon is a small daemon which uses the pc parallel or serial port and a simple transistor switch to output morse code to a transmitter from a text message sent to it via the udp internet protocol.

    Cwdaemon uses the PC speaker or your soundcard to generate a sidetone. The program is called as root, with "cwdaemon -p portnumber -s device". If no portnumber is given, the default portnumber 6789 is used. Device should be one of ttyS0, ttyS1, parport0 or parport1. Please read the README in the source package for information how to setup your parallel/serial port.

    Cwdaemon can be tested by installing the netcat package and type: "nc -u localhost 6789". Any character typed on the command line will be sent to cwdaemon.

    You could also use the following shell script which is character based.

    #!/bin/sh

    old_tty_settings=$(stty -g)
    stty -icanon
    trap 'stty "$old_tty_settings"; exit 0' INT

    echo "Press (CTRL-C) to interrupt..."

    while true; do
    nc -u localhost 6789
    done

    Product's homepage

      


    TAGS:

    transistor switch | morse code | text message | Cwdaemon | transistor | switch

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM