-
Notifications
You must be signed in to change notification settings - Fork 737
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
Need to pass options to gsgsm_scanner #63
Comments
I think you have to had it in options.args between line 32 and 33. |
Python isn't what I commonly code in so this may be a dumb question:
Starting at line 91, How about this:
proc = subprocess.Popen(["grgsm_livemon_headless",
"--args rtl",
"--serverport=%d" % serverport,
"-f", str(freq)])
procs.append(proc)
serverport = serverport + 1
Possibly include a file, grgsmsettings.py with values?
…On 12/12/18 12:19 PM, Oros wrote:
I think you have to had it in options.args between line 32 and 33.
I don't like this part of code because we have conflict with argument_parser.
I haven't take the time to work on it :-(
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#63 (comment)>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE1SdS1RnnZTiw5KlDZ0OOuE3S5-fIRkks5u4WS-gaJpZM4ZOuJz>.
|
scan-and-livemon still crashes with fresh pull of gr-gsm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On my Raspberry PI 3B+ (Stretch) the option --args rtl must be passed to grgsm_scanner else it crashes.
I'm trying to see where that option can be set for scan-and-livemon
The text was updated successfully, but these errors were encountered: