Gisle Vanem
Gisle Vanem
> Can it be compiled with wintls? I assume you mean to interface with `schannel.h`? libcurl can use SChannel, so it would be possible in Wget/Wget2 too. Ref. the [*Virtual...
*Windows Defender* blocks the latter .zip-file!
It fails on Windows too.
@scaprile The log is similar to the above: ``` 4d276b86 3 tls_openssl.c:138:mg_tls_ini 2 Setting TLS 4d276bd4 3 tls_openssl.c:236:mg_tls_ini 2 SSL client OK 4d276bd4 3 sock.c:477:accept_conn 3 604 accepted 127.0.0.1:49221 ->...
@KrawMire > I suppose this error only happens on MacOS. On Windows too. I reported the same [issue]( https://github.com/the-tcpdump-group/libpcap/issues/1043) back in 2021.
> If a config-setting homepos = longitude,latitude setting is defined, Yes, that's backward. Should be `homepos = latitude,longitude` ... (the name *longitude* comes from the length of the Mediterranean Sea)....
I have a long list of commits that now seems to have fixed this. The CPR stuff is completely rewritten thanks to Dump1090-FA and Dump1090-RSP. Stay tuned for those `git...
Some issue with this in `geo.c`: ```c _pos.lat = 180.0 * atan2 (h, cart->c_z) / M_PI; ``` `h` should be `-h` I think in your case. Try it.
I'm disabling the call to `aircraft_set_est_home_distance()` until I figure out what's wrong. So this issue is no longer relevant in the next commit.
Since `cartesian_to_spherical()` is no longer called, this issue seems non-existent. Closing.