forked from dB-SPL/takprotobuf
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
34 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
|
||
``takproto`` is a fork & complete re-write of @dB-SPL's | ||
`takprotobuf <https://github.com/dB-SPL/takprotobuf>`_. | ||
|
||
Notable differences between the original ``takprotobuf`` & this module ``takproto``: | ||
|
||
1. Rebuild proto files using `Protocol Buffers v21 <https://protobuf.dev/>`_. | ||
2. Added support for encoding & decoding plain XML, Mesh & Stream TAK Protocol formats. | ||
3. Remove dependency on ``untangle`` module, allowing compatibility with Python 3.6 | ||
through 3.10. Unfortunately many single-board computers (i.e. Raspberry Pi) still | ||
ship with Python 3.6, this change allows ``takproto`` to run on those systems. | ||
4. Added ``xmlDetails`` detection for supporting undefined Protobuf elements in XML. | ||
5. > 90% test coverage with **new** Unit Tests. | ||
6. PEP-8 & Black style, linting, documentation & formatting of code. | ||
|
||
As much as possible @db-SPL's licensing terms were honored in this fork. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters