New to this packet radio stuff, but not to computing nor radio #3
Replies: 2 comments 3 replies
-
The thing to understand here is that Direwolf, as a software TNC, replaces your PacComm hardware TNC. So the setup for the two systems looks roughly like this: With hardware TNC:
With software TNC:
To communicate with your PacComm TNC, and work with commands at the 'cmd:' prompt, you'll want to use a terminal emulator (e.g. minicom) on your Pi that can connect via the serial port to your hardware TNC. Direwolf does not implement the command interface of a hardware TNC. Instead, it provides software interfaces (e.g. AGWPE) that allow other application software to communicate with Direwolf and control its functionality. Paracon communicates with Direwolf using the AGWPE software interface. When you connect to a remote station with Paracon, it is, conceptually, doing the same thing as you would if you typed 'con MM7XXX' when talking directly to your PacComm TNC using a terminal emulator. It's just that all the machinations are happening behind the scenes. You don't talk to the TNC, you talk to the application (Paracon) which talks to the TNC (Direwolf). Finally, the reason you are seeing the "Not connected" message in Paracon is because, when you want to connect to a remote station with Paracon, you need to use the Connect command to tell Paracon what you want to do. See: https://paracon.readthedocs.io/en/latest/userguide/#connections You won't be typing commands directly to a TNC, as you would if you were using your PacComm TNC; instead, you tell Paracon what you want to do, and it will talk to Direwolf to make the connection. I hope that helps! |
Beta Was this translation helpful? Give feedback.
-
That made all the difference. A nice piece of software. Thanks. |
Beta Was this translation helpful? Give feedback.
-
I have direwolf on a PI. I want to test communicate with it to a old TNC-220 (pac-comm) before going back on-air. Frequency (2025-2225) etc and wiring between the PI and the TNC are believed correct.
But I cant make direwolf do any of the "cmd: con MM7XXX" type commands when I telnet to port 8001- It says "cmd:" but otherwise does not like me!
It loked like paracon was the solution to my problem, but when I get it installed I have a wee window with a blue line saying "Connect Disconnect Not Connected
and a ">" prompt below that.
Anything I type to the ">" prompt just says "Not connected" in the status window.
I am barking up the wrong tree?
Any advice appreciated.
Iain MM7IRM
Beta Was this translation helpful? Give feedback.
All reactions