Gisle Vanem

Results 133 comments of Gisle Vanem

For me, all nmap probes returns `HTTP/1.1 400 Bad Request`.

The `121.14.77.221` address is in China. High loss should be expected. If I do the same command, the probes stops in Stockholm/Sweden. Some Akamai stuff stops the probes; from my...

@loewal This looks wrong (your Soapy-SDR is messed up?): > `hardware=B0020P0004` > `sdrplay_api_api_version=0.000000` Here it reports: ``` driver=SDRplay hardware=RSP1A mir_sdr_api_version=2.130000 mir_sdr_hw_version=255 serial=1803049E94 ``` So you'll need to update it.

This is a good idea. I've for some time liked to have a console-log like I've done in my [ADSB-decoder](https://github.com/gvanem/Dump1090): ![dump1090-win](https://user-images.githubusercontent.com/945271/126034321-b16b10e8-acbf-4256-a7a0-4ee0604d26a1.png) I.e. not a scrolling text-window, but *one* line per...

> Using e.g. ncurses we could bring that to the console: Some more modern than that? *notcurses* look awesome: https://youtu.be/mOmMcFXdd6k?t=115

I figured it out a bit more with: * on the Win-side: `rtl_433.exe -f 434.00M -s 1M -g 40 -d0 -M protocol -M time -F http://10.0.0.10:80` * on the WSL-side:...

A `WSAStartup()` is missing in `output_rtltcp.c`: ```diff --- a/src/output_rtltcp.c 2022-05-16 12:21:09 +++ b/src/output_rtltcp.c 2022-08-04 16:38:39 @@ -485,12 +485,20 @@ struct raw_output *raw_output_rtltcp_create(const char *host, const char *port, r_cfg_t *cfg) {...

> Do you want to PR the WSA startup, otherwise I'll just commit that. Just do it. > Is it because MSG_WAITALL doesn't work and we get an empty read...

Perhaps `mongoose.c` should be used for **all** such network stuff? I use it in my [Dump1090](https://github.com/gvanem/Dump1090/) project and it is rock solid. Although the API is in a flux.

Or a reverse;`TERM_COLOR_BRIGHT_BLUE_ON_WHITE`. Possible?