PyNGHam
PyNGHam: A Python library of the NGHam protocol - Published in JOSS (2023)
Science Score: 95.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 5 DOI reference(s) in README and JOSS metadata -
○Academic publication links
-
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Repository
Python library of the NGHam protocol
Basic Info
- Host: GitHub
- Owner: mgm8
- License: lgpl-3.0
- Language: Python
- Default Branch: main
- Homepage: https://mgm8.github.io/pyngham/
- Size: 3.03 MB
Statistics
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 7
Metadata Files
README.md
PyNGHam
Overview
The PyNGHam library is a Python version of the original NGHam protocol library written in C by Jon Petter Skagmo (LA3JPA).
The original implementation and a further description of the protocol can be found here.
Dependencies
- crc - v3.0.0
Installing
This library is available in the PyPI repository, and can be installed with the following command:
pip install pyngham
Or, directly from the source files:
python setup.py install
Documentation
The documentation page is available here. Instructions to build the documentation page are described below.
Contributing instructions are also available here.
Dependencies
- Sphinx - v6.1.3
- sphinx-rtd-theme - v1.1.1
- crc - v3.0.0
Building the Documentation
The documentation pages can be built with Sphinx by running the following command inside the docs folder:
make html
Usage Example
The usage of the library is pretty straightforward, after the initialization, there are two methods: one to encode a list of bytes, and other to decode a packet. Below there is a basic usage example:
```python from pyngham import PyNGHam
pngh = PyNGHam()
data = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
pkt = pngh.encode(data)
print("Encoded packet:", pkt)
pl, errors, errors_pos = pngh.decode(pkt)
print("Decoded data:", pl) print("Number of errors:", errors) print("Errors positions:", errors_pos) ```
More usage examples can be found in the documentation page.
License
This project is licensed under LGPLv3 license.
Owner
- Name: Gabriel Mariano Marcelino
- Login: mgm8
- Kind: user
- Location: Florianópolis - Brazil
- Company: @spacelab-ufsc
- Repositories: 2
- Profile: https://github.com/mgm8
Embedded Systems Engineer & PhD Student
JOSS Publication
PyNGHam: A Python library of the NGHam protocol
Authors
Tags
Telecommunications Protocols Ham RadioGitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Gabriel Mariano Marcelino | g****8@g****m | 132 |
| Mehmet Hakan Satman | m****n@g****m | 3 |
| Daniel S. Katz | d****z@i****g | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 3
- Total pull requests: 27
- Average time to close issues: 3 months
- Average time to close pull requests: 19 minutes
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 1.33
- Average comments per pull request: 0.0
- Merged pull requests: 27
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- mgm8 (2)
- 0xCoto (1)
Pull Request Authors
- mgm8 (25)
- jbytecode (1)
- danielskatz (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 5 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 7
- Total maintainers: 1
pypi.org: pyngham
PyNGHam library
- Homepage: https://github.com/mgm8/pyngham
- Documentation: https://pyngham.readthedocs.io/
- License: LGPLv3
-
Latest release: 1.1.1
published about 3 years ago
Rankings
Maintainers (1)
Dependencies
- Sphinx *
- sphinx-rtd-theme *
- crc *
- crc *
- actions/checkout v2 composite
- actions/upload-artifact v1 composite
- openjournals/openjournals-draft-action master composite
- actions/checkout v1 composite
- actions/upload-artifact v1 composite
- ammaraskar/sphinx-action master composite
- actions/checkout v1 composite
- actions/upload-artifact v1 composite
- ad-m/github-push-action master composite
- ammaraskar/sphinx-action master composite
- actions/checkout v2 composite
