how do i run commands with rtl_433 in windows terminal? #2350
-
rtl_433.exe opens and runs fine in a cmd window, but i cant type any commands, i am specifically trying to switch to a different frequency |
Beta Was this translation helpful? Give feedback.
Answered by
zuckschwerdt
Jan 29, 2023
Replies: 1 comment 7 replies
-
The program is not interactive, all instructions need to be given as arguments. E.g. The HTTP UI might be better to browse bands. Add the option To get a view of all transmission on a band now click "Modes" "Raw (all)". |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
virxually
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The program is not interactive, all instructions need to be given as arguments. E.g.
rtl_433 -f 868M
The HTTP UI might be better to browse bands. Add the option
-F http
then open http://127.0.0.1:8433/To get a view of all transmission on a band now click "Modes" "Raw (all)".