User Tools

Site Tools


packet:bpq

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
packet:bpq [2025/01/05 12:48] m0ltepacket:bpq [2025/04/13 11:43] (current) m0lte
Line 12: Line 12:
  
 Here are some miscellaneous hints and tips on BPQ configuration. Here are some miscellaneous hints and tips on BPQ configuration.
 +
 +==== Showing up on the Maps ====
 +
 +There are at least 2 different maps you can configure your BPQ system to appear on, the primary BPQ map at [[http://nodemap.g8bpq.net:81/]], and the live connectivity map at [[https://nodes.ukpacketradio.network/packet-network-map.html]].
 +
 +In both cases you will need to set these in the root of bpq32.cfg:
 +
 +<code>
 +LOCATOR=<Lat/Lon GPS coordinates, or Maidenhead grid square>
 +MAPCOMMENT=<Briefly describe node>
 +</code>
 +
 +To appear on the live connectivity map as well (recommended), also set:
 +
 +<code>
 +EnableM0LTEMap=1
 +</code>
 +
 +The ID of your ports will also show up as a port description, and you can add more specific information about each port by adding M0LTEMapInfo in the port section which can help the map system, and other software built to read it's data, better understand your port. This is in the format:
 +
 +<code>
 +M0LTEMapInfo=<RF|PrivateNet|Internet|Other>,<DIAL+modem centre freq|freq_mhz>,<modulation>,<baudrate>,<bitrate>,<Access|Backbone|Mixed|Other>
 +</code>
 +
 +The DIAL+freq format is used if you are setting the frequency with rigcontrol. 40m slot one would be DIAL+850.
 +
 +Example port configuration:
 +
 +<code>
 +PORT
 +  PORTNUM=1
 +  ID=432.625 9600 GFSK IL2P+CRC
 +  M0LTEMapInfo=RF,432.625,GFSK,9600,9600,Mixed
 +  
 +  ..... other port config ...
 +
 +ENDPORT
 +</code>
  
 ==== 'NODE' and node 'HELP' commands ==== ==== 'NODE' and node 'HELP' commands ====
Line 218: Line 256:
  
 See [[packet:linbpq_monitoring|Monitoring LinBPQ through SNMP]] See [[packet:linbpq_monitoring|Monitoring LinBPQ through SNMP]]
 +
 +===== BPQ Web Monitor =====
 +
 +Watch the packet racket in your web browser!
 +
 +See [[packet:bpqmonweb|Setting up Tom 2E0JJI's bpqmonweb project]]
  
 ===== Credentials ===== ===== Credentials =====
Line 227: Line 271:
 ===== Building from source ===== ===== Building from source =====
  
-Requires ''libjansson-dev''+Requires ''libjansson-dev'', ''libpaho-mqtt-dev''
packet/bpq.1736081309.txt.gz · Last modified: 2025/01/05 12:48 by m0lte