开云体育

Date

use cron and dw-start.sh to autostart two instances of Direwolf?

 

I'm having a heck of a time getting this to work.? On bootup, I'd like cron to autostart two instances of Direwolf, one for VHF on one sound card, the other for HF on a second sound card, and restart either one if one of them crashes.? Cron starts both Direwolf instances on bootup and they work fine, apparently because there's no pause between starting the two.? But the problem is that if I close one of the instances, cron doesn't restart that instance after one minute.

To get cron to start two instances, I made two bash-scripts, one for VHF (direwolf-VHF-start.sh) and one for HF (direwolf-HF-start.sh).? The VHF script uses the default "direwolf.conf" file; the HF script uses "hf.conf", configured for 300-baud.? I editing the default dw-start.sh script and changed DIREWOLF="direwolf" to DIREWOLF="/home/pi/direwolf-VHF-start.sh".? I also have an edited copy of the default "dw-start.sh" which I renamed to "dwHF-start.sh" and which has DIREWOLF="/home/pi/direwolf-HF-start.sh".? I also changed that script to log to /var/tmp/dwHF-start.log. I set cron to run both dw-start.sh and dwHF-start.sh.? All scripts are executable.

Testing cron to run only the VHF start-script or the HF start-script works... it restarts Direwolf after one minute if I close Direwolf.


Re: Linux AGW terminal

 

I typically use QtTerm or EasyTerm running on Wine. EasyTerm comes with a mailbox.


Re: Linux AGW terminal

 

开云体育

look into "linpac" and, of course, axcall.

??


-craig
KM6LYW

On 11/10/21 4:32 PM, Victor Denisov wrote:

It looks like QtTerm is what I'm looking for. It can be curses based, or graphical. Just something that would allow me to connect to port 8000 of direwolf and talk to a bbs.

Thanks,
More ideas are welcome.

V.


Re: Linux AGW terminal

 

It looks like QtTerm is what I'm looking for. It can be curses based, or graphical. Just something that would allow me to connect to port 8000 of direwolf and talk to a bbs.

Thanks,
More ideas are welcome.

V.


Re: Linux AGW terminal

 

Yes, QtTermTCP is the only one I'm aware of.? I use it all the time to connect to my BPQ packet node.? The primary interface in QtTermTCP is raw telnet for connecting to BPQ, but it does support AGW connections also.

Lee K5DAT


On Wed, Nov 10, 2021 at 10:27 AM Martin Cooper <kd6yam@...> wrote:
QtTerm can be used with AGWPE and works with Direwolf:



I haven't used it enough to recommend it (or not), and there's no mention of license, but it's freely downloadable.

Martin.
KD6YAM

On Tue, Nov 9, 2021 at 9:59 PM Victor Denisov <denisovenator@...> wrote:
Hi,

Can someone recommend a linux agw terminal?
I see a lot of windows agw terminals, but can't find any linux agw terminals..

Thanks,
Victor.


Virus-free.


Re: Linux AGW terminal

 

开云体育


The original poster was looking for an AGW terminal which I assumed they were looking for a GUI interface but then a different user hijacked the thread asking for a CLI AGW terminal but I didn't catch that.? Yes, Linux's axcall program should work for CLI needs but it only works with Linux AX.25 stack.

--David
KI6ZHD


On 11/10/2021 09:20 AM, Greg D wrote:

From the command line, isn't axcall what you are looking for??

Greg? KO6TH


Martin Cooper wrote:


On Wed, Nov 10, 2021 at 8:23 AM John Kristian <jmkristian@...> wrote:
I'm looking for such a thing, too. Something similar to would be OK. But I would prefer a program that works from the command line, so I could use it on a server with no UI. Something like `telnet` or `ssh`, where the connection parameters are on the command line, the program's standard input is sent via AX.25 and data received via AX.25 goes the program's standard output.

If you're connecting via AGWPE, though, you could be using a UI on any machine that has TCP access to your server running Direwolf.

For terminal use, depending on your needs, you can use something as simple as 'call' in Talk mode or Linpac, which provides a curses UI.

Martin.
KD6YAM

?



Re: Linux AGW terminal

 

开云体育

From the command line, isn't axcall what you are looking for??

Greg? KO6TH


Martin Cooper wrote:



