Closed arnauldb closed 8 years ago
Hello,
how can I change the listening port ?
I use port 8081 instead of 8080 and :
./dump1090 --interactive --net-http-port 8081 --enable-agc --lat 48.856 --lon 2.352
which works fine as I have a list of airplanes in my terminal, but if I want to launch in a browser on my main computer on the same network using :
http://192.168.1.18:8081/
I have nothing.
I guess I am missing something.
Thanks for any help,
I guess you are using a fork of this repo, based on the pull request. You should raise any issues in that repo, not here. Current master does not run an internal HTTP server at all.
Hello,
how can I change the listening port ?
I use port 8081 instead of 8080 and :
./dump1090 --interactive --net-http-port 8081 --enable-agc --lat 48.856 --lon 2.352
which works fine as I have a list of airplanes in my terminal, but if I want to launch in a browser on my main computer on the same network using :
http://192.168.1.18:8081/
I have nothing.
I guess I am missing something.
Thanks for any help,