In my pc currently 3 different network interfaces exists (interface1,interface2,interface3 ).I want to start gpsd daemon such a way that it should bind to some specific interface which i want.
Currently iam running gpsd as below
gpsd -b -n #Here gpsd binds to localhost.
My goal is to run gpsd something like
gpsd -b -n interface1_ip #here gpsd should bind to only interface1.
how can i do this?