mutability / mlat-client

Mode S multilateration client
GNU General Public License v3.0
82 stars 75 forks source link

"--results" all position #9

Closed Chrisoo closed 8 years ago

Chrisoo commented 8 years ago

Is it possible in the results display all aircraft position generated by the mlat-server?

mutability commented 8 years ago

No; you need to do that on the server itself.

Chrisoo commented 8 years ago

Ok, and that the results from the server has access only user who has enabled mlat-client? Because now it is that everyone has access to these results from the mlat-server.

mutability commented 8 years ago

I don't understand what you are asking.

Chrisoo commented 8 years ago

Now it is that everyone has access to these all receiver results from the mlat-server (if you know the IP server). Do these results may have a user who has enabled the mlat-client?

mutability commented 8 years ago

I still don't understand what you're asking, sorry.

Let me explain how the client results work:

The server receives messages from some clients and computes a position from those messages. It sends that position to two places:

If you want to restrict who can access the position results configured on the server, you should use the normal tools for restricting access to those network ports - for example, a firewall, or use the -connect options not the -listen options to avoid opening a listening port.

If you want to restrict what results are sent to individual clients, you will need to edit the server source code to disable what is sent there.

Chrisoo commented 8 years ago

Thanks for the clarification. Now I know that you can not do that with what I asked. :-(