packet:bpq
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
packet:bpq [2024/04/17 17:58] – g7taj | packet: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:// | ||
+ | |||
+ | In both cases you will need to set these in the root of bpq32.cfg: | ||
+ | |||
+ | < | ||
+ | LOCATOR=< | ||
+ | MAPCOMMENT=< | ||
+ | </ | ||
+ | |||
+ | To appear on the live connectivity map as well (recommended), | ||
+ | |||
+ | < | ||
+ | EnableM0LTEMap=1 | ||
+ | </ | ||
+ | |||
+ | The ID of your ports will also show up as a port description, | ||
+ | |||
+ | < | ||
+ | M0LTEMapInfo=< | ||
+ | </ | ||
+ | |||
+ | The DIAL+freq format is used if you are setting the frequency with rigcontrol. 40m slot one would be DIAL+850. | ||
+ | |||
+ | Example port configuration: | ||
+ | |||
+ | < | ||
+ | PORT | ||
+ | PORTNUM=1 | ||
+ | ID=432.625 9600 GFSK IL2P+CRC | ||
+ | M0LTEMapInfo=RF, | ||
+ | | ||
+ | ..... other port config ... | ||
+ | |||
+ | ENDPORT | ||
+ | </ | ||
==== ' | ==== ' | ||
Line 39: | Line 77: | ||
==== Enable Logging ==== | ==== Enable Logging ==== | ||
- | Sometimes you just NEED a log; but be aware that SD cards do not really like to many writes. | + | Sometimes you just NEED a log; but be aware that SD cards do not really like to many writes. |
+ | |||
Using the HTML interface, you will find on the Main Node Page a button marked "View Logs". Here you are able to view a number of logs by date. The los are: | Using the HTML interface, you will find on the Main Node Page a button marked "View Logs". Here you are able to view a number of logs by date. The los are: | ||
* BBS Log [disabled by default] | * BBS Log [disabled by default] | ||
Line 60: | Line 100: | ||
=== Telnet Log === | === Telnet Log === | ||
- | Anybody? | + | In your TELNET port config: |
+ | < | ||
=== CMS Log === | === CMS Log === | ||
Line 140: | Line 182: | ||
===== REST API ===== | ===== REST API ===== | ||
- | BPQ has a simple and evolving HTTP REST API. | + | Details here: [[packet:bpq-api|BPQ APIs]] |
- | + | ||
- | endpoints: (note older versions were prefixed with ' | + | |
- | + | ||
- | < | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | /api/info | + | |
- | / | + | |
- | </ | + | |
- | + | ||
- | Requested like so: | + | |
- | < | + | |
- | + | ||
- | Output: | + | |
- | < | + | |
- | + | ||
- | Example of MH for Port 1: ( >ver 6.0.24.33 ) | + | |
- | < | + | |
- | + | ||
- | Output: | + | |
- | < | + | |
- | {" | + | |
- | + | ||
===== Events ===== | ===== Events ===== | ||
BPQ can fire an executable on certain events. | BPQ can fire an executable on certain events. | ||
Line 235: | Line 251: | ||
The other is that frequently some nodes cannot see all the other nodes in the network so no matter how long they listen for they cannot hear particular nodes transmitting so will send data to stations that are already receiving and potentially collide. | The other is that frequently some nodes cannot see all the other nodes in the network so no matter how long they listen for they cannot hear particular nodes transmitting so will send data to stations that are already receiving and potentially collide. | ||
+ | ===== Monitoring BPQ32 ===== | ||
+ | |||
+ | BPQ32 can be configured to produce SNMP octet counters for bytes through its ports. | ||
+ | |||
+ | See [[packet: | ||
+ | |||
+ | ===== BPQ Web Monitor ===== | ||
+ | |||
+ | Watch the packet racket in your web browser! | ||
+ | |||
+ | See [[packet: | ||
+ | |||
+ | ===== Credentials ===== | ||
+ | |||
+ | The password at the top of bpq32.cfg is only use for authenicating access to the node over rf commections, | ||
+ | |||
+ | Webmail uses the password in the BBS User config. The management part of the Web interface uses USER records from the Telnetserver config. | ||
+ | |||
+ | ===== Building from source ===== | ||
+ | |||
+ | Requires '' |
packet/bpq.1713376726.txt.gz · Last modified: 2024/04/17 17:58 by g7taj