John's Vademecum

Try to learn something about everything, and everything about something -Thomas Huxley “Darwin's bulldog” (1824-1895)

User Tools

Site Tools


public:radio:dormant:aprs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
public:radio:dormant:aprs [31/05/25 12:10 BST] johnpublic:radio:dormant:aprs [31/05/25 12:12 BST] (current) john
Line 93: Line 93:
 ++++ ++++
  
 +++++ an ax_start.sh with the dixprs screen command |
 +
 +<code bash>
 +#!/bin/bash
 +
 +logger "AX-Start"
 +logger "kissattach..."
 +sudo /usr/sbin/kissattach /dev/ttyAMA0 1 10.0.0.1
 +#kissparms -p 1 -f n -l 50 -r 32 -s 320 -t 400
 +logger "kissattach ok"
 +logger "ifconfig"
 +sudo /sbin/ifconfig ax0 10.0.0.1 netmask 255.255.255.0
 +sudo /sbin/ifconfig ax0 hw ax25 GM4SLV up
 +logger "ifconfig ok"
 +logger "mheardd"
 +sudo /usr/sbin/mheardd
 +logger "mheard ok"
 +logger "ax25d"
 +sudo /usr/sbin/ax25d
 +logger "ax25d ok"
 +
 +#logger "aprx"
 +#sudo /sbin/aprx
 +#logger "aprx ok"
 +
 +screen -c /etc/screenrc -dmS dixprs /usr/local/dixprs/dixprs.py -c /usr/local/dixprs/config.txt
 +
 +#sleep 10
 +#screen -S dixprs -x -X screen bash -c 'python /home/gm4slv/selcall.py; exec bash'
 +</code>
 +
 +++++
  
 The software is still available on github [[https://github.com/ha5di/DIXPRS]] The software is still available on github [[https://github.com/ha5di/DIXPRS]]
public/radio/dormant/aprs.txt · Last modified: by john