mutability / dump1090

Dump1090 is a simple Mode S decoder for RTLSDR devices
528 stars 137 forks source link

changing listening port #163

Closed arnauldb closed 8 years ago

arnauldb commented 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,

mutability commented 8 years ago

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.