On Wed, Nov 10, 2021 at 8:23 AM John Kristian <jmkristian@...> wrote:
I'm looking for such a thing, too. Something similar to would be OK. But I would prefer a program that works from the command line, so I could use it on a server with no UI. Something like `telnet` or `ssh`, where the connection parameters are on the command line, the program's standard input is sent via AX.25 and data received via AX.25 goes the program's standard output.

If you're connecting via AGWPE, though, you could be using a UI on any machine that has TCP access to your server running Direwolf.

For terminal use, depending on your needs, you can use something as simple as 'call' in Talk mode or Linpac, which provides a curses UI.

Martin.
KD6YAM

?


Re: Linux AGW terminal

 



On Wed, Nov 10, 2021 at 8:23 AM John Kristian <jmkristian@...> wrote:
I'm looking for such a thing, too. Something similar to would be OK. But I would prefer a program that works from the command line, so I could use it on a server with no UI. Something like `telnet` or `ssh`, where the connection parameters are on the command line, the program's standard input is sent via AX.25 and data received via AX.25 goes the program's standard output.

If you're connecting via AGWPE, though, you could be using a UI on any machine that has TCP access to your server running Direwolf.

For terminal use, depending on your needs, you can use something as simple as 'call' in Talk mode or Linpac, which provides a curses UI.

Martin.
KD6YAM

?


Re: Linux AGW terminal

 

开云体育


For a GUI only option, check out John G8BPQ's QtTermTCP multi-platform terminal program:

??


For a CLI / TUI only option, I'm not aware of any AGW-enabled terminal programs.? I would love to add something like this into Linpac but this codebase is so hard coded to Linux that it would be easier to just start over and write something from scratch.? I've heard of a few potential new programs that might fill this need but I haven't seen any working code as of yet.

--David
KI6ZHD



On 11/10/2021 08:23 AM, John Kristian wrote:

I'm looking for such a thing, too. Something similar to would be OK. But I would prefer a program that works from the command line, so I could use it on a server with no UI. Something like `telnet` or `ssh`, where the connection parameters are on the command line, the program's standard input is sent via AX.25 and data received via AX.25 goes the program's standard output.


Re: Linux AGW terminal

 

QtTerm can be used with AGWPE and works with Direwolf:



I haven't used it enough to recommend it (or not), and there's no mention of license, but it's freely downloadable.

Martin.
KD6YAM

On Tue, Nov 9, 2021 at 9:59 PM Victor Denisov <denisovenator@...> wrote:
Hi,

Can someone recommend a linux agw terminal?
I see a lot of windows agw terminals, but can't find any linux agw terminals..

Thanks,
Victor.


Re: Linux AGW terminal

 

I'm looking for such a thing, too. Something similar to would be OK. But I would prefer a program that works from the command line, so I could use it on a server with no UI. Something like `telnet` or `ssh`, where the connection parameters are on the command line, the program's standard input is sent via AX.25 and data received via AX.25 goes the program's standard output.


Linux AGW terminal

 

Hi,

Can someone recommend a linux agw terminal?
I see a lot of windows agw terminals, but can't find any linux agw terminals..

Thanks,
Victor.


Re: SSID strategy

 

Thank you David. It's a little clearer now.
??
I will take a look at that page - again. I was basically only following this page: , but it stops with setting up a node, FBB, etc. So the basis is there, but then integrating more capabilities is still a work-in-progress for you and ideally I would want to follow some examples or tutorials to get going.

Saw a lot of info on this site, too: but haven't gotten around studying it all.

?? - Maybe you're looking to learn how all the pieces fit together and inter-operate?? Maybe you want to setup a very rich environment involving RF AX.25, AMPR IPIP mesh and BGP routing, etc. with learning the Linux AX.25 stack.? Then the Linux AX.25 stack is the way to go.
Yes, this is what I want, so I'll skip JNOS and BPQ for now.

Thanks again. 73 de Hans


Re: SSID strategy

 

开云体育


Hello Hans,

Do I need to see SSIDs as an ID related to a system or a service? From what you wrote above the latter. But how does that work then? If on a system the ax.25 stack has SSID-1 and Linpac SSID-2 then how does a connecting station get routed to Linpac? All packets have to go through the ax.25 stack, so SSID-1, so towards the outside world there is no SSID-2. You could make SSID-2 visible to the outside world if you create a new port in axports, or am I not correct with that assumption.

Yes.. you need to consider each CALLSIGN+SSID identifier as unique and once a program "claims" it, any packets being received for a specific CALLSIGN+SSID will be routed to that listening program to be processed.? By default, Linux's AX.25 setup usually doesn't run any daemons to connect to so a remote user could try to connect to any of your SSIDs and nothing will happen.? It's only once you install and configure a program to listen on a specific SSID will your system answer for that CALLSIGN+SSID combination.? Linpac is very flexible here as it can be configured to listen on one SSID or ALL of them (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, etc).? Linpac offers the ability to even share the same SSID and have two different F-keys using the same SSID as long as they are connected to different remote stations.? Beyond Linpac, the way you get other programs to register their use of a specific SSID is via the /etc/ax25/ax25d.conf file.? This is how you might enable programs like UroNode, FPAC, FBB, etc.

I have a lot of this detailed in my HamPacket documentation:?

??


Still it works: just configured LinPac on my RPi (BX2ABT-1) with BX2ABT-2, -3 and -4 in init.mac, and had no problem connecting from my other machine (BX2ABT-10), creating 4 different sessions with BX2ABT-1, -2, -3 and -4 respectively.

Yup.. that's expected.? As long as the CALLSIGN+SSID combinations are different, Linpac will manage them separately.


Then thinking ahead: what if I want to add a mailbox, BBS, etc. Do these also come with their own configurations and choice of SSID?

Of course.? Think of the Linux AX.25 network stack just like Linux TCP/IP stack.? AX.25 stack is only the base layer and you need to install applications on top of it to be usable.? In TCP/IP land, if you want a web server then you need to install, configure, and start say Apache HTTPD.? In AX.25 land, if you want a BBS like say FBB, you need to install and configure one.


You mean FBB uses ax0 and JNOS ax1, etc... Why would you do that? You can create different ports in axports and use those, not?

Think of the base "ax" interfaces as the physical layer that's connecting your Linux host to a specific radio operating on a specific frequency.? If you want your computer to simultaneously operate on another frequency (aka.. additional radios), you'll need to setup an additional AX.25 interfaces such as ax1, ax2, ax3, etc.? Please note that the same packet program that uses the Linux kernel's AX.25 stack can offer their services on multiple interfaces at the same time.? It's also worth mentioning that you can REUSE the same SSID number as long as they are being used on different AX.25 kernel interfaces (aka different radios).? For example:

?? Radio frequency? |? linux kernel interface? |? Linux kernel interface name? |? Program? |? Configured callsign+SSID
?? -----------------+--------------------------+-------------------------------+-----------+--------------------------
??? 14.105????????? |? ax0 ? ????????????????? |? hfdrop?????????????????????? |? Linpac?? |? BX2ABT-1
?? 144.390????????? |? none - Direwolf stack?? |? None???????????????????????? |? Direwolf |? BX2ABT-9
?? 145.050 ? ? ? ?? |? ax1 ?? ? ?????? ? ?? ?? |? vhfdrop????????????????????? |? Linpac?? |? BX2ABT, BX2ABT-1
?? 145.050 ? ? ? ?? |? ax1 ? ? ??????? ? ?? ?? |? vhfdrop????????????????????? |? Uronode? |? BX2ABT-5
?? 443.370????????? |? ax2???????????????????? |? uhfdrop????????????????????? |? FBB????? |? BX2ABT-1

That is just an example and you can make it either simpler or way more complex.? This is the power of Linux working for you.? Btw, notice I'm NOT talking about JNOS or BPQ32.? Why?? Because they have their own AX.25 stacks and don't depend on the Linux in-kernel AX.25 stack.? Yes, you *can* interconnect them if you wish but it's not required if you just want JNOS to run.


Excuses for my lack of insight, I hope you do not too vexed about it. I'm not familiar at all with (computer) networking and right now I see a lot of pieces of a puzzle without an idea on how to connect them together. It's complicated stuff to me.

No doubt, it's a lot to wrap your head around the first time but AX.25 networking is very similar to TCP/IP networking in many respects.? This is all an excellent way to learn about networking btw.


