mlat server working in the client-server direction. other way round untested.
This commit is contained in:
@@ -35,6 +35,7 @@ GR_PYTHON_INSTALL(
|
||||
az_map.py
|
||||
cpr.py
|
||||
mlat.py
|
||||
mlat_client.py
|
||||
exceptions.py
|
||||
flightgear.py
|
||||
gui_model.py
|
||||
|
||||
@@ -58,6 +58,7 @@ from sql import output_sql
|
||||
from sbs1 import output_sbs1
|
||||
from kml import output_kml
|
||||
from raw_server import raw_server
|
||||
from mlat_client import mlat_client
|
||||
from exceptions import *
|
||||
from az_map import *
|
||||
#this is try/excepted in case the user doesn't have numpy installed
|
||||
|
||||
Reference in New Issue
Block a user