-
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
Position Ambiguity using GPS #157
Comments
I should clarify, I tried the ambiguity option (and the short "ambig") with tbeacon, but it throws an error. It seems that for TBEACON, ambiguity is not an option |
What do you mean by "throws an error?" Please provide more details. What is in the configuration file? What do you see on the screen? This seems to work OK for me. Configuration file: mycall abcdef Result: [0L] ABCDEF>APDW15:!4237.13N/07120.84W- |
Here is the output I get when running direwol (I made the error line bold)f: Reading config file /home/pi/direwolf/direwolf.conf The relevant line (488) of the config file is this: TBEACON sendto=IG delay=1 every=5 ambiguity=1 overlay=S symbol="igate" COMMENT="RX-only mobile igate" I get the same error whether I use TBEACON or IBEACON |
What version are you using? From the revision history, it looks like this new option was added June 2017, after version 1.4. In other words, you need version 1.5. |
I realized that I had been checking out the latest release, rather than the dev version when troubleshooting this. So, I just got the dev version and it works fine. Thank you for the help and sorry for the time spent on this. |
Hello. Firstly, let me say that direwolf is awesome! I've setup a couple of igates in the last week with it and couldn't be happier. Thank you for all the work you've put into it!
One of the igates I setup is a mobile igate in my car, running on a raspberry pi and using the onboard wifi to igate packets that are received. I want the igate's rough position to be shared, but I would rather not share my exact position. I know that position ambituity is the solution here, but can't seem to find that option for tbeacon. Is there any way to add position ambiguity? If not, can that please be considered as a feature request?
Thank you.
The text was updated successfully, but these errors were encountered: