Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ftl/tetra-pei
A library to communicate with a TETRA radio terminal through its peripheral equipment interface (PEI).
https://github.com/ftl/tetra-pei
radio tetra
Last synced: 1 day ago
JSON representation
A library to communicate with a TETRA radio terminal through its peripheral equipment interface (PEI).
- Host: GitHub
- URL: https://github.com/ftl/tetra-pei
- Owner: ftl
- License: gpl-3.0
- Created: 2021-10-10T11:00:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T20:08:52.000Z (8 months ago)
- Last Synced: 2024-06-21T02:15:38.633Z (5 months ago)
- Topics: radio, tetra
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tetra-pei
The tetra-pei library allows to communicate with a TETRA radio terminal through its peripheral equipment interface (PEI), with the main focus on simple radio control and the handling of SDS messages. This implementation is solely based on the relevant ETSI specifications:
* ETSI TS 100 392-2 V3.9.2 (2020-06): Terrestrial Trunked Radio (TETRA); Voice plus Data (V+D); Part 2: Air Interface (AI)
* ETSI EN 300 392-5 V2.7.1 (2020-04): Terrestrial Trunked Radio (TETRA); Voice plus Data (V+D) and Direct Mode Operation (DMO); Part 5: Peripheral Equipment Interface (PEI)## Restrictions
* store/forward control information is not handled
* not all specified text encoding schemes are implemented## License
This library is published under the [GNU General Public License, Version 3](LICENSE)
Copyright [Florian Thienel](https://thecodingflow.com)