Benutzer-Werkzeuge

Webseiten-Werkzeuge


pr430

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
pr430 [2018/04/13 12:11]
dh3wr [PR430]
pr430 [2018/04/18 20:52] (aktuell)
dh3wr [Automated start of the DAPNET-Proxy]
Zeile 61: Zeile 61:
 change the mode of the PR430 to POCSAG mode. The software will answer a text with ''​POCSAG Mode, Mycall NO CALL, Master undefined, Mode undefined''​ change the mode of the PR430 to POCSAG mode. The software will answer a text with ''​POCSAG Mode, Mycall NO CALL, Master undefined, Mode undefined''​
  
-Now you define the callsing of the POCSAG transmitter and the master call, and the POCSAG frequency with the following commands. We are using the same call signs as in the description of th e configuration below, so please change ''​DB0ABC-7''​ and ''​DB0ABC-12''​ to your POCSAG transmitters licensed callsign!+Now you define the callsing of the POCSAG transmitter and the master call, and the POCSAG frequency with the following commands. We are using the same call signs as in the description of the configuration below, so please change ''​DB0ABC-7''​ and ''​DB0ABC-12''​ to your POCSAG transmitters licensed callsign!
  
 **Remark**: These settings are just used on the AX.25 connection. They have nothing to do with the DAPNET configuration on the DAPNET-Network. But they are necessary in the ''​DAPNET-Proxy''​ setup described below. **Remark**: These settings are just used on the AX.25 connection. They have nothing to do with the DAPNET configuration on the DAPNET-Network. But they are necessary in the ''​DAPNET-Proxy''​ setup described below.
Zeile 67: Zeile 67:
 <​code>​ <​code>​
 mgsc I:DB0ABC-7 mgsc I:DB0ABC-7
-mgsc P: DB0ABC-12+mgsc P:DB0ABC-12
 mgsc F:439987,5 mgsc F:439987,5
 </​code>​ </​code>​
Zeile 76: Zeile 76:
 The software answer with ''​POCSAG Mode, Mycall DB0ABC-7, Master DB0ABC-12 KISS''​. The frequency information is not shown in this output, but it's still active. The software answer with ''​POCSAG Mode, Mycall DB0ABC-7, Master DB0ABC-12 KISS''​. The frequency information is not shown in this output, but it's still active.
  
-<​code>​mgsc.exe [M=<​Mode>​ I:<​CallsignTX>​ P:<​CallsignMaster>​ F:<​Frequency>​[-|--|---][A]|FO]</​code>​+<​code>​mgsc.exe [M=<​Mode>​ I:<​CallsignTX>​ P:<​CallsignMaster>​ F:<​Frequency>​[-|--|---]|FO]</​code>​
   * Parameters:   * Parameters:
     * <​Mode>:​ 3: POCSAG Mode, 5: PC/FlexNet Mode     * <​Mode>:​ 3: POCSAG Mode, 5: PC/FlexNet Mode
Zeile 86: Zeile 86:
 - : 1.6 MHz TX frequency shift - : 1.6 MHz TX frequency shift
  
-- - : 7.6 MHz TX frequency shift+-- : 7.6 MHz TX frequency shift
  
 - - - : 9.4 MHz TX frequency shift - - - : 9.4 MHz TX frequency shift
- 
-A: Use AFSK 1200 baud mode, if not given use FSK 9600 Baud mode 
- 
-    * FO: Set to KISS MODE 
-  * Example: 
-    * mgsc M=3 I:db0xyz-7 P:db0xyz-12 F:438350- - 
- 
  
 The parameters can also be given one by one running the program serveral times. The parameters can also be given one by one running the program serveral times.
Zeile 169: Zeile 162:
 <​code>​sudo kissattach /​dev/​ttyUSB0 ax0</​code>​ <​code>​sudo kissattach /​dev/​ttyUSB0 ax0</​code>​
  
-If you type now <​code>​ifconfig</​config> you should see a network device with name **ax0**.+If you type now <​code>​ifconfig</​code> you should see a network device with name **ax0**.
  
 Try to connect via KISS and AX.25 to your PR430 or RPC. Try to connect via KISS and AX.25 to your PR430 or RPC.
-<​code>​axcall -s db0abc ax0 db0abc-7</​code>​+<​code>​axcall -s db0abc-12 ax0 db0abc-7</​code>​
 You should see the command line interface of the POCSAG software running on your PR430 or RPC. If not done already, now it's the time to do (and store**(!)**) some settings on the PR430. You should see the command line interface of the POCSAG software running on your PR430 or RPC. If not done already, now it's the time to do (and store**(!)**) some settings on the PR430.
   * Set the master callsign to db0abc-12   * Set the master callsign to db0abc-12
Zeile 208: Zeile 201:
 </​file>​ </​file>​
 Restart the xinetd daemon with Restart the xinetd daemon with
-<​code>​sudo ​sytemctl ​restart xinetd.service</​code>​+<​code>​sudo ​systemctl ​restart xinetd.service</​code>​
  
 Try if the connection and conversion is working: Try if the connection and conversion is working:
Zeile 237: Zeile 230:
 cd /opt cd /opt
 sudo git clone https://​github.com/​rwth-afu/​raspager-proxy.git sudo git clone https://​github.com/​rwth-afu/​raspager-proxy.git
-chown -R pi /​opt/​raspager-proxy+sudo chown -R pi /​opt/​raspager-proxy
 cd /​opt/​raspager-proxy cd /​opt/​raspager-proxy
 </​code>​ </​code>​
Zeile 248: Zeile 241:
 Copy the example config file to that directory. Change the callsign according to your needs. ​ Copy the example config file to that directory. Change the callsign according to your needs. ​
 <​code>​ <​code>​
-cp /​opt/​raspager-proxy/​example.properties +cp /​opt/​raspager-proxy/​example.properties /​opt/​raspager-proxy/​config/​db0abc.properties
-/​opt/​raspager-proxy/​config/​db0abc.properties+
 </​code>​ </​code>​
  
Zeile 296: Zeile 288:
  
 In a second SSH session or terminal, you can watch the AX.25 traffic on ''​ax0''​ with In a second SSH session or terminal, you can watch the AX.25 traffic on ''​ax0''​ with
-<​code>​axlisten -axp ax0</​code>​+<​code>​axlisten -ap ax0</​code>​
 If you are familiar with AX.25, this will give a good hints for debugging. If you are familiar with AX.25, this will give a good hints for debugging.
  
Zeile 319: Zeile 311:
 ExecStopPost=-/​usr/​bin/​killall kissattach ExecStopPost=-/​usr/​bin/​killall kissattach
 WorkingDirectory=/​opt/​raspager-proxy/​config WorkingDirectory=/​opt/​raspager-proxy/​config
-ExecStart=/​bin/​bash -c "/​usr/​sbin/​kissattach /​dev/​ttyUSB0 ax0 && /​usr/​bin/​java -Ddapnet.proxy.rest.port=8080 -jar ../​target/​dapnet-proxy-1.1.1-SNAPSHOT-jar-with-dependencies.jar ​db2gm.properties"​+ExecStart=/​bin/​bash -c "/​usr/​sbin/​kissattach /​dev/​ttyUSB0 ax0 && /​usr/​bin/​java -Ddapnet.proxy.rest.port=8080 -jar ../​target/​dapnet-proxy-1.1.1-SNAPSHOT-jar-with-dependencies.jar ​db0abc.properties"​
 StandardOutput=null StandardOutput=null
 StandardError=null StandardError=null
pr430.1523614304.txt.gz · Zuletzt geändert: 2018/04/13 12:11 von dh3wr