¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: QtSoundModem on a separate host: changing radios

 

¿ªÔÆÌåÓý

Hi Chuck,

Qtsoundmodem running on different machine. 44.137.31.76

QtSoundModem.ini

[Init]
CM108Addr=
DispMode=1
DualChan=1
DualPTT=1
FLRigHost=127.0.0.1
FLRigPort=12345
HamLibHost=44.137.31.76
HamLibPort=4532
MinimizetoTray=0
PTT=HAMLIB
PTTBAUD=19200
PTTMode=17
PTTOffString=
PTTOnString=
RXSampleRate=12000
SCO=1
SndRXDeviceName="hw:1,0 USB Audio(USB Audio CODEC)"
SndTXDeviceName="hw:1,0 USB Audio(USB Audio CODEC)"
SoundMode=0
TXPort=8884
TXRotate=0
TXSampleRate=12000
UDPClientPort=8888
UDPHost=127.0.0.1\n
UDPServer=0
UDPServerPort=8884
WaterfallMax=3300
WaterfallMin=0
Wisdom=(fftw-3.3.8 fftwf_wisdom #x4a633eef #xb5a95564 #x91014bdd #x9c85ce5f\n? (fftwf_codelet_n1fv_3_neon 0 #x30bff #x30bff #x0 #xd8eb4fc2 #xb4b7ddcb #xc648e13b #x97a64eef)\n? (fftwf_dft_vrank_geq1_register 0 #x30bff #x30bff #x0 #x86ba2fc3 #xd9d37881 #xffbbb400 #x20032685)\n? (fftwf_dft_vrank_geq1_register 0 #x30bff #x30bff #x0 #xb1615290 #x725e2d62 #xa4c41a4d #x764c835f)\n? (fftwf_codelet_t1fuv_6_neon 0 #x30bff #x30bff #x0 #xa1dae1f9 #xcf4175ca #x165c93d4 #x431b4b4f)\n? (fftwf_dft_vrank_geq1_register 0 #x31bff #x31bff #x0 #x51999523 #x06be4b5b #xc7d1dd51 #x53b6199d)\n? (fftwf_rdft_rank0_register 2 #x31bff #x31bff #x0 #xff75c762 #x3a0ee093 #x5b78d592 #x6b6be60e)\n? (fftwf_codelet_t1fv_3_neon 0 #x30bff #x30bff #x0 #xf6ecde88 #x78652c9c #xfb4aeade #xb66f7fb6)\n? (fftwf_codelet_t3fv_16_neon 0 #x31bff #x31bff #x0 #x466cbe30 #x384c6da7 #x95d87b8c #xe3cecc25)\n? (fftwf_dft_r2hc_register 0 #x31bff #x31bff #x0 #xe57fac2b #x1a805e91 #x77bebbbf #xc7df4f55)\n? (TIMEOUT 0 #x1040 #x11bdd #x11c #xd124ca6c #xeb82cd90 #x28cd6189 #x0412976b)\n? (fftwf_dft_bluestein_register 0 #x31bff #x31bff #x0 #x95391a46 #xf3b5f154 #x7e4c9611 #x9c236d23)\n? (fftwf_dft_nop_register 0 #x31bff #x31bff #x0 #xdf288e01 #x21687a96 #xf5aa97df #x2b6cb1e3)\n? (fftwf_dft_buffered_register 1 #x31bff #x31bff #x0 #x48f7cedd #x5ddc4b78 #xe6834056 #xf22ff7fa)\n)\n
darkTheme=false
multiCore=1
onlyMixSnoop=false
pttGPIOPin=17
pttGPIOPinR=17
txLatency=50
useKISSControls=false

Use hamlib for TX (also on the qtsoundmodem machine, there is where your ic7300 is connected)

/usr/local/bin/rigctld -m 3073 -r /dev/ttyUSB0 -s 19200 -T 44.137.31.76 -t 4532

On my BPQ32 machine

bqp32.cfg

; My Radio Number 1 that automatically switches bands and updates frequency every 5 seconds
RADIO 1
HAMLIB 44.137.31.76:4532
00:00
5,14.102300,USB,F1,D,P123
06:00
5,7.049450,USB,F1,D,P123
19:00
5,14.102300,USB,F1,D,P123
****

Running QtSoundModem and bpq32 on the same machine

HamLibHost=44.137.31.70
HamLibPort=4532
PTT=HAMLIB
SndRXDeviceName="hw:1,0 USB Audio(USB Audio CODEC)"
SndTXDeviceName="hw:1,0 USB Audio(USB Audio CODEC)"


bpq32.cfg

; My Radio Number 1 that automatically switches bands and updates frequency every 5 seconds
RADIO 1
/dev/ttyUSB0 19200 ICOM IC7300 94 PTT_SETS_INPUT AUX HAMLIB=4532
00:00
5,14.102300,USB,F1,D,P123
06:00
5,7.049450,USB,F1,D,P123
19:00
5,14.102300,USB,F1,D,P123
****

The above works well for me.

73 Niels PD9Q

Op 21-1-2025 om 17:00 schreef Chuck Gelm:

My IC-7100 stopped transmitting power.
I want to use my IC-7300 in its place.
I have been running pilinbpq (on a rpi;-) since December 2020 and
QtSoundModem64 on a tiny x86 laptop for about 2 years.
I am no longer familiar with how to select my radio's serial port; /dev/ttyUSB73 .

'aplay -l/arecord -l' reports my IC-7300 on "Card 2" ("hw:2,0" ?).
My IC-7100 was "Card 1" ("hw:1,0 ?)

I cannot find a reference to "/dev/ttyUSB" nor "hw:#,0" in QtSoundModem.ini.

I found a previous reference to "hw:1,0" in
(GUI) QtSoundModem64 -> Settings -> Setup Devices -> Dialog -> Sound Card.
I changed that to 'hw:2,0'.

BPQ did set my IC-7300 to 7.101 MHz, so maybe something is working.

My IC-7100 uses CI-V address 88h, my IC-7300 uses CI-V address 94h.
Where to I edit this setting?

73, Chuck










Re: QtSoundModem on a separate host: changing radios

 

BPQ controls the radio, so you set CI-V address and serial port in the Radio or RigConfig sections of bpq32.cfg.

In QtSM change the Sound Card setting to match your new hw: number.

73, John

On 21/01/2025 16:00, Chuck Gelm wrote:
My IC-7100 stopped transmitting power.
I want to use my IC-7300 in its place.
I have been running pilinbpq (on a rpi;-) since December 2020 and
QtSoundModem64 on a tiny x86 laptop for about 2 years.
I am no longer familiar with how to select my radio's serial port; /dev/ttyUSB73 .

'aplay -l/arecord -l' reports my IC-7300 on "Card 2" ("hw:2,0" ?).
My IC-7100 was "Card 1" ("hw:1,0 ?)

I cannot find a reference to "/dev/ttyUSB" nor "hw:#,0" in QtSoundModem.ini.

I found a previous reference to "hw:1,0" in
(GUI) QtSoundModem64 -> Settings -> Setup Devices -> Dialog -> Sound Card.
I changed that to 'hw:2,0'.

BPQ did set my IC-7300 to 7.101 MHz, so maybe something is working.

My IC-7100 uses CI-V address 88h, my IC-7300 uses CI-V address 94h.
Where to I edit this setting?

73, Chuck







Re: ARDOPCF and QtSoundModem?

 

¿ªÔÆÌåÓý

Hi

This works very well for me, I don't notice any performance change either. Works perfectly with the original source and the snoop/mix.

Thanks.

73 Niels

Op 21-1-2025 om 17:57 schreef John G8BPQ via groups.io:

With both the latest master and develop branches removing the call to? snd_pcm_hw_params_set_period_size_near fixes the sharing problem for me. This is in ALSASound.c or ALSA.c depending on the version.

I haven't noticed any difference in performance compared with using the original source and not using snoop/mix.

73, John


On 05/01/2025 20:44, Rich Sahlender via groups.io wrote:
Hi Niels,

Thanks for the feedback. I have spent the better part of the last two days reviewing group threads and anything else I could find that might help. I pretty much get the same results you show below with versions?1.0.4.1.1, 1.0.4.1.2, and 1.0.4.1.3 no matter how I tweak values within dsnoop and dmix.

I even tried compiling with different hard coded values as suggested in one of the threads by Peter LaRue and while I have little experience coding for soundcard audio I think the following results from a test with hard coded values suggests that the inability to utilize dsnoop / dmix within .asoundrc is at least in part still an issue with ardopcf and not entirely an alsa problem as some suggest.

WARNING: Inconsistent ALSA playback configuration: 1000000 * 12000 != 12000 * 1000000.
WARNING: The -A option was specified.? So, ALSA misconfiguration will be ignored.? This option is ONLY intended for testing/debuging.? It IS NOT INTENDED FOR NORMAL USE.

Very curious that ardopcf determines 1000000 * 12000 != 12000 * 1000000 ???

Between that error / bug and what seems like little interest in pursuing the issue based on Peter's comments at the bottom of the discussion at I am inclined to pass on ardopcf at least until it is a little further along in development. Running ARDOP_Win.exe via wine on linux works far better on the x86 and x64 systems here than does ardopcf and it plays nice with dsnoop and dmix as long as the wine registry is updated properly.

73 de Rich WA3WLH















Re: ARDOPCF and QtSoundModem?

 

With both the latest master and develop branches removing the call to? snd_pcm_hw_params_set_period_size_near fixes the sharing problem for me. This is in ALSASound.c or ALSA.c depending on the version.

I haven't noticed any difference in performance compared with using the original source and not using snoop/mix.

73, John

On 05/01/2025 20:44, Rich Sahlender via groups.io wrote:
Hi Niels,

Thanks for the feedback. I have spent the better part of the last two days reviewing group threads and anything else I could find that might help. I pretty much get the same results you show below with versions?1.0.4.1.1, 1.0.4.1.2, and 1.0.4.1.3 no matter how I tweak values within dsnoop and dmix.

I even tried compiling with different hard coded values as suggested in one of the threads by Peter LaRue and while I have little experience coding for soundcard audio I think the following results from a test with hard coded values suggests that the inability to utilize dsnoop / dmix within .asoundrc is at least in part still an issue with ardopcf and not entirely an alsa problem as some suggest.

WARNING: Inconsistent ALSA playback configuration: 1000000 * 12000 != 12000 * 1000000.
WARNING: The -A option was specified.? So, ALSA misconfiguration will be ignored.? This option is ONLY intended for testing/debuging.? It IS NOT INTENDED FOR NORMAL USE.

Very curious that ardopcf determines 1000000 * 12000 != 12000 * 1000000 ???

Between that error / bug and what seems like little interest in pursuing the issue based on Peter's comments at the bottom of the discussion at I am inclined to pass on ardopcf at least until it is a little further along in development. Running ARDOP_Win.exe via wine on linux works far better on the x86 and x64 systems here than does ardopcf and it plays nice with dsnoop and dmix as long as the wine registry is updated properly.

73 de Rich WA3WLH






Re: QtSoundModem on a separate host: changing radios

 

GM Chuck,

On Tue, Jan 21, 2025 at 10:00?AM Chuck Gelm via <nc8q-aredn=[email protected]> wrote:
My IC-7100 stopped transmitting power.
I want to use my IC-7300 in its place.
I have been running pilinbpq (on a rpi;-) since December 2020 and
QtSoundModem64 on a tiny x86 laptop for about 2 years.
I am no longer familiar with how to select my radio's serial port;
/dev/ttyUSB73 .

'aplay -l/arecord -l' reports my IC-7300 on "Card 2" ("hw:2,0" ?).
My IC-7100 was "Card 1" ("hw:1,0 ?)

I cannot find a reference to "/dev/ttyUSB" nor "hw:#,0" in QtSoundModem.ini.

I found a previous reference to "hw:1,0" in
(GUI) QtSoundModem64 -> Settings -> Setup Devices -> Dialog -> Sound Card.
I changed that to 'hw:2,0'.

That should be correct for the sound device in QtSM based on what was reported via aplay and arecord.

BPQ did set my IC-7300 to 7.101 MHz, so maybe something is working.

My IC-7100 uses CI-V address 88h, my IC-7300 uses CI-V address 94h.
Where to I edit this setting?

That should be in the rig control area in bpq32.cfg. Assuming you are using the "new method" per , you would need a line like this for the IC7300, and there should be an old one for the IC7100. I'm assuming /dev/ttyUSB73 is the serial port for CAT control on the 7300.
RADIO 1
/dev/ttyUSB73 9600 ICOM IC7300 94
For the most part I don't know either radio, but I do know that the 7300 has built-in sound. Based on what you mentioned above, it sounds like the 7100 does also. I'm not sure how you had PTT set up in QtSM with the 7100. With QtSM running on a different machine than BPQ, it can be set to use Hamlib for PTT, which will connect to BPQ's hamlib emulator. Then QtSM's PTT via hamlib is converted by BPQ to CAT commands for PTT. In that case the rig control line would need to include invoking the hamlib emulator:
RADIO 1
/dev/ttyUSB73 9600 ICOM IC7300 94 HAMLIB=4532
- and QtSM will need to be set to use hamlib for PTT using the IP address of the BPQ machine.
For all I know you may already be using the hamlib method with the 7100 given QtSM and BPQ are on separate computers.

73,
Lee K5DAT


QtSoundModem on a separate host: changing radios

 

My IC-7100 stopped transmitting power.
I want to use my IC-7300 in its place.
I have been running pilinbpq (on a rpi;-) since December 2020 and
QtSoundModem64 on a tiny x86 laptop for about 2 years.
I am no longer familiar with how to select my radio's serial port; /dev/ttyUSB73 .

'aplay -l/arecord -l' reports my IC-7300 on "Card 2" ("hw:2,0" ?).
My IC-7100 was "Card 1" ("hw:1,0 ?)

I cannot find a reference to "/dev/ttyUSB" nor "hw:#,0" in QtSoundModem.ini.

I found a previous reference to "hw:1,0" in
(GUI) QtSoundModem64 -> Settings -> Setup Devices -> Dialog -> Sound Card.
I changed that to 'hw:2,0'.

BPQ did set my IC-7300 to 7.101 MHz, so maybe something is working.

My IC-7100 uses CI-V address 88h, my IC-7300 uses CI-V address 94h.
Where to I edit this setting?

73, Chuck


Re: DIGIFLAG=1 with UH7ZO

 

¿ªÔÆÌåÓý

DIGIFLAG works if using the KISS interface but not the UZ7HO driver. Or you can set up SoundModem to digipeat independent of BPQ

73, John



On 16/01/2025 21:21, David VK2NA via groups.io wrote:

Hi,
?
Does the DIGIFLAG for digipeating work with UZ7HO soundmodem?
?
My system is not digipeating here.? ?Any advice appreciated.
?
Cheers.


Re: DIGIFLAG=1 with UH7ZO

 

I do not use soundmodem but if I remember correctly, if you use the UZ7HO driver then the L2 processing happens in the soundmodem configuration.? If you use the BPQ2AGW driver then L2 processing happens in BPQ and is controlled in the bpq32.cfg file.
?
Someone may surely correct me with finer details...
?
--
73,
Mark, N5MDT
Montgomery, Texas
?
?
?


DIGIFLAG=1 with UH7ZO

 

Hi,
?
Does the DIGIFLAG for digipeating work with UZ7HO soundmodem?
?
My system is not digipeating here.? ?Any advice appreciated.
?
Cheers.


Re: Help with CTEXT Format and ASCII Codes

 

I provided the original file to John, and he informed me that the CTText I used was too long.
CTText is limited to 510 characters, but mine was 533 characters.
Thank you, John and everyone.
73,
Tom


Classifieds app

 

Here is an python tcp script that could be used to list goods and services needed or available.?
?


Re: Reporting HF capable node on the BPQ map

 

¿ªÔÆÌåÓý

Yes i noticed that when i used the link you provided.

Thanks
Bob

On Jan 12, 2025, at 3:05?AM, John G8BPQ via groups.io <john.wiseman@...> wrote:

? Sorry, that's the same map. nodemap.g8bpq.net is an alias for guardian.no-ip.org

73, John


On 11/01/2025 22:09, Bob-va3rjs via groups.io wrote:
No i am looking on?

Ok that is good information, pretty steep learning curve beyond basic node activation.

Thanks again John

Bob



On Jan 11, 2025, at 3:58?PM, John G8BPQ via groups.io <john.wiseman@...> wrote:

? Are you talking about the maps at and vps1.g8bpq.net? If so, you don't configure anything. Your call will be red and will appear on the Heard map if you hear packets on a UZ7HO, ARDOP, VARA, PACTOR, SCS Tracker or WinRPR port. The code considers these to be HF ports, regardless of the actual frequency. KISS ports are assumed to be VHF ports.

?73, John


On 11/01/2025 01:38, Bob-va3rjs via groups.io wrote:
Hi?
?
my settings in the config file report my node to the bpq map just fine, but i am wondering what i need to do to the config to get it to report that it has an hf port too?
--
Bob
va3rjs


--
Bob
va3rjs


--
Bob
va3rjs


Re: Reporting HF capable node on the BPQ map

 

¿ªÔÆÌåÓý

Sorry, that's the same map. nodemap.g8bpq.net is an alias for guardian.no-ip.org

73, John


On 11/01/2025 22:09, Bob-va3rjs via groups.io wrote:

No i am looking on?

Ok that is good information, pretty steep learning curve beyond basic node activation.

Thanks again John

Bob



On Jan 11, 2025, at 3:58?PM, John G8BPQ via groups.io <john.wiseman@...> wrote:

? Are you talking about the maps at and vps1.g8bpq.net? If so, you don't configure anything. Your call will be red and will appear on the Heard map if you hear packets on a UZ7HO, ARDOP, VARA, PACTOR, SCS Tracker or WinRPR port. The code considers these to be HF ports, regardless of the actual frequency. KISS ports are assumed to be VHF ports.

?73, John


On 11/01/2025 01:38, Bob-va3rjs via groups.io wrote:
Hi?
?
my settings in the config file report my node to the bpq map just fine, but i am wondering what i need to do to the config to get it to report that it has an hf port too?
--
Bob
va3rjs


--
Bob
va3rjs


Re: Reporting HF capable node on the BPQ map

 

¿ªÔÆÌåÓý

No i am looking on?

Ok that is good information, pretty steep learning curve beyond basic node activation.

Thanks again John

Bob



On Jan 11, 2025, at 3:58?PM, John G8BPQ via groups.io <john.wiseman@...> wrote:

? Are you talking about the maps at and vps1.g8bpq.net? If so, you don't configure anything. Your call will be red and will appear on the Heard map if you hear packets on a UZ7HO, ARDOP, VARA, PACTOR, SCS Tracker or WinRPR port. The code considers these to be HF ports, regardless of the actual frequency. KISS ports are assumed to be VHF ports.

?73, John


On 11/01/2025 01:38, Bob-va3rjs via groups.io wrote:
Hi?
?
my settings in the config file report my node to the bpq map just fine, but i am wondering what i need to do to the config to get it to report that it has an hf port too?
--
Bob
va3rjs


--
Bob
va3rjs


Re: Reporting HF capable node on the BPQ map

 

¿ªÔÆÌåÓý

Are you talking about the maps at and vps1.g8bpq.net? If so, you don't configure anything. Your call will be red and will appear on the Heard map if you hear packets on a UZ7HO, ARDOP, VARA, PACTOR, SCS Tracker or WinRPR port. The code considers these to be HF ports, regardless of the actual frequency. KISS ports are assumed to be VHF ports.

?73, John


On 11/01/2025 01:38, Bob-va3rjs via groups.io wrote:

Hi?
?
my settings in the config file report my node to the bpq map just fine, but i am wondering what i need to do to the config to get it to report that it has an hf port too?
--
Bob
va3rjs


Re: Reporting HF capable node on the BPQ map

 

I tried adding info to the MAPCOMMENT parameter and adding the UPDATEMAP parameter, with no change to the map listing¡­.. would help to know what the map keys on to make the decision if the node is HF capable¡­¡­
B

On Jan 11, 2025, at 9:29?AM, N9SEO via groups.io <kayne.kruse@...> wrote:

group.
--
Bob
va3rjs


Re: Help with CTEXT Format and ASCII Codes

 

¿ªÔÆÌåÓý

I need the actual file, not a listing of it.

Thanks,
John



On 11/01/2025 15:21, DO1ATM wrote:

shure, here it is, only ASCII.
Host is a Linux Mint, aktual patchlevel.
?
?
?
?

SIMPLE
LOCATOR=JN59NG
NODECALL=DO1ATM-10
NODEALIAS=RHBBS
CTEXT:
Willkommen in der RHBBS von DO1ATM (ein Linpbq Node)
____ _ _ ____ ____ ____ _
| _ \| | | | __ )| __ ) ___| | |__ _ _
| |_) | |_| | _ \| _ \___ \ | '_ \| | | |
| _ <| _ | |_) | |_) |__) | | |_) | |_| |
|_|_\_\_|_|_|____/|____/____/ |_.__/ \__, |
| _ \ / _ \/ | / \|_ _| \/ | |___/
| | | | | | | | / _ \ | | | |\/| |
| |_| | |_| | |/ ___ \| | | | | |
|____/ \___/|_/_/ \_\_| |_| |_|
HMNDE> BBS CHAT CONNECT BYE INFO NODES ROUTES PORTS USERS MHEARD
\033[32m(Tipp: Wenn man nicht mehr weiterkommt, '?' zeigt die M?glichkleiten)\033[0m
***
FULL_CTEXT=0
IDMSG:
LinBPQ Node RH/SC DO1ATM-10 BBS DO1ATM-11 CHAT?
***
BTEXT:
DO1ATM-11 LinBPQ BBS/CHAT/ZORK @144.925MHz
***
INFOMSG:
Sysop TOM Do1ATM.
MoreInfo:
BBS to connect to the BBS.
CHAT to connect to CHAT server.
ZORK to connect to Multiplayer Game.
***
MAPCOMMENT=RH/SC LinBPQ Node, Roth <br>DO1ATM-10:144.930MHz<br>
IDINTERVAL=15
BTINTERVAL=15
NODESINTERVAL=25
PACLEN=236
AUTOSAVE=1
BBS=1
NODE=1
HIDENODES=0
PORT
? ?PORTNUM=1
? ?ID=AX25 144.930 @ 1200 bps
? ?TYPE=ASYNC
? ?SPEED=19200
? ?PROTOCOL=KISS
? ?IPADDR=127.0.0.1
? ?TCPPORT=8001
? ?RESPTIME=1500
? ?CHANNEL=A
? ?MHEARD=Y
? ?BCALL=DO1ATM-7
? ?KISSOPTIONS=NOPARAMS
? ?MINQUAL=100
? ?FULLDUP=0
? ?PERSIST=12
? ?DIGIFLAG=1
? ?NOKEEPALIVES=1
ENDPORT

PORT
? ?PORTNUM=2
? ?ID=Telnet
? ?DRIVER=Telnet
? ?QUALITY=0
? ?CONFIG
? ?LOGGING=1
? ?DisconnectOnClose=0
? ?SECURETELNET=1
? ?LOGGING=1
? ?TCPPORT=8100
? ?FBBPORT=8101
? ?CMDPORT 63001 63002 ?
? ?IPV4=1
? ?HTTPPORT=8085
? ?LOGINPROMPT=Username:
? ?PASSWORDPROMPT=Password:
? ?MAXSESSIONS=15
? ?CloseOnDisconnect=1
? ?CTEXT=Wilkommen im RH/SC LinBPQ Telnet Server\nEnter ? for list of commands\n\n
? ?
ENDPORT

APRSDIGI
? ? APRSCALL=DO1ATM-10
? ? APRSPATH 1=APRS,WIDE1-1,WIDE2-1
? ? STATUSMSG=LinBPQ BBS Node RH/SC auf 144.925MHz
? ? Symbol=&
? ? Symset=\
? ? LAT=4916.31N
? ? LON=01105.43E
? ? APRSPATH 1=APRS,WIDE1-1,WIDE2-1
? ? BeaconInterval=30
? ? TraceCalls=WIDE,TRACE
? ? MaxTraceHops=2
? ? MaxFloodHops=2
? ? ISHost=euro.aprs2.net
? ? ISPort=14580
? ? ISPasscode=xxxxx
***
APPLICATION 1,BBS,,DO1ATM-11,RHBBS,255
APPLICATION 2,CHAT,,DO1ATM-12,RHCHT,255
APPLICATION 3,WORDL,C 2 HOST 0 K S
APPLICATION 4,ZORK,C 2 HOST 1 K S
LINMAIL
LINCHAT


Re: Upgrade to the Latest DLL issues

 

Thanks guys. Back up and running normally.

-Chris KQ6UP

On Fri, Jan 10, 2025 at 7:11?PM Lee Bengston via groups.io
<kilo5dat@...> wrote:

On Fri, Jan 10, 2025 at 9:04?PM Christopher Maness via groups.io <christopher.maness@...> wrote:

Where do I find those executables?

Thanks,
Chris Maness
-Sent from my iPhone

_._



,_._,_


--
Thanks,
Chris Maness


Re: Help with CTEXT Format and ASCII Codes

 

shure, here it is, only ASCII.
Host is a Linux Mint, aktual patchlevel.
?
?
?
?

SIMPLE
LOCATOR=JN59NG
NODECALL=DO1ATM-10
NODEALIAS=RHBBS
CTEXT:
Willkommen in der RHBBS von DO1ATM (ein Linpbq Node)
____ _ _ ____ ____ ____ _
| _ \| | | | __ )| __ ) ___| | |__ _ _
| |_) | |_| | _ \| _ \___ \ | '_ \| | | |
| _ <| _ | |_) | |_) |__) | | |_) | |_| |
|_|_\_\_|_|_|____/|____/____/ |_.__/ \__, |
| _ \ / _ \/ | / \|_ _| \/ | |___/
| | | | | | | | / _ \ | | | |\/| |
| |_| | |_| | |/ ___ \| | | | | |
|____/ \___/|_/_/ \_\_| |_| |_|
HMNDE> BBS CHAT CONNECT BYE INFO NODES ROUTES PORTS USERS MHEARD
\033[32m(Tipp: Wenn man nicht mehr weiterkommt, '?' zeigt die M?glichkleiten)\033[0m
***
FULL_CTEXT=0
IDMSG:
LinBPQ Node RH/SC DO1ATM-10 BBS DO1ATM-11 CHAT?
***
BTEXT:
DO1ATM-11 LinBPQ BBS/CHAT/ZORK @144.925MHz
***
INFOMSG:
Sysop TOM Do1ATM.
MoreInfo:
BBS to connect to the BBS.
CHAT to connect to CHAT server.
ZORK to connect to Multiplayer Game.
***
MAPCOMMENT=RH/SC LinBPQ Node, Roth <br>DO1ATM-10:144.930MHz<br>
IDINTERVAL=15
BTINTERVAL=15
NODESINTERVAL=25
PACLEN=236
AUTOSAVE=1
BBS=1
NODE=1
HIDENODES=0
PORT
? ?PORTNUM=1
? ?ID=AX25 144.930 @ 1200 bps
? ?TYPE=ASYNC
? ?SPEED=19200
? ?PROTOCOL=KISS
? ?IPADDR=127.0.0.1
? ?TCPPORT=8001
? ?RESPTIME=1500
? ?CHANNEL=A
? ?MHEARD=Y
? ?BCALL=DO1ATM-7
? ?KISSOPTIONS=NOPARAMS
? ?MINQUAL=100
? ?FULLDUP=0
? ?PERSIST=12
? ?DIGIFLAG=1
? ?NOKEEPALIVES=1
ENDPORT

PORT
? ?PORTNUM=2
? ?ID=Telnet
? ?DRIVER=Telnet
? ?QUALITY=0
? ?CONFIG
? ?LOGGING=1
? ?DisconnectOnClose=0
? ?SECURETELNET=1
? ?LOGGING=1
? ?TCPPORT=8100
? ?FBBPORT=8101
? ?CMDPORT 63001 63002 ?
? ?IPV4=1
? ?HTTPPORT=8085
? ?LOGINPROMPT=Username:
? ?PASSWORDPROMPT=Password:
? ?MAXSESSIONS=15
? ?CloseOnDisconnect=1
? ?CTEXT=Wilkommen im RH/SC LinBPQ Telnet Server\nEnter ? for list of commands\n\n
? ?
ENDPORT

APRSDIGI
? ? APRSCALL=DO1ATM-10
? ? APRSPATH 1=APRS,WIDE1-1,WIDE2-1
? ? STATUSMSG=LinBPQ BBS Node RH/SC auf 144.925MHz
? ? Symbol=&
? ? Symset=\
? ? LAT=4916.31N
? ? LON=01105.43E
? ? APRSPATH 1=APRS,WIDE1-1,WIDE2-1
? ? BeaconInterval=30
? ? TraceCalls=WIDE,TRACE
? ? MaxTraceHops=2
? ? MaxFloodHops=2
? ? ISHost=euro.aprs2.net
? ? ISPort=14580
? ? ISPasscode=xxxxx
***
APPLICATION 1,BBS,,DO1ATM-11,RHBBS,255
APPLICATION 2,CHAT,,DO1ATM-12,RHCHT,255
APPLICATION 3,WORDL,C 2 HOST 0 K S
APPLICATION 4,ZORK,C 2 HOST 1 K S
LINMAIL
LINCHAT


Re: Reporting HF capable node on the BPQ map

 

Ok NO KISSHF does not report, which explains why my WinRPR is not showing.