BTW, I still don't know what my next step should be: I guess it's setting up node with ax25-node or uronode and then FBB. Or should I go straight to JNOS or BPQ32? What I wrote before, my aim is to understand this whole packet radio stuff and prefer KISS. Any ideas? Cheers!

Solutions like BPQ32 and JNOS are excellent "vertical solutions" that can do almost everything within one program while also allowing for interconnections to say the LInux AX.25 stack or even other AX.25 solutions.? The flip side is they hide a lot of the networking concepts so you might not get to learn about them for the sake of simplicity? I suppose the answer comes down to what are you looking to do???

?? - Do you just want something to work and be easy"?? BPQ32 or maybe JNOS might be the best option for you

?? - Maybe you're looking to learn how all the pieces fit together and inter-operate?? Maybe you want to setup a very rich environment involving RF AX.25, AMPR IPIP mesh and BGP routing, etc. with learning the Linux AX.25 stack.? Then the Linux AX.25 stack is the way to go.

--David
KI6ZHD



Service Discovery for AGWPE

 

开云体育

Greetings.

Now that I have fixed the Service Discovery client code in my APRS client YAAC so it can accept the DNS-SD postings by Direwolf (at least, on Linux systems with Avahi), I was wondering if Direwolf should also advertise its AGWPE port the same way. I propose a new service type of _agwpe._tcp to handle the other port.

Andrew, KA2DDO
author of YAAC



Re: SSID strategy

 

Hello David et al.

