Skip to content
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

I'm not sure what is happening but recording transmission isn't working #73

Open
StefCoders opened this issue Jul 5, 2023 · 4 comments

Comments

@StefCoders
Copy link

sdr-sdr-monitor-setup-1 exited with code 0

@RobertDWhite
Copy link

@MaxDeepCoder can you share your config?

@StefCoders
Copy link
Author

The default one. Didn't change it or anything

@Alifalisda
Copy link

hello, i have the same issues. This is my config @RobertDWhite.
{
"scanner_frequencies_ranges": [
{
"device_serial": "auto",
"ranges": [
{
"start": 102000000,
"stop": 103000000,
"step": 1000,
"sample_rate": 2048000
},
{
"start": 144000000,
"stop": 146000000,
"step": 1000,
"sample_rate": 2048000
}
]
}
],
"ignored_frequencies": [],
"devices": {
"rtl_sdr": {
"ppm_error": -2.43,
"tuner_gain": 50,
"offset": 0
},
"hack_rf": {
"lna_gain": 0,
"vga_gain": 0,
"offset": 0
}
},
"recording": {
"max_noise_time_ms": 500,
"min_time_ms": 2000,
"min_sample_rate": 16000
},
"detection": {
"frequency_grouping_size": 10000,
"frequency_range_scanning_time_ms": 64,
"noise_learning_time_seconds": 30,
"noise_detection_margin": 10,
"torn_transmission_learning_time_seconds": 60
},
"output": {
"logs": "sdr/logs",
"file_log_level": "info",
"console_log_level": "info"
},
"cores": 4,
"memory_limit_mb": 0,
"mqtt": {
"hostname": "sdr-broker",
"port": 1883,
"username": "admin",
"password": "password"
}
}

@WickedxJosh
Copy link

Was there ever a fix for this? I keep getting the same error, sdr-monitor-1 exited with code 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants