¿ªÔÆÌåÓý

Date

Re: Digipeater hearing & repeating itself

 

This is exactly what I did (with it's own callsign). ?
I guess I was hoping that DireWolf would add itself into the list where it wouldn't repeat that exact same packet for the 30 seconds. ?(Can't think of the exact name of that.) ?

I was think that maybe I had missed some setting to fix it without an explicit filter.

Thanks, Arnold
KQ6DI


From: "Jean-Francois f1evm@... [direwolf_packet]"
To: "direwolf packet"
Sent: Monday, February 27, 2017 10:11:23 AM
Subject: Re: [direwolf_packet] Digipeater hearing & repeating itself

?


Hi Arnold,

I had the same issue on my digipeater (still in test on a CHIP).
I got a solution with this filter :

FILTER 0 0 ! b/F1EVM

You need to change F1EVM by the callsign of the digipeater.

Best regards.

?
Jean-Fran?ois F1EVM
IN98NC?- d¨¦pt 53 - La Mayenne
Site WEB : http://f1evm.fr


Le Dimanche 26 f¨¦vrier 2017 2h49, "kq6di@... [direwolf_packet]"


?

My digipeater is hearing its own transmissions, and because it is sending with a path of WIDE1-1, and will digipeat WIDE1-1, it digipeats itself.
So how do I make it so it knows it already sent its own message?

Arnold
KQ6DI






Re: Digipeater hearing & repeating itself

 

Hi Arnold,

I had the same issue on my digipeater (still in test on a CHIP).
I got a solution with this filter :

FILTER 0 0 ! b/F1EVM

You need to change F1EVM by the callsign of the digipeater.

Best regards.
?
Jean-Fran?ois F1EVM
IN98NC?- d¨¦pt 53 - La Mayenne
Site WEB : http://f1evm.fr


Le Dimanche 26 f¨¦vrier 2017 2h49, "kq6di@... [direwolf_packet]" a ¨¦crit :


?
My digipeater is hearing its own transmissions, and because it is sending with a path of WIDE1-1, and will digipeat WIDE1-1, it digipeats itself.
So how do I make it so it knows it already sent its own message?

Arnold
KQ6DI



Re: Serial PTT not functioning after exit

 

¿ªÔÆÌåÓý

Hope you don't mind if I join in with this Tim as I'm watching this with interest. I have similar problems trying to get GPIO PTT and DCD working with the correct permissions. Despite being able to write to GPIO as my normal user, Direwolf always wants a sudo password.

I haven't tried USB serial PTT yet but I may well do and see if I get a similar result to you.

Nick.


On 27/02/2017 11:41, overrocking@... [direwolf_packet] wrote:

?

I'm always game for learning more, thanks for diving in with some help.?

Here are the results of the commands:

kd9dcs@bluetracker:~ $ who
kd9dcs ? :0 ? ? ? ? ? 2017-02-26 17:51 (:0)
kd9dcs ? pts/0 ? ? ? ?2017-02-27 05:34 (192.168.2.10)

kd9dcs@bluetracker:~ $ groups
pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi

kd9dcs@bluetracker:~ $ ls -al /dev/PTT
lrwxrwxrwx 1 root root 7 Feb 26 17:51 /dev/PTT -> ttyUSB0

Thanks again for looking at this

Tim ...




Re: Audio input device 0 error: Input/output error

 

John,?

I have run into a similar error.?
What I found was that the Raspberry Pi processor couldn't keep up with the audio demands at the higher USB speeds. This resulted in dropped USB packets that caused the Rpi to lock up.?

The solution was to force the Rpi to the lower USB speed by adding a parameter to the cmdline.txt?

sudo nano /boot/cmdline.txt

and adding dwc_otg.speed=1 to the end of the text.


?However, this solution is not without its side effects. Some keyboards and mice refuse to operate at this speed. This is not an issue if you are connecting to the Pi via ssh or VNC.

If there is a better solution, I am all ears.?

Tim (KD9DBG)


?


Re: Serial PTT not functioning after exit

 

I'm always game for learning more, thanks for diving in with some help.?
Here are the results of the commands:

kd9dcs@bluetracker:~ $ who
kd9dcs ? :0 ? ? ? ? ? 2017-02-26 17:51 (:0)
kd9dcs ? pts/0 ? ? ? ?2017-02-27 05:34 (192.168.2.10)

kd9dcs@bluetracker:~ $ groups
pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi

kd9dcs@bluetracker:~ $ ls -al /dev/PTT
lrwxrwxrwx 1 root root 7 Feb 26 17:51 /dev/PTT -> ttyUSB0

Thanks again for looking at this

Tim ...



Re: Serial PTT not functioning after exit

Apostolos Kefalas
 

Hello Tim,

This is a permission problem and not a direwolf exiting problem.

give us the output of the below commands:

$ who

$ groups

$ ls -al /dev/PTT


73 de SV1LJJ


On ¦ª¦Ô¦Ñ, 2017-02-26 at 15:15 +0000, overrocking@...
[direwolf_packet] wrote:

Good morning guys, Tim (Kd9DBG) with the high school telemetry car
project,


Here is my current question...


How does one "cleanly" shutdown Direwolf?

Here is the behavior after launching direwolf on a Raspberry Pi with
the command


direwolf -c dw-tracker.conf


Direwolf functions flawlessly. The serial PTT functions without issue.


Shutting down direwolf with either a:


[Ctrl] + c

or

kill -HUP (direwolf process number)


both stop direwolf as expected. However when restarting direwolf with
the same command as before I get the following error message:


ERROR can't open device /dev/PTT for channel 0 PTT control.

Device or resource busy



the error message disappears when restarting direwolf with sudo.


There has to be a better solution than elevating to root.


What are your thoughts?


Tim ...



Serial PTT not functioning after exit

 

Good morning guys, Tim (Kd9DBG) with the high school telemetry car project,?


Here is my current question...


?How does one "cleanly" shutdown Direwolf?

Here is the behavior after launching direwolf on a Raspberry Pi with the command


direwolf -c dw-tracker.conf


Direwolf functions flawlessly. The serial PTT functions without issue.


Shutting down direwolf with either a:


[Ctrl] + c

or?

kill -HUP (direwolf process number)


both stop direwolf as expected. However when restarting direwolf with the same command as before I get the following error message:


ERROR can't open device /dev/PTT for channel 0 PTT control.

Device or resource busy


the error message disappears when restarting direwolf with sudo.


There has to be a better solution than elevating to root.?


What are your thoughts?


Tim ...



Re: Digipeater hearing & repeating itself

 

Attached is an example. ?I have another receiver and another computer running DireWolf as well. ?The receiver only has a small HT antenna so it can only hear what comes out of this digipeater. ?I thought I was hearing doubles...
Arnold
KQ6DI


From: "kq6di@... [direwolf_packet]"
To: "direwolf packet" <direwolf_packet@...>
Sent: Saturday, February 25, 2017 5:49:44 PM
Subject: [direwolf_packet] Digipeater hearing & repeating itself

?
My digipeater is hearing its own transmissions, and because it is sending with a path of WIDE1-1, and will digipeat WIDE1-1, it digipeats itself.
So how do I make it so it knows it already sent its own message?

Arnold
KQ6DI


Digipeater hearing & repeating itself

 

My digipeater is hearing its own transmissions, and because it is sending with a path of WIDE1-1, and will digipeat WIDE1-1, it digipeats itself.
So how do I make it so it knows it already sent its own message?

Arnold
KQ6DI


Re: IGFILTER in Rx only iGate

 

IGFILTER works on V1.4 Windows 7 , don't, like i said , V1.4 linux on Ubuntu 14.4


Re: Direwolf APRS I-Gate over Cellular

Jared Yates
 

Thanks for the info. I'd like to see if I can get it to work with a Project Fi data-only sim card, which costs a penny per megabyte, with no ongoing monthly charge. It's cheap enough to try it for a little while and tinker with the filters if necessary.

For the hotspot hardware, did you find any special needs from the direwolf or pi perspective, or should I be able to use anything that works with the sim card?

On Fri, Feb 24, 2017 at 10:13 AM, Bryan Campbell bbc@... [direwolf_packet] <direwolf_packet@...> wrote:
?


Initially used it in a mobile application using the APRSDroid for the GPS tracker function.? APRSDroid can also send short, text like, messages.

APRSDroid talks to Direwolf.? Direwolf talks to APRSDroid via AGWPE port or TCP connection.? Have used both.? Other software can also.

But, as an I-Gate or Digi, it was left sitting still for weeks without any issues.? Direwolf AGWPE port will shut down if not used regularly/often (documented intended behavior).

As for bandwidth, usual and customary bandwidth for AX.25 is 1200-9600 baud or 13-104 MBytes per day for a full link.? That is 389-3111 MBytes per month for a full link.

Depending upon where you live, and the number of APRS devices transmitting over RF that you can hear and for which Direwolf/APRSC will determine it should I-Gate, you might have 10-20% duty cycle at peak.? So, at the very worst, I would expect that you would see less than half a GB per month.? But, you can control that directly by having Direwolf use APRSC locally installed and just tell APRSC to ignore traffic outside a 1,5,10,20 mile radius.? You can also tell APRSC to just ignore inbound from the Internet.?

Lots of options.? And, yes, using a T-Mobile GSM SIM in a Wifi hotspot is the least expensive option for this application.? There are add on boards for the Pi that allow a radio/SIM to be added to the Pi directly.? But, they are much more expensive and are not as extensible a solution.? A GSM Wifi hotspot could service many devices simultaneously.?? For example, APRSDroid can talk directly to APRS-IS over the GSM Wifi link.? So, you could augment your cell data coverage with the Wifi hotspot.

For Advanced Users . . . Also, you can insert a router with queuing between the Wifi hotspot and all your devices that would allow you to control your bandwidth.? I recommend the Mikrotik hAP Lite.? It is inexpensive, small, USB powered and has a ton of features . . . including queuing.? Also, if you want to get a little more complicated with your setup, you can add a cellular connection directly to a little more expensive Mikrotik hAP (non Lite) router.? But, this is outside the scope of this list.

.

KD0GYL

.
On 2/24/17 6:37 AM, Jared Yates junk@... [direwolf_packet] wrote:
?
Thanks for the help. In this application the pi will be stationary. So you are using the pi's wifi to talk to a hotspot, and have your sim card in the hotspot? Are you using APRS Droid to work with the pi when you need to, or is the droid there all the time?? And by not much data, do you mean something like 10mb, 100mb, 1gb, etc?

On Thu, Feb 23, 2017 at 11:44 PM, Bryan Campbell bbc@... [direwolf_packet] <direwolf_packet@yahoogroups.com> wrote:
?

Raspberry Pi 3 with Direwolf I-Gating to a local installed copy of
APRSC talking over the Internet over GSM or 4G LTE mobile Wifi
hotspot. Using APRSDroid to talk to Direwolf over Wifi. Have it
working now. Works great. And, if you connect a radio via
Tigertronics Signalink USB soundcard to the Pi 3 it allows you to
I-Gate for other RF APRS sources. Personally used it in this manner
and it works great.

But, make sure you filter heavily so that you don't inadvertently
I-Gate for anyone else while you are moving . . . APRS police get
their nickers in a twist over that kind of thing.

KD0GYL





DPRS to APRS converter

 

I am currently using APRX to convert DPRS from D-STAR radios to APRS and forward it to APRSIS. Specifically, a program called D-RATS parses the position data from D-STAR radios and presents it to TCP port 9500. From there, APRX converts it and sends it to APRSIS. I am looking for a similar function in Direwolf as it would simplify my station. I have read through the User's Guide and have not found any mention of it. Have I missed it? Is that something that could added in a future release?


Patrick (N3TSZ)


Audio input device 0 error: Input/output error

 

I am experimenting with setting up a "two-way" IGate on a Raspberry Pi 3 running Jessie.

The Direwolf version is the current one, downloaded form GitHub.

I keep getting the error show in the subject line that eventually results in Direwolf crashing. This occurs after about an hour or so of successfully processing packets at a modest pace from traffic on 144.390 MHz. I saw some mention of this in this group earlier on but I am not sure how this was resolved. From the direwolf output console I see:

[ig>tx] WB2UTI>APWW10,TCPIP*,qAC,T2MSSOURI:;TVRH ? ? *241542z2857.01N/08157.51WhThe?

Villages Regional Hospital (WB2UTI) !H4OH!

Tx IGate: Already transmitted maximum of 12 packets in 5 minutes.

Audio input device 0 error: Input/output error


this will occur multiple times until giving up with:

[ig>tx] W4MCO>APWW10,TCPIP*,qAC,T2FRANCE::BLN0 ? ? :Ready for check ins for the?
OCARES Net
Tx IGate: Already transmitted maximum of 12 packets in 5 minutes.
Audio input device 0 error: Input/output error
Terminating after audio input failure.

from dmesg I see:

[ 7276.035136] usb 1-1.2: 1:1: cannot set freq 44100 to ep 0x1
[ 7281.075209] usb 1-1.2: 1:1: cannot set freq 44100 to ep 0x1
[ 7286.115241] usb 1-1.2: 1:1: cannot set freq 44100 to ep 0x1
[ 7286.660299] Transfer to device 4 endpoint 0x2 frame 594 failed - FIQ timed out.?

Data may have been lost.

This (bad) behavior has been consistent across multiple power supplies ( the usual diagnosis for all RPi problems....) and multiple usb audio devices ( SYBA usb soundcard recommended in the Direwolf docs, and a Signalink USB) Both devices work ?flawlessly under Win 7, BTW.
The RPi3 has only 1 device (the usb soundcard) connected directly (no usb hub).

Not sure what to do next about this...
73, John, NX2I




Re: Direwolf APRS I-Gate over Cellular

Bryan Campbell
 

¿ªÔÆÌåÓý


Initially used it in a mobile application using the APRSDroid for the GPS tracker function.? APRSDroid can also send short, text like, messages.

APRSDroid talks to Direwolf.? Direwolf talks to APRSDroid via AGWPE port or TCP connection.? Have used both.? Other software can also.

But, as an I-Gate or Digi, it was left sitting still for weeks without any issues.? Direwolf AGWPE port will shut down if not used regularly/often (documented intended behavior).

As for bandwidth, usual and customary bandwidth for AX.25 is 1200-9600 baud or 13-104 MBytes per day for a full link.? That is 389-3111 MBytes per month for a full link.

Depending upon where you live, and the number of APRS devices transmitting over RF that you can hear and for which Direwolf/APRSC will determine it should I-Gate, you might have 10-20% duty cycle at peak.? So, at the very worst, I would expect that you would see less than half a GB per month.? But, you can control that directly by having Direwolf use APRSC locally installed and just tell APRSC to ignore traffic outside a 1,5,10,20 mile radius.? You can also tell APRSC to just ignore inbound from the Internet.?

Lots of options.? And, yes, using a T-Mobile GSM SIM in a Wifi hotspot is the least expensive option for this application.? There are add on boards for the Pi that allow a radio/SIM to be added to the Pi directly.? But, they are much more expensive and are not as extensible a solution.? A GSM Wifi hotspot could service many devices simultaneously.?? For example, APRSDroid can talk directly to APRS-IS over the GSM Wifi link.? So, you could augment your cell data coverage with the Wifi hotspot.

For Advanced Users . . . Also, you can insert a router with queuing between the Wifi hotspot and all your devices that would allow you to control your bandwidth.? I recommend the Mikrotik hAP Lite.? It is inexpensive, small, USB powered and has a ton of features . . . including queuing.? Also, if you want to get a little more complicated with your setup, you can add a cellular connection directly to a little more expensive Mikrotik hAP (non Lite) router.? But, this is outside the scope of this list.

.

KD0GYL

.
On 2/24/17 6:37 AM, Jared Yates junk@... [direwolf_packet] wrote:

?
Thanks for the help. In this application the pi will be stationary. So you are using the pi's wifi to talk to a hotspot, and have your sim card in the hotspot? Are you using APRS Droid to work with the pi when you need to, or is the droid there all the time?? And by not much data, do you mean something like 10mb, 100mb, 1gb, etc?

On Thu, Feb 23, 2017 at 11:44 PM, Bryan Campbell bbc@... [direwolf_packet] <direwolf_packet@...> wrote:
?

