Skip to content

TCP or UDP include RSSI or signal strength value? #324

Answered by jvde-github
SFSailor asked this question in Q&A
Discussion options

You must be logged in to vote

The signal level is displayed as screen output with -o 3 or -o 5 (but -o 3 is sufficient). If you want to send in the same format over UDP use:

-u 127.0.0.1 5012 JSON on

as TCP Client:

-P 127.0.0.1 5012 JSON on

and as TCP server:

-S 5012 JSON on

Btw it is technically the signal level (and not signal to noise or something) so best to run with a fixed gain and not auto gain setting.

Does that help?

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@jvde-github
Comment options

@SFSailor
Comment options

@jvde-github
Comment options

@SFSailor
Comment options

@jvde-github
Comment options

Answer selected by SFSailor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants