PHP contest Log

This revision is from 2014/08/10 01:12. You can Restore it.

Experiment with loging and keying on remote server via web browswer.

Functionality:

Necessary components:

Configure

in PHP code

{$IP = '127.0.0.1' ;                                     // CW IP 
$log = '2014-wae.txt';                                  // file name
$cwcliport = '11002';                                   // CW TCP port (ser2net)
$rigip = '127.0.0.1' ;                                  // hamlib TRX IP (rigctld)
}

{$call = 'OK1OEA';                                       //
$CQ = $call.' '.$call.' TEST';                          //
$EXCH = $callr.' 5nn '.$qsonrs;                         // $cwtwxt = call in input form, $qsonrs = QSO nr
$EXCHSP = '5nn '.$qsonrs;                               //
$EXCHSP2 = '5nn '.($qsonrs-1);                          // Exchange previous QSO
$TU = 'tu '.$call ;                                     //
}