Raspberry Pi 3 with Direwolf I-Gating to a local installed copy of
APRSC talking over the Internet over GSM or 4G LTE mobile Wifi
hotspot. Using APRSDroid to talk to Direwolf over Wifi. Have it
working now. Works great. And, if you connect a radio via
Tigertronics Signalink USB soundcard to the Pi 3 it allows you to
I-Gate for other RF APRS sources. Personally used it in this manner
and it works great.

But, make sure you filter heavily so that you don't inadvertently
I-Gate for anyone else while you are moving . . . APRS police get
their nickers in a twist over that kind of thing.

KD0GYL




Re: Direwolf APRS I-Gate over Cellular

Jared Yates
 

Thanks for the help. In this application the pi will be stationary. So you are using the pi's wifi to talk to a hotspot, and have your sim card in the hotspot? Are you using APRS Droid to work with the pi when you need to, or is the droid there all the time?? And by not much data, do you mean something like 10mb, 100mb, 1gb, etc?

On Thu, Feb 23, 2017 at 11:44 PM, Bryan Campbell bbc@... [direwolf_packet] <direwolf_packet@...> wrote:
?

Raspberry Pi 3 with Direwolf I-Gating to a local installed copy of
APRSC talking over the Internet over GSM or 4G LTE mobile Wifi
hotspot. Using APRSDroid to talk to Direwolf over Wifi. Have it
working now. Works great. And, if you connect a radio via
Tigertronics Signalink USB soundcard to the Pi 3 it allows you to
I-Gate for other RF APRS sources. Personally used it in this manner
and it works great.

But, make sure you filter heavily so that you don't inadvertently
I-Gate for anyone else while you are moving . . . APRS police get
their nickers in a twist over that kind of thing.

KD0GYL



Re: Direwolf APRS I-Gate over Cellular

Bryan Campbell
 

Oh, and it doesn't use much data at all . . . if you are worried about
that kind of thing.

On Thu, Feb 23, 2017 at 10:44 PM, Bryan Campbell <bbc@...> wrote:
Raspberry Pi 3 with Direwolf I-Gating to a local installed copy of
APRSC talking over the Internet over GSM or 4G LTE mobile Wifi
hotspot. Using APRSDroid to talk to Direwolf over Wifi. Have it
working now. Works great. And, if you connect a radio via
Tigertronics Signalink USB soundcard to the Pi 3 it allows you to
I-Gate for other RF APRS sources. Personally used it in this manner
and it works great.

But, make sure you filter heavily so that you don't inadvertently
I-Gate for anyone else while you are moving . . . APRS police get
their nickers in a twist over that kind of thing.

KD0GYL


Re: Direwolf APRS I-Gate over Cellular

Bryan Campbell
 

Raspberry Pi 3 with Direwolf I-Gating to a local installed copy of
APRSC talking over the Internet over GSM or 4G LTE mobile Wifi
hotspot. Using APRSDroid to talk to Direwolf over Wifi. Have it
working now. Works great. And, if you connect a radio via
Tigertronics Signalink USB soundcard to the Pi 3 it allows you to
I-Gate for other RF APRS sources. Personally used it in this manner
and it works great.

But, make sure you filter heavily so that you don't inadvertently
I-Gate for anyone else while you are moving . . . APRS police get
their nickers in a twist over that kind of thing.

KD0GYL


Re: IGFILTER in Rx only iGate

 

¿ªÔÆÌåÓý


I am running v 1.4 ?on ubuntu 14.04 ?, igfilter ? ?don't work ?on T2QUEBEC?
ve2se?

Sent from my Samsung Galaxy Tab? S


Direwolf APRS I-Gate over Cellular

Jared Yates
 

Has anyone successfully used a Raspberry Pi and Direwolf to run an I-gate over the cellular data network? I have a remote location that doesn't have internet service but does have good cell coverage. I'm curious about the specific combination of hardware that would work, and what kind of data usage it would involve. The sim card is t-mobile compatible.


Re: IGFILTER in Rx only iGate

 

This isn't adequate information to reproduce the problem and fix it:

>? I tried version 1.4. ?
>? It had a failure regarding internal filtering...?
>? Basically it didn't work.

Please be more specific.
What is the exact version?
What is in the configuration file?
What appeared on the screen?
Were there any error messages?

Contact me directly with more details.?? wb2osz (at) arrl.net