No clue why it doesnât work.
Check dump1090 --help if it needs extra arguments to run the webserver.
Probably also important to run it in the correct directory?
I tried both 127.0.0.1:8080 and my local IP (also port 8080), they both say âError opening HTML file: No such file or directoryâ (but if I go to port 8081 or something random, I just get the regular âthis site canât connectâ error).
I tried dump1090 --interatctive --net-bind-address 127.0.0.1 --net-http-port 8080 (based off of help), and now I get the error " This site canât be reached" instead of âError opening HTML file: No such file or directoryâ.
Iâm not a Mac guy, but itâs probably a directory issue as suggested above.
That version of dump1090 by Malcolm Robb by default sets up http access at 8080. There is no reason to specify the port unless you need to change it. You also donât need the --net-bind . That just makes it more restrictive, not less.
The install directions you followed at the end copied just the program to /opt/local/bin/ . My guess is that you are now NOT in the /dump1090/ folder where you ran make, so you are not running that one with the html files below where the program can find them. You are probably running the one copied to /opt/local/bin.
Have you tried specifying the full path to the actual program in the original dump1090 directory?