@K0rv0 posted:
Hi, I’m the developer of FreeTakServer GitHub - FreeTAKTeam/FreeTakServer: Situational Awareness Server compatible with TAK clients a Open Source server connecting ATAK clients (see
Android Team Awareness Kit - Wikipedia).
we plan to run a micro version of our server on the phone, as an “adapter” to connect ATAK to different devices.
All I would need is the ability to query the device, ideally using python.
How can I do it?
Hi K0rv0,
I’m moving your post to a new thread to keep things organized.
We currently have a minimally documented Android API to let android apps talk to the radios (this is the API our app frontend uses). We also have a minimally documented bluetooth API that you could use directly. The device API is designed so we can eventually expose it over the serial(USB) port or UDP easily (so more than just the current BLE transport).
One of the things on our wishlist is to make a thin python client API “wrapper” for that device API and provide that via PyPi. Can you elaborate a bit more on your platform and use-case. Do you run on windows, linux, os-x, or android?