Thanks for all the replies and info. I know this topic is only marginally dealing with Direwolf, but I thought most people hanging out here are would be most knowledgeable about packet radio, so I hope you don't mind. I have more packet radio setup related questions, but I'll post them on groups.io/linuxham (unless you don't mind off topic questions here on this board).

I was aware of the APRS SSID recommendations, but I'll stick with this list for now. And I will not use -10 again, promise :-)

??????????? SSID :: Description
??????????? -----::--------------------------------------------
????????????? -0 :: (aka.. no SSID) direct human to human / keyboard to keyboard chat
????????????? -1 :: PBBS mailboxes
????????????? -2 :: not specifically used
????????????? -3 :: not specifically used
????????????? -4 :: not specifically used
????????????? -5 :: netrom nodes and digipeaters
????????????? -6 :: not specifically used
????????????? -7 :: netrom nodes and digipeters (alternate)
????????????? -8 :: not specifically used
????????????? -9 :: not specifically used
???????????? -10 :: for Winlink nodes
?
The base callsign+ssid shown via "ifconfig" which comes from the kernel ax25 stack is just a base layer.? It's recommended to keep it unique from say a used SSID used by say Linpac or ax25d but it technically doesn't have to be.? I have seen some strange collisions when they were the same but I forget what the behavior is here.? The behavior also might be different between using say the VE7FET AX.25 tools vs. the official AX.25 tools (the old versions say in the distro repo or the newer ones via git).

Do I need to see SSIDs as an ID related to a system or a service? From what you wrote above the latter. But how does that work then? If on a system the ax.25 stack has SSID-1 and Linpac SSID-2 then how does a connecting station get routed to Linpac? All packets have to go through the ax.25 stack, so SSID-1, so towards the outside world there is no SSID-2. You could make SSID-2 visible to the outside world if you create a new port in axports, or am I not correct with that assumption.

Still it works: just configured LinPac on my RPi (BX2ABT-1) with BX2ABT-2, -3 and -4 in init.mac, and had no problem connecting from my other machine (BX2ABT-10), creating 4 different sessions with BX2ABT-1, -2, -3 and -4 respectively.

Then thinking ahead: what if I want to add a mailbox, BBS, etc. Do these also come with their own configurations and choice of SSID?

>>Correct though it depends on which BBS.? If you use FBB, it's listening AX.25 port going to get configured via /etc/ax25/ax25d.conf but if you're running something like JNOS or BPQ32, they have their own AX25 stack and can care less about Linux's internal stack (unless you connect the two stacks together).

You mean FBB uses ax0 and JNOS ax1, etc... Why would you do that? You can create different ports in axports and use those, not?

Excuses for my lack of insight, I hope you do not too vexed about it. I'm not familiar at all with (computer) networking and right now I see a lot of pieces of a puzzle without an idea on how to connect them together. It's complicated stuff to me.

BTW, I still don't know what my next step should be: I guess it's setting up node with ax25-node or uronode and then FBB. Or should I go straight to JNOS or BPQ32? What I wrote before, my aim is to understand this whole packet radio stuff and prefer KISS. Any ideas? Cheers!

Hans
BX2ABT


Re: SSID strategy - Not specifically direwolf related

 

Good Morning,
The "APRS standard" is not a standard; merely a recommendation.
I scratched the scab off this one back in 2009 when I had VHF and HF APRS units in my 4WD.
If I had followed the recommendations, I would have had -9 AND -15 transmitting from the same vehicle.
This meant that in the scenario where I was out of VHF range (quite often back in those days), my 4WD would have been in 2 different places. Clearly this was not my intent.
My solution was to use -9 for both VHF and HF, thus ensuring the location of my 4WD was known regardless of how the posits made it into the APRS network.

Ian

On 8/11/21 7:32 am, David Ranch wrote:

?? - APRS does have a standard for SSIDs but it doesn't apply to classic packet ::


Re: SSID strategy

 

开云体育


Hello Hans,


I have set up two ax.25 systems to play with and learn packet radio. There is no packet radio activity here at all - apart from some APRS - so my setup is for self-education purposes only.

Since you're all by yourself, it doesn't really matter but a few thoughts:

?? - APRS does have a standard for SSIDs but it doesn't apply to classic packet ::

?? - For classic packet, different regions even within the same country might have different schemes.? In my area for our KB2KB frequencies, this is what we use (Section 28.c.11 ):?
????? --
??????????? SSID :: Description
??????????? -----::--------------------------------------------
????????????? -0 :: (aka.. no SSID) direct human to human / keyboard to keyboard chat
????????????? -1 :: PBBS mailboxes
????????????? -2 :: not specifically used
????????????? -3 :: not specifically used
????????????? -4 :: not specifically used
????????????? -5 :: netrom nodes and digipeaters
????????????? -6 :: not specifically used
????????????? -7 :: netrom nodes and digipeters (alternate)
????????????? -8 :: not specifically used
????????????? -9 :: not specifically used
???????????? -10 :: for Winlink nodes
????? --

?? - Generally speaking, nothing is really wrong but I wouldn't recommend to use -10.? That's pretty universally used for WInlink.


But LinPac has it's own configuration files and in init.mac you can basically use any call sign and SSID you which. But I find this confusing, because I know system 2 is BX2ABT-1, but I don't know the users on that system, and if I don't setup a user called BX2ABT-1 in my LinPac init.mac file I can never reach that system by using :c BX2ABT-1.

The base callsign+ssid shown via "ifconfig" which comes from the kernel ax25 stack is just a base layer.? It's recommended to keep it unique from say a used SSID used by say Linpac or ax25d but it technically doesn't have to be.? I have seen some strange collisions when they were the same but I forget what the behavior is here.? The behavior also might be different between using say the VE7FET AX.25 tools vs. the official AX.25 tools (the old versions say in the distro repo or the newer ones via git).


Then thinking ahead: what if I want to add a mailbox, BBS, etc. Do these also come with their own configurations and choice of SSID?

Correct though it depends on which BBS.? If you use FBB, it's listening AX.25 port going to get configured via /etc/ax25/ax25d.conf but if you're running something like JNOS or BPQ32, they have their own AX25 stack and can care less about Linux's internal stack (unless you connect the two stacks together).

--David
KI6ZHD


Re: SSID strategy

 

开云体育

-10 is my WinLINK server, that is, lol.

I don’t know why I write WinGATE, S haven’t used that program in decades. ?I must have been thinking WinLink Gateway. ?:-)

-Jerry?

11 Max Pro

On Nov 7, 2021, at 8:55 AM, J K <kuhnje@...> wrote:

?Yep. I use -7 for my iGate/digipeater.

I have the following:

No SSID (just callsign): Is usually my node when I’m on BBS’s and/or chat. ?It also has a beacon saying that I have a Wires-X node and AllStar node, giving their details. Beacon also has my web address, where my email can be found.

-1 is my BBS.

-2 is my main radio, beacon announces it’s one of my main RPi4’s used for SDR, ADS-B, and frequency my main radio is on.

-3 and -4, reserved for HT’s, whether they have built-in APRS or I use my MoblinkD TNC3 or Easy Digi. ?Beacon gives the frequency I’m monitoring

-5, is for my smartphone/iPhone ?apps.

-6, I use this one when using my Kenwood TH-D74 on satellites/ISS.

-7, is my iGate/digipeater. ?(144.390 and 50.620 6m APRS)

-8, when I go out on Lake Erie, I use this SSID with whatever radio I’m using out there. ?Often just a cheap BTech UV-5X3 and EasyDigi, in case it gets lost or damaged out on the water.

-9 is my Yaesu 8900R in my car (with TNC3 or RPi+DireWolf). ?Planning to get a FTM400 and will continue using this SSID in car.

-10 is my WinGate server. ?

-11 is my chat server.

-12, I’ve used with my drones a couple times. Still I’m search of a lighter VHF/2m radio though, like a small module.

-13 is my WX station.

-15, is just an open extra one that could get used for any additional (usually data) radio I have. ?If I put it I use, beacon says what it is and what is being used for.

I figure this is pretty close to the suggested SSID’s. ?It’s not perfect and there is some crossover between the WinGate/BBS/iGate/Digipeater, but I wanted to follow local conventions here.

Anyway, that’s what I’ve been using and it’s worked fine. ?Oh yeah, I also have a few mmdvm’s that transmit an APRS (by just TCP), but they use a letter for their SSID.?

Of course, you can “technically” use whatever SSID you want (and some seem to do just that), but I figured it would be more considerate and better protocol to follow the recommended suggestions as closely as possible.

Have fun and 73.

-Jerry?

12 Max Pro

On Nov 7, 2021, at 7:06 AM, Don Rolph <don.rolph@...> wrote:

?
More correctly there is a weak tendency to use -10 for Winlink RMS Packet stations.

On Sun, Nov 7, 2021 at 7:03 AM Don Rolph via <don.rolph=[email protected]> wrote:
At one time I saw a listing of suggested uses of SSID numbers by application?but then I observed that in the maoin no one was following the suggestions.

SSIDs are in principle abstract IDs and the system, if it is being polite, announces its capabilities in its broadcasts.

There is a weak tendency for WINLINK stations to use the -10 SSID.

Also remember that SSIDs need only be consistent in what I will term a usage space.? You can use say a -7 for APRS on 144.39 MHz perhaps?and reuse the -& on a BBS system in 440 MHz so long as their position?reports?do not get aggregated.

Good luck with your testing!

On Sun, Nov 7, 2021 at 2:02 AM Hans Fong <hans@...> wrote:
I have set up two ax.25 systems to play with and learn packet radio. There is no packet radio activity here at all - apart from some APRS - so my setup is for self-education purposes only.

System 1: TS-2000 / Kubuntu AMD64 + Direwolf
System 2: Baofeng UV5R / Raspberry Pi4 + Direwolf

Both systems are set up the same with a basic ax.25 stack and the latest version of LinPac, compiled locally. I want to turn system 2 into a full blown node/BBS eventually, but for now it only has LinPac installed.

For system 1 I use SSID-10 in the axports config file.
For system 2 I use SSID-1 in the axports config file.
When setting up Direwolf I read somewhere that the call used in the config file shouldn't have the same SSID as the one used elsewhere, e.g. in axports, so in my Direwolf.conf the call sign BX2ABT without an SSID.

But LinPac has it's own configuration files and in init.mac you can basically use any call sign and SSID you which. But I find this confusing, because I know system 2 is BX2ABT-1, but I don't know the users on that system, and if I don't setup a user called BX2ABT-1 in my LinPac init.mac file I can never reach that system by using :c BX2ABT-1.

Then thinking ahead: what if I want to add a mailbox, BBS, etc. Do these also come with their own configurations and choice of SSID?

So my question is: what is a good strategy to choose SSIDs without running into trouble and without confusing anyone? Cheers,

Hans
BX2ABT



--

73,
AB1PH
Don Rolph



--

73,
AB1PH
Don Rolph


Re: SSID strategy

 

开云体育

Yep. I use -7 for my iGate/digipeater.

I have the following:

No SSID (just callsign): Is usually my node when I’m on BBS’s and/or chat. ?It also has a beacon saying that I have a Wires-X node and AllStar node, giving their details. Beacon also has my web address, where my email can be found.

