-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request WX info #35
Comments
Did you try using the custom beacon (CBEACON) type? The INFOCMD option allows you to specify a command which generates the information part of the packet. |
I am also looking to report weather data. I have attempted using CBEACON and finally got it working using this format: CBEACON sendto=IG delay=:30 every=30 infocmd="/root/bin/wx.sh" Where wx.sh uses See http://www.aprs.org/doc/APRS101.PDF for more information. |
An example has been added to the User Guide. Send a weather report with position:
PBEACON LAT=42^37.14N LONG=71^20.83W SYMBOL=”weather station” COMMENTCMD=”tail -1 wxnow.txt” The result would be: WB2OSZ-15>APDW15:!4237.14N/07120.83W_272/010g006t069r010p030P020h61b10150 As a sanity check, we run it through the decode_aprs utility. $ echo 'WB2OSZ-15>APDW15:!4237.14N/07120.83W_272/010g006t069r010p030P020h61b10150' | decode_aprs WB2OSZ-15>APDW15:!4237.14N/07120.83W_272/010g006t069r010p030P020h61b10150 |
I have been trying to come up with a workaround for this myself, but I am at a standstill.
Is there any way to grab WX info from a file that is already properly formatted to send out on APRS and beacon using that? Or any combination of ways to get direwolf to beacon WX info. Greatly appreciated!
The text was updated successfully, but these errors were encountered: