FreeTAKTeam / FreeTakServer

Situational Awareness Server compatible with TAK clients
Eclipse Public License 2.0
639 stars 165 forks source link

Console / Terminal tool/script in checking server status and connected end-users. #144

Open fieldmapper opened 3 years ago

fieldmapper commented 3 years ago
$ python3 serverstatus.py

FreeTAKServer Active Users:
_____________________________________________________________________________________
|   CALLSIGN       |    IP Address    | Last Report                 | TAK Client     |
|  Field Mapper    |   192.168.1.100  | 2021-04-21 07:00:01 +0000   | ATAK-CIV 4.3.2 |
⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻⎻

Feature Request:

Above is just an example. Would be particularly useful to those who run FTS without a UI. Especially those who run lightweight installations - Raspberry Pi Zero, etc.

brothercorvo commented 1 year ago

start and stop of services and Console / Terminal tool/script in checking server status and connected end-users.

naman108 commented 1 year ago

This could probably be completed by ariel to develop an understanding of the API as the best approach would probably be to mimic the Web-UI and connect via the API.