-1 is my BBS.

-2 is my main radio, beacon announces it’s one of my main RPi4’s used for SDR, ADS-B, and frequency my main radio is on.

-3 and -4, reserved for HT’s, whether they have built-in APRS or I use my MoblinkD TNC3 or Easy Digi. ?Beacon gives the frequency I’m monitoring

-5, is for my smartphone/iPhone ?apps.

-6, I use this one when using my Kenwood TH-D74 on satellites/ISS.

-7, is my iGate/digipeater. ?(144.390 and 50.620 6m APRS)

-8, when I go out on Lake Erie, I use this SSID with whatever radio I’m using out there. ?Often just a cheap BTech UV-5X3 and EasyDigi, in case it gets lost or damaged out on the water.

-9 is my Yaesu 8900R in my car (with TNC3 or RPi+DireWolf). ?Planning to get a FTM400 and will continue using this SSID in car.

-10 is my WinGate server. ?

-11 is my chat server.

-12, I’ve used with my drones a couple times. Still I’m search of a lighter VHF/2m radio though, like a small module.

-13 is my WX station.

-15, is just an open extra one that could get used for any additional (usually data) radio I have. ?If I put it I use, beacon says what it is and what is being used for.

I figure this is pretty close to the suggested SSID’s. ?It’s not perfect and there is some crossover between the WinGate/BBS/iGate/Digipeater, but I wanted to follow local conventions here.

Anyway, that’s what I’ve been using and it’s worked fine. ?Oh yeah, I also have a few mmdvm’s that transmit an APRS (by just TCP), but they use a letter for their SSID.?

Of course, you can “technically” use whatever SSID you want (and some seem to do just that), but I figured it would be more considerate and better protocol to follow the recommended suggestions as closely as possible.

Have fun and 73.

-Jerry?

12 Max Pro

On Nov 7, 2021, at 7:06 AM, Don Rolph <don.rolph@...> wrote:

?
More correctly there is a weak tendency to use -10 for Winlink RMS Packet stations.

On Sun, Nov 7, 2021 at 7:03 AM Don Rolph via <don.rolph=[email protected]> wrote:
At one time I saw a listing of suggested uses of SSID numbers by application?but then I observed that in the maoin no one was following the suggestions.

SSIDs are in principle abstract IDs and the system, if it is being polite, announces its capabilities in its broadcasts.

There is a weak tendency for WINLINK stations to use the -10 SSID.

Also remember that SSIDs need only be consistent in what I will term a usage space.? You can use say a -7 for APRS on 144.39 MHz perhaps?and reuse the -& on a BBS system in 440 MHz so long as their position?reports?do not get aggregated.

Good luck with your testing!

On Sun, Nov 7, 2021 at 2:02 AM Hans Fong <hans@...> wrote:
I have set up two ax.25 systems to play with and learn packet radio. There is no packet radio activity here at all - apart from some APRS - so my setup is for self-education purposes only.

System 1: TS-2000 / Kubuntu AMD64 + Direwolf
System 2: Baofeng UV5R / Raspberry Pi4 + Direwolf

Both systems are set up the same with a basic ax.25 stack and the latest version of LinPac, compiled locally. I want to turn system 2 into a full blown node/BBS eventually, but for now it only has LinPac installed.

For system 1 I use SSID-10 in the axports config file.
For system 2 I use SSID-1 in the axports config file.
When setting up Direwolf I read somewhere that the call used in the config file shouldn't have the same SSID as the one used elsewhere, e.g. in axports, so in my Direwolf.conf the call sign BX2ABT without an SSID.

But LinPac has it's own configuration files and in init.mac you can basically use any call sign and SSID you which. But I find this confusing, because I know system 2 is BX2ABT-1, but I don't know the users on that system, and if I don't setup a user called BX2ABT-1 in my LinPac init.mac file I can never reach that system by using :c BX2ABT-1.

Then thinking ahead: what if I want to add a mailbox, BBS, etc. Do these also come with their own configurations and choice of SSID?

So my question is: what is a good strategy to choose SSIDs without running into trouble and without confusing anyone? Cheers,

Hans
BX2ABT



--

73,
AB1PH
Don Rolph



--

73,
AB1PH
Don Rolph