Keyboard Shortcuts
Likes
- Direwolf
- Messages
Search
Re: Very simple, low level texting possible??
David Ranch
开云体育Hello Stan, ? Ok.
Ok.. so during your activation, you'd like to have station-A use a CONNECTED session back to net control.? That will work fine and even have lots of other stations such as station-b, station-c, station-d, etc all connected back to net control simultaneously assuming they have strong signals and they aren't sending too much traffic all at the same time.? The best thing about connected mode is that you are ensured either the traffic will get to net control or the session will be torn down due to too many retries.? They are also near real time communications.
Ok.. that will work perfectly fine and Direwolf can do this.? At it's minimum design, you would need TWO computers:? One for net control and one for a leaf-node - Station-A.
Yup.. this would be an easy addition depending on what hardware/software you want to use.? Many nodes in my area are Kantronics KPC3 TNCs that can be a digi, a node, a netrom router, and a PBBS all at the same time.? I believe the newest Timewave PK96 TNCs can do the same.
Are the "nodes" that you'd like to use already operational or would you be deploying them in an adhoc fashion?? If these nodes are to be adhoct I know this can be done well using Linux but I'm not aware of any node software for Windows.? Some might exist but I fully expect it will be old, un-maintained from the Windows95 era and probably will NOT run on modern versionsof Windows Before we get into the details of this specific design, I wanted to explain that there are a *few ways* to connect Station-A to Net-Control.? It all depends on how far apart your nodes are and their reachability: ?? - Simplex : the two stations can clearly hear each other and can pass traffic w/o using any other hops in between.? This is by far the fastest and most efficient way but usually requires the stations to have line of sight to each other ?? - Digipeaters: two stations *cannot* hear each other but they can hear a digipeater in between.? In this scenario, packets are duplicated at the digi and it works well but any retries that are required have to be created from the end-points.? Packet connections using digipeaters start to experience high retry counts, failures, et.c after about three digipeater hops due to the retry issue ?? - Nodes : two stations *cannot* hear each other but they can hear a node in between.? In this scenario, Station-A manually logs into a node and manually initiates a connection to net control.? Though manual to setup the connection, all retries are isolated to the two links (station-a to node, and node to net control).? At that point, the node be be responsible for doing part of the retries when required.? This is a more reliable connection for long distance, multi-hop connections (100s of miles).? On a Kantronics KPC3, they call this a KaNet node.? On Linux, I would recommend to use the URONode program. ?? - Netrom / ROSE / Xnet network :? two stations *cannot* hear each other but they can hear a routing node in between.? In this scenario, Station-A either manually logs into local node or initiates a NETROM, ROSE, or Xnet network connection directly to the final destination *regardless* of how many hops away it might be.? At this point, the nearest node knows how to get to the final destination via the most reliable path.? All retries are isolated to the various network links and even if an intermediate link is torn down (say due to retries), the broken link will be automatically re-established and continue forwarding the traffic transparently to the two endpoints!? This is a more reliable connection for long distance, multi-hop connections (100s of miles) but adds additional protocol overhead to "tunnel" your traffic over the connection.? This also requires the various nodes have to periodically send network "routes" to the other nodes so they know about each other.? On a Kantronics KPC3, they call this a Knet node.? On Linux, you run a daemon to create the? Netrom, or Rose, or Xnet routing packets.? You don't necessarily need a node program like UroNode if the leaf nodes natively support the routing protocol.
There isn't much "dumb terminal" software that can interface with Direwolf directly.? I think based on your use case, you should consider using better software than a dumb terminal.? If you DO want to start with a dumb terminal approach, you could try the new Direwolf 1.4 dev release (not deemed stable) that natively supports CONNECTED mode with an AGW terminal program such as Outpost's ipagwpe.exe Windows program.? It would be very basic and potentially unreliable (Direwolf 1.4 is still in development) but this would be simplest setup on the clients.?? It's also worth noting that these clients WON'T be able to do native Netrom/Rose/Xnet connections directly.? Ideas for more featureful software could include Linux's native axcall, Linpac for Linux, XPware for Windows, etc.? Other programs like the old KaGold, PackRatt, etc. won't work with Direwolf.
Using a tree analogy, you won't want the "leaf nodes" to be the center of communications as they might not be as available for others to connect to it.? This creates more traffic funnel to a specific branches and to a specific leaf station (creates network bottlenecks, single point of failure if the station becomes unavailable, etc)
Running packet software on a laptop running Linux is 99% the same as running packet on a Raspberry Pi.? I think the Rpi units would be good for the core digi/nodes but for the leaf nodes (say Station-A, Station-B, etc), keeping them a laptop might be best as those devices have a built-in screen, keyboard, mouse etc.? You can connect a screen, keyboard, mouse, etc to a Rpi, but all that is external components which potentially makes the setups overly complicated.
Please note that Direwolf (on a Raspberry Pi running Linux) isn't always compatible with all USB sound cards.? It does seem that Direwolf running on regular PCs/Laptops are more compatible.? You'll have to try it out to see if your specific soundcards work OK with Direwolf but if they aren't reliable, replacement USB sound cards are not expensive.? Roughly $7 will get you a good one - see the tested HW in the Direwolf User Guide).? Also, Windows running on old computer hardware might provide to be troublesome as there isn't as much software, it's less flexible for your currently planned use case, etc.? I would also add that you shouldn't don't run old Windows versions like Windows 2000, Windows XP.? Please only run versions of windows that get security fixes, OS patches, etc even if they aren't connected to the Internet.
Using some of those TNCs might get you started but they also might limit your options too.? Just a few thoughts: ? - Classic TNCs only do AFSK1200 or FSK9600 modes - while more compatible, your network sounds like it will be adhoc setups.? Direwolf 1.4-DEV now offers a 2400bps QPSK mode that is 2x faster with existing radios and it initially looks to be more robust than 1200AFSK too.? That's great news but that mode won't work with your old physical TNCs.? It's all going to depend if you want speed vs legacy compatibility.? Also consider the old TNC2 TNCs from say MFJ, PacCOMM, AEA/Timewave, Kenwood, Kantronics, TNC2 + X1J firmware, etc can have differing features (PBBS, Netrom routing, chat room (talk), etc.? Btw.. one more us-case you might want consider in a future version of your system design there: My local ARES/RACES group used to have their weekly net checkins sent into a PBBS but it was both a single point of failure and also had scaling issues.? They moved a centralized packet BBS (several of them actually) and clients would use the Outpost for Windows message program and send messages to the net control mailbox.? The benefits of using Outpost (Windows program but can run under Wine for Linux) is it has a user friendly GUI, customizable message templates (drives consistency), archive support, etc.?? This isn't a real-time messaging system like using a CONNECTED-mode chat but it can be quite quick depending on how often the leaf-nodes poll for new messages.? The flip side of this specific design is that it's complex but it also offers a high level of redundancy once deployed properly. I'm sure there are several other designs out there that can be considered as you come up to speed with all the basics, etc.? I would still recommend to start with your original design to become familiar with the technology, how it performs (good and bad), and see how well your larger team adopts it. --David KI6ZHD |
Re: Very simple, low level texting possible??
I think the most common and versitile software for node and BBS in current use and development would be BPQ32.
toggle quoted message
Show quoted text
In the basic it is a NODE that has APRS and BBS build in waiting to be activated if needed. It runs on linux and windows and best of all does not even need a laptop to run, it can run on a raspberry pi along with direwolf. This will cut down on the needed power to run a lot compared to a laptop, offcourse you can still run it on a laptop if you wanted. BPQ32 can also be used to let a user telnet in with something like PUTTY and then connect out to the network trough packet. As BPQ32 uses netrom routing it will autodiscover the network and users can connect direct to the destination node from the local node. 73 de PE1RDW Stan Ham wb9gfa@... [direwolf_packet] schreef op 2016-12-15 15:56: Hi David, |
Re: Very simple, low level texting possible??
Stan Ham
开云体育Hi David,
Ok.... I've done a bit more reading, and it looks like my lack of knowledge has caused me to make the wrong statements and ask the wrong questions toward achieving the objective.
I think it is correct that what I want to use is called "connected" mode, using standard packet, but I have only a fuzzy fundamental mental picture of what all that entails. To reword my objective, now that I have a wee bit more understanding, I think what I want to work toward getting set up is a small network of nodes, which would only be active when deployed during an ARES event.? This network of nodes would be like what was apparently very common back in the 90's, in that an originating station would connect to a node, then tell that node to connect to yet another node, etc, and finally telling the last node to connect to a specific end station. So, to get started on all this, we might use an old laptop
computer, with a USB sound card, and an old 2M mobile.? This
arrangement would be set up with whatever software is needed to
make it into a "node".? Then that whole thing be duplicated with
yet another laptop, sound card, and 2M mobile as a second "node".?
With these nodes now set up, yet another laptop, sound card, and 2M mobile would then be set up as just an operator's station.? And this is the arrangement that the more technical fellows would assist the rank-and-file members in setting up and using whatever they already have, while the more technical fellows would set up and maintain the "nodes". After some time has passed using this arrangement, whereby
several rank-and-file members are comfortable using such network,
we might move up another small step and set up those nodes to be
PBBS stations (or PBBS nodes, if that is more correct
terminology). So, if I am now making more clear statements describing the objective (and hopefully stating them more correctly), it now appears that I need to be looking for the following kind of software: ??? 1)??? Software that makes a loptop into a node, and that will interface with DireWolf. ??? ??? ?? ??? And here, hopefully, one software that runs on Linux, and another that runs on Windows.
??? 2)??? Software that is just a "dumb terminal" that will interface with DireWolf for the end users. ??? ??? ??? ??? And again, hopefully, one that runs on Linux and another that runs on Windows.
??? 3)??? And for maybe later on, software that makes a laptop node into a PBBS.
And finally, on down the road, as time and resources become available, convert the nodes/PBBS's over to Raspberry Pi's. For now, however, the hardware that we have to work with is some old laptops, some USB sound cards, and some older 2M rigs that we would like to assemble together to form our first packet radio network. There are also some old TNC's availble, but I am not familiar with what they are. However, if they could be pressed into service in a similar manner, then all the better!!
Ok... back to my studies... but today, I gotta get some domestic chores done, and some errands ran .
73's, Stan
On 12/14/2016 06:51 PM, David Ranch
dranch@... [direwolf_packet] wrote:
? |
Re: Trouble getting digipeating to work across 2 channels
Hi David,
Thanks. Yes, I modeled my config on section 9.5.3. In my case I only want to listen on channel 0 (VHF), but transmit on both channel 0 (VHF) and channel 1 (HF). I understand that normally you don't want to digipeat to HF, which is why it is set up as a private digipeater with the sole purpose of getting my HT packets to the network from remote locations (which is why HF is needed). The digipeat to VHF works fine, but there's nothing sent on HF and no errors. Wondering if there's a trace option to find out why it's not being transmitted? Regards, David. |
Re: Trouble getting digipeating to work across 2 channels
David Ranch
开云体育Hello David, So you have two radios here, one on channel 0 and the other radio on channel 1?? If so, did you read section 9.5.3 of the documentation?? I think it gives an example that fits your ask: -- - The first 0 means the rule applies to packets received on radio channel 0. - The second 0 means anything matching the rule is transmitted on channel 0. . . . Each channel does its normal digipeating out to the same channel. Anything with MAn-n in the path should be sent to channel 0 regardless of where it came from. DIGIPEAT 0 0 ^WIDE[3-7]-[1-7]$ ^WIDE[12]-[12]$|^MA[1-7]-[1-7]$ DIGIPEAT 1 0 ^WIDE[3-7]-[1-7]$ ^WIDE[12]-[12]$|^MA[1-7]-[1-7]$ Similarly we want anything for NH to be digipeated only to radio channel 1. DIGIPEAT 0 1 ^WIDE[3-7]-[1-7]$ ^WIDE[12]-[12]$|^NH[1-7]-[1-7]$ DIGIPEAT 1 1 ^WIDE[3-7]-[1-7]$ ^WIDE[12]-[12]$|^NH[1-7]-[1-7]$ -- --David KI6ZHD |
Trouble getting digipeating to work across 2 channels
Hi, I'm trying to get a digipeater configuration working across 2 channels and having some problems. I am trying to digipeat packets from my HT (and no one else) onto two separate channels (0 and 1). I've tested beaconing on both channels successfully, but can only get it to digipeat onto channel 0. Here's the relevant parts of the config file. If anyone can point out what I'm doing wrong (I'm quite new at APRS in general), that would be appreciated! DIGIPEAT 0 1 ^WIDE[3-7]-[1-7]$|^TEST$ GATE DIGIPEAT 0 0 ^WIDE[3-7]-[1-7]$|^TEST$ ^WIDE[12]-[12]$ FILTER 0 1 b/VK3IL/VK3IL-* ? ? ? FILTER 0 0 b/VK3IL/VK3IL-* ? ? ? Note that beaconing is not enabled for the digipeater given it is only available to my HT - not sure if this would have any effect? Regards, David VK3IL |
Re: Very simple, low level texting possible??
David Ranch
开云体育Hello Stan,? So let's stop there real quick.? When you say "digipeater", you are focusing to specific AX.25 technology.? Within digipeaters, there are those on 144.390 used for APRS (usually pretty good coverage) and then there are those used for standard packet (might not be so common in your area).? Beyond using that fixed infrastructure in your area and again depending on your use cases, you might want to send this data via simplex (not dependent on digipeaters) be it VHF, HF, etc.?
Sure.. that's all very possible and it sounds like you want to center your technology on AX.25 packet.? Ok.. that will work fine!
Incorrect (let me explain).? You have a few potential permutations here: ?? 1. connect your radio to a TNC - the TNC has all the basic digipeater or APRS tech built-in ?? 2. connect your radio to a soundcard connected to a computer running Direwolf (Direwolf cannot be connected to a TNC as they do the same thing) and Direwolf does the basic digipeater or APRS tech ?? 3. connect your radio to a soundcard connected to a computer running Direwolf (Direwolf cannot be connected to a TNC as they do the same thing) and some other software like YAC, Xastir, whatever does the basic digipeater or APRS tech
Not really.. TNCs can only do a very specific mode (1200bps Audio FSK) with specific HDLC and AX.25 framing in hardware.? Compare that to a soundcard (Signalink) which is 100% generic and the software running the soundcard will do whatever you want.? The benefit of a TNC is a fixed purpose and potential simplicity.? The benefits of a soundcard is flexibility, improved performance, and cost.
We should rewind here.? You originally were asking to send "text messages".? Sending messages can either be: ?? - reliable (guaranteed to get there by the protocol itself ) - this is the AX.25 CONNECTED mode ?? - reliable (ensured to get there by the application) - an example of this is APRS's messaging modes that use ACKs ?? - non-reliable - messages are sent but there is no guarantee or automatic retries I really don't want to over-complicate the issue here but I just want to make sure you're aware of the the options
That's ok and people on this list and others are happy to help as long as you're willing to learn!
Stay with 1.3 as 1.4 is very much in an early beta.? You CAN get the connected support with Direwolf 1.3 via other ways if that's the way you want to go (vs the other ways mentioned above)
Unfortunately, using the "make install" method of installing code cannot be "uninstalled" as it's not a package.? As new versions of Direwolf come along, you would just overwrite the old files with the new ones.? If you want to do things a little cleaner in the future, you can use the "checkinstall" method to build and create a package.? I wouldn't worry about that for now.
Well, I would encourage you to try a FEW of these solutions out if you have the time and see which ones you like.? I do promise you'll learn a lot!
Glad to help and there are many other very helpful people on this list too! --David KI6ZHD |
Re: Very simple, low level texting possible??
Stan Ham
开云体育Wow!? Great info... Hmmmm..... I think that I mentioned earlier that I am just technical enough to be dangerous. I am just now wading into the world of packet radio, and it is quite obvious that I have much more reading and studying to do.
This new connect mode with DireWolf 1.4 sounds interesting.? However, my lack of adequate knowledge is killing me once again.? The first version I used was installed here on Kubuntu 16.04 using the apt-get command, but version 1.2 is the only one available that way.? Yesterday, I uninstalled that version, also using the apt-get command.? Then, I installed version 1.3 using the "make" method, and got that working, but that was before the email about the connect method of 1.4 was posted.? So, now, I don't know how to uninstall ver 1.3 so I can then install ver 1.4.? The apt-get method doesn't even find it, and Google searches have not yet bailed me out.? I find myself down a rabbit hole!!? I seem to stumble into many of these rabbit holes .... oh well, it's all fun! I have had a couple of days to study and read, hoping to discover how to do this, but I see it is way more complex than I had anticipated.? I am running out of time to keep reading and studying, as the holidays approach. My window of time is closing soon, and the effort will be catch as catch can for time spent afterward. I cannot even begin to express how much I have appreciated the patience and knowledge afforded to me with my posts here. I'm not gone yet, and have one more day, but that day also has other responsibilities pulling me away, starting this afternoon. 73's, Stan On 12/14/2016 01:10 PM, David Ranch
dranch@... [direwolf_packet] wrote:
? |
Re: Very simple, low level texting possible??
David Ranch
开云体育Hello Bill,
UI-Chat (both the legacy Bash based program and the newer Java program) will work with packet AX.25 packet.? It's very similar to FSQCall and/or D-Rats's interface FSQCall program implements the FSQ protocol strictly uses it's own IFK mode which can be used over say a FM VHF radio.? Fldigi also supports the FSQ protocol but via any existing data mode supported by Fldigi.? This makes it more flexible and reliable depending on the propagation conditions of a given day.? This too can run over a FM radio if you want.
Easyterm, axcall, etc. are all CONNECTED mode AX.25 packet programs.? I had the original impression that he was looking for UNCONNECTED sessions (UI packets) but maybe I was "putting words in his mouth".? If he doesn't care on the transport, yes, there are even more programs that could be considered.? We really need to better understand what he's looking to do, the constraints, etc. --David |
Re: Very simple, low level texting possible??
It is starting to sound like what I am looking for does not exist (using packet radio in a manner like a texting app on my cell phone).There isn't a robust app yet. Several are close and hopefully some next generation APRS tools will provide what we're all looking for. In the meantime - check these out: uichat - fsqcall - easyterm - - airchat - -- Easyterm is a windows application for the 'other' soundcard packet program. I haven't tested it yet but if the interfaces are close enough- it should work with DireWolf. Airchat has other issues... :) 73 Bill, WA7NWP |
Re: Very simple, low level texting possible??
David Ranch
开云体育Hello Stan, ? With understanding what your goals are, I think we can help out more.? APRS supports a simple text messaging system that is supported on most APRS-enabled HTs (Kenwood, Yaesu, etc).? If you're looking for a computer program that can send/receive these APRS messages, I know that Aprsisce (windows), UIView32 (Windows - Java), APRS+SA (windows but old), Xastir (Linux), APRSDroid (Android), and say N7NIX's DanTracker (Linux) supports it.? I don't know if YAAC (runs in Java) does or not but I bet it does.? There are other programs out there as well.
If you're looking for people to setup remote, portable stations in the field... do you expect people to buy Windows computers, etc. to create this GoKit?? I know of several projects out there that use a Raspberry Pi ($35), Raspberry Pi 7" display ($80), an HT, and Xastir all built into a Pelican box.? Very nice!
Let us know if you're looking for purpose built or something that various people on various systems might try it on.? Btw, what about a dual boot system like what you're running but instead of the OS being on the hard drive, you boot off a USB pendrive?? Something like Andy's HamRadio ISO booting into a custom configred APRS setup would work well - .? This already has 99% of everything you would ever want to install on Linux already!
Well, sending data over a TNC it's specific layers: ?? Layer 1 - If your TNC is running in KISS mode (meaning all the smarts are running on an attached computer), the data going to the TNC needs to be formatted into specific KISS frames ?? Layer 2 - The AX.25 packet is a very specific protocol and like you said.. it needs to be specifically formatted to be "legal" ?? Layer 3 - APRS Text messaging uses specific formatting on top of those AX.25 UI formatted packets ?? Layer 3 - D-RATS uses it's own formatting for it's messaging ?? Layer 3 - Linux's beacon program is a free-form packet which you can put any text into Lots of possibilities here so if you give us some more specific ideas and thoughts on what you're looking for, the skills, equipment and budget your users might have... I'm sure we can help you narrow things down. --David KI6ZHD |
Re: Very simple, low level texting possible??
David Ranch
开云体育Hello John, Yes, that's right!? Not only has WB2OSZ added both CONNECTED mode AX.25 sessions but they also support the AX.25 v2.2 specification for selective ACKs, etc.? This is a significant improvement over most TNCs out there that require to resend their entire "window" worth of packets over again! Ps.? This connected mode is only available via an AGW/PE socket.? I've successfully used Outpost's ipagwpe.exe program running under Wine ( ) to use this new connected interface.? It's a very basic user interface but it works!? What we need now is to find more native AGW API compatible "terminal clients" for Mac and Linux users to leverage this new stack. --David KI6ZHD On 12/13/2016 06:55 PM, John Huggins
john.huggins.ee@... [direwolf_packet] wrote:
? |
Re: Very simple, low level texting possible??
The latest direwolf 1.4 development version, on the "dev" branch, has support for AX.25 v2.2 "connected" mode.
The application interface is available only thru the AGW network protocol, usually active on TCP port 8000. To have a conversation with another person, or automated system like a BBS, you need some sort of packet radio terminal application that speaks the AGW network protocol. AGWterm is known to work. ?There are surely others but I haven't tried them yet. See Chapter 10 of the User Guide for details. |
Re: Very simple, low level texting possible??
开云体育On 12/13/2016 6:55 PM, John Huggins
john.huggins.ee@... [direwolf_packet] wrote:
? I've used the connected-mode support with a few local PBBSes; admittedly not extensive but it worked well. It implements support for AX.25 V2.2 and initial connections to some types of stations may take a few retries when the other station deviates from the earlier AX.25 specifications. 73, Dana? K6JQ
|
Re: Very simple, low level texting possible??
Stan Ham
开云体育Hi David, Thanks for the info.? It's been a long day for my learning curve on digital packet. I need to break off for today, and hit it again tomorrow. It is starting to sound like what I am looking for does not exist (using packet radio in a manner like a texting app on my cell phone). I am interested in learning how to do this whether Linux or Windows for a number of reasons.? For one, I use dual boot on my computers, and can choose Win7 or Kubuntu.? In my radio club, we are all individuals, with all the differences that go therewith. Most, of course normally use Windows.? Some, like me, prefer Linux. A very few are very technical, but most, not so much, and a few, like me, are just technical enough to be dangerous.? When we deploy for ARES practice operations, it would be very useful to have such a capability as I have described for use at the very beginning of setting up operations, until all parties are up and running on the final platform.... like maybe Winlink Express, or whatever. My hunch is that something Java based might be the most universally deployable across OS platforms. Tomorrow, I will look into your suggestions, including YAAC, which sounds somewhat promising, except it apparently comes along with all the overhead of the mapping, etc, etc. It is starting to sound like that a TNC needs to have data sent to it in some sort of required formatting, and thus needing an application to take just plain typing text, and formatting it into acceptable form for ANY TNC. 73's for now, Stan
On 12/13/2016 08:02 PM, David Ranch
dranch@... [direwolf_packet] wrote:
? |
Re: Very simple, low level texting possible??
Allegedly there is now a "connected mode" for DireWolf in development snapshot d... ?? John On Tue, Dec 13, 2016 at 8:02 PM, David Ranch dranch@... [direwolf_packet] <direwolf_packet@...> wrote:
|
Re: Very simple, low level texting possible??
David Ranch
开云体育Hello Stan, ? With Direwolf alone, no, this isn't possible.? Now, if you install LinBPQ and the TNC2 emulator package, yes, it's possible.? ? The BPQ32 package is very powerful but from the sounds of your use case, it could be like killing a fly with a sledgehammer but the choice is up to you.?
I assume you want to send just strings of text out on your packet channel?? On a physical TNC, you could do this with the "unproto" command (sends UI frames).? If you have Direwolf configured to work with the Linux AX.25 stack, you can use the "beacon" program to send those strings.? You can also use the Linpac program with the Linux native AX.25 stack to send UI packets as well as use it's dedicated F10 UI-mode screen.?? There are also other programs out there that can use Direwolf's KISS interface directly like UI-Chat or LinkUp - or even D-RATS (does a lot more than just D-star).? There are other programs out there but I don't want to choke you with too may options.
You have to make some decision here.? Which environment do you want to use?? Windows or Linux?? Thinking a little longer term, do you want to ultimately run a BBS (BPQ32) or would you rather only have a packet client (Linpac)?? Maybe you would want a more pretty UI to send the packets (LinkUp, UI-Chat, D-RATS) --David |
Very simple, low level texting possible??
Stan Ham
With physical TNC's there is a serial connection from the computer to the TNC, whereby an operator can go into a "command" mode interaction between the computer and the TNC. Is this possible with direwolf on linux by doing telnet in the terminal emulator to connect to localhost on port 8000 or 8001??
I would like to learn how, if even possible, to do very simple "texting" in this manner, keyboard to keyboard via a digipeater without any other software involved. Can I do this with direwolf whether linux or windows, and is so, how? I am thinking putty terminal connected to direwolf via localhost, and the other fellow doing the same with us going through a digipeater or even direct. Thanks, Stan |
Re: v1.4 Differences
David Ranch
开云体育Hello Keith, ? 1.4 is a development release and is expected to have bugs.? If you're willing to try it out, report bugs to the Github page, and wait for fixes, it would be great to get your help.? If you need a reliable, stable TNC, I recommend you stick with the production version which is v1.3. --David |
v1.4 Differences
开云体育I recently downloaded and installed v1.4 on my Raspberry Pi. It was a new Pi so I chose to use 1.4 instead of the 1.3 that I had always used before. My question is are they the same for interpreting APRS TT commands, and will 1.4 decode the same macros?The reason I ask is because it’s not doing any of those things that I have grown to love in 1.3. Thoughts? |