Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Dec 15, 2024
1 parent acf12f1 commit c5126da
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
strategy:
fail-fast: false
matrix:
# python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]

steps:
Expand Down
27 changes: 15 additions & 12 deletions README.rst → README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
.. image:: https://adsbxcot.readthedocs.io/en/latest/atak_screenshot_with_pytak_logo-x25.png
:alt: ATAK screenshot with PyTAK logo.
![ATAK screenshot with PyTAK logo](https://adsbxcot.readthedocs.io/en/latest/atak_screenshot_with_pytak_logo-x25.png)
# DroneCOT - Display Drones in TAK

Display Drones in TAK
*********************
## Features

DroneCOT is software for monitoring and analyzing Direct Remote Identification (DRI), Remote ID (RID) or Open Drone ID (ODID) broadcasts from Uncrewed Aircraft (UA) via the Team Awareness Kit (TAK) ecosystem of products.
- Monitor and analyze Remote ID (RID), Direct Remote Identification (DRI), or Open Drone ID (ODID) broadcasts from Uncrewed Aircraft (UA, UAV, UAS).
- Integrate with the Team Awareness Kit (TAK) ecosystem.
- Capture and report real-time drone data using native TAK protocols, including Cursor on Target (CoT).
- Compatible with WinTAK, iTAK, ATAK, and TAK Server.

DroneCOT captures & reports real-time data received from drones into TAK products using native TAK protocols, including Cursor on Target (CoT).
## Getting Started

DroneCOT has been evaluated with WinTAK, iTAK, ATAK & TAK Server.
To get started with DroneCOT, follow the [documentation](https://dronecot.rtfd.io) for installation and usage instructions.

`Documentation is available here. <https://dronecot.rtfd.io>`_
## Contact

License
=======
For more information, visit our [website](https://www.snstac.com) or contact us at [email protected].

## DroneCOT
## License

### DroneCOT

Copyright Sensors & Signals LLC https://www.snstac.com

Expand All @@ -29,7 +32,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

## open_drone_id.py
### open_drone_id.py

Copyright (c) 2022 BlueMark Innovations BV

Expand Down
5 changes: 2 additions & 3 deletions debian/dronecot.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.
#

# DroneCOT Configuration: https://dronecot.rtfd.io/
## DroneCOT Configuration: https://dronecot.rtfd.io/
# Change values here, and restart with: sudo systemctl restart dronecot

# Enable or Disable the dronecot software daemon.
Expand All @@ -33,8 +33,7 @@
# COT_TYPE=a-u-S-X-M



# PyTAK Configuration: https://pytak.rtfd.io/
## PyTAK Configuration: https://pytak.rtfd.io/
# Change values here, and restart with: sudo systemctl restart aiscot

# Sets TAK Protocol to use for CoT output.
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ project_urls =
GitHub: issues = https://github.com/snstac/dronecot/issues
GitHub: repo = https://github.com/snstac/dronecot
description = Display Drones in TAK
long_description = file: README.rst
long_description_content_type = text/x-rst
long_description = file: README.MD
long_description_content_type = text/markdown
maintainer = Greg Albrecht <[email protected]>
maintainer_email = [email protected]
license = Apache 2.0
Expand Down

0 comments on commit c5126da

Please sign in to comment.