Main page
Recent changes
PHP contest Log
B
I
U
S
link
image
code
list
Show page
Syntax
[https://remoteqth.com/img/wiki-php-log1.png|link=https://remoteqth.com/img/wiki-php-log2.png|right] [Server integrated version ->>|Simple WEB contest LOG] '''Experiment''' with loging and keying on remote server via web browswer. This form is very simple without additions, but allow basic work in contest. Now this page integrated to [RemoteQTH-server|https://remoteqth.com/wiki/index.php?page=Simple+WEB+contest+LOG] [Desktop printscreen|https://remoteqth.com/img/wiki-php-log2.png] '''Functionality:''' * '''RUN''' and '''S&P''' mode * '''CW keying''' via [Arduino CW keyer|https://remoteqth.com/open-interface.php] by K3NG * '''QSO number''' support * change '''CW speed''' and Tune mode * '''ESM''' - Enter Send CW Message mode * form responsive by mode * '''automatically move cursor''' between two input field * '''read Frequency''' and mode from TRX via hamlib * '''clear rit''' after qso in RUN mode (Kenwood rig only) * '''show''' worked Call (in red) * '''ADIF''' log download '''Necessary components:''' [https://remoteqth.com/img/wiki-php-log.png] * Raspberry PI with RemoteQTH server * Arduino CW keyer * CAT interface !!Configure directly in the PHP code * setup{{$IP = '127.0.0.1' ; // CW keyer IP $log = '2014-wae'; // log file name $cwcliport = '11002'; // CW TCP port (ser2net) $rigip = '127.0.0.1' ; // hamlib TRX IP (rigctld)}} * cw memory{{$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 ; //}} !!Download * [rev. 0.1|https://remoteqth.com/download-count.php?Down=data/om.php.zip] * Latest version in [RemoteQTH.server|Simple WEB contest LOG] ---- ['''←''' Back to main page|https://remoteqth.com/wiki/index.php]