diff --git a/.github/workflows/python-test_and_lint.yml b/.github/workflows/python-test_and_lint.yml index 14b51c4..e132d7f 100644 --- a/.github/workflows/python-test_and_lint.yml +++ b/.github/workflows/python-test_and_lint.yml @@ -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: diff --git a/README.rst b/README.md similarity index 66% rename from README.rst rename to README.md index d9f83a2..03de5f7 100644 --- a/README.rst +++ b/README.md @@ -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. `_ +## Contact -License -======= +For more information, visit our [website](https://www.snstac.com) or contact us at info@snstac.com. -## DroneCOT +## License + +### DroneCOT Copyright Sensors & Signals LLC https://www.snstac.com @@ -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 diff --git a/debian/dronecot.conf b/debian/dronecot.conf index b11a57b..5d016bd 100644 --- a/debian/dronecot.conf +++ b/debian/dronecot.conf @@ -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. @@ -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. diff --git a/setup.cfg b/setup.cfg index 7257ffc..646ff0b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 maintainer_email = oss@undef.net license = Apache 2.0