| |
PE1RRR > BPQ 01.07.21 09:04l 133 Lines 3396 Bytes #999 (0) @ WW
BID : 17724-PE1RRR
Read: GAST
Subj: BPQ Version 6.0.21.51 (and higher)
Path: DB0FFL<DB0FHN<DB0RBS<DB0ERF<DK0WUE<PE1RRR
Sent: 210701/0703Z @:PE1RRR.#NBW.NLD.EURO #:17724 [Rijen] $:17724-PE1RRR
From: PE1RRR@PE1RRR.#NBW.NLD.EURO
To : BPQ@WW
Hello
Just a quick heads up
there is usually a new beta out almost every week
the latest changes and fixes are:
Fix bug in KAM TNCEMULATOR
Add WinRPR Driver (DED HostMode over TCP)
Fix handling of VARA config commands FM1200 and FM9600
Improve Web Termanal Line folding
Add Start TNC to WinRPR driver
Add support for VARA2750 Mode
Add support for VARA connects via a VARA Digipeater
Add digis to SCSTracker and WinRPR MHeard
Separate RIGCONTROL config from PORT config and add RigControl window on Windows version
Fix crash when a Windows HID device doesn't have a product_string
Changes to VARA TNC connection and restart process
Trigger FALLBACKTORELAY if attempt to connect to all CMS servers fail.
Fix saving part lines in adif log and Winlink Session reporting
Add Port Specific CTEXT
Add FRMR monitoring to UZ7HO driver
Add audio input switching for IC7610
Include Rigcontrol Support for IC-F8101E
Process any response to KISS command
Fix NODE ADD command
Add noUpdate flag to AXIP MAP
Fix clearing NOFALLBACK flag in Telnet Server
Allow connects to RMS Relay running on another host
Allow use of Power setting in Rigcontol scan lines for Kenwood radios
Prevent problems caused by using "CMS" as a Node Alias
Include standard APRS Station pages in code
Fix VALIDCALLS processing in HF drivers
Send Netrom Link reports to Node Map
Add REALTELNET mode to Telnet Outward Connect
Fix using S (Stay) parameter on Telnet connects when using CMDPORT and C HOST
Some fixes for routing Winlink Radio only mode calls to RMS Relay
Under test: reporting frequencies to the new Mode Map
http://server2.g8bpq.net:8181
^--- the new node map
Please consider updating to the latest beta.
https://www.cantab.net/users/john.wiseman/Downloads/Beta/
K5DAT has posted a useful linbpq update script that can
automatically detect the version of the latest beta
and download it, this has been posted on the BPQ32
groups.io site
https://groups.io/g/bpq32/message/32902
For the sake of completeness, this script is also provided below (perl only)
---- snip ----
#!/usr/bin/perl
# Turn on PERL Debug
use strict;
use warnings;
my $binary = 'pilinbpq';
my $bpqdir = '/home/odroid/BPQ';
my $tmpdir = "$bpqdir\/tmp";
my $backdir = "$bpqdir\/backups";
my $bpqurl = 'https://www.cantab.net/users/john.wiseman/Downloads/Beta/';
my $startbpq = "sudo systemctl start bpq";
my @Version;
my $version;
my $upgrade;
if (-d $tmpdir) {
# nothing to do
}
else {
`mkdir $tmpdir`;
}
if (-d $backdir) {
# nothing to do
}
else {
`mkdir $backdir`;
}
my $workdir = $bpqdir;
getversn();
my $version0 = $version;
chdir $tmpdir;
`wget $bpqurl$binary`;
`chmod +x $binary`;
$workdir = $tmpdir;
getversn();
print "\n**** Current Version is $version0 ****\n\n";
print "**** Downloaded version is $version ****\n\n";
print "Replace the current version? (y/n)\n > ";
$upgrade = <STDIN>;
chomp($upgrade);
if ($upgrade eq "Y") {
$upgrade = "y"
}
if ($upgrade ne "y") {
# do not proceed
}
else {
`mv $bpqdir\/$binary $backdir\/$binary$version0`;
`cp $tmpdir\/$binary $bpqdir\/$binary`;
chdir $bpqdir;
`sudo setcap "CAP_NET_ADMIN=ep CAP_NET_RAW=ep CAP_NET_BIND_SERVICE=ep" $binary`;
`$startbpq`;
}
`rm -r $tmpdir`;
sub getversn {
@Version = split(/ /, `$workdir\/$binary -v`);
$version = $Version[6];
}
--- snip ---
73
Red / PE1RRR
http://eindhoven.space
Lese vorherige Mail | Lese naechste Mail
| |