| Name | pynbntnmodem JSON |
| Version |
0.6.12
JSON |
| download |
| home_page | None |
| Summary | Library for interfacing to Narrowband Non-Terrestrial Network modems using AT commands. |
| upload_time | 2025-10-09 01:13:17 |
| maintainer | None |
| docs_url | None |
| author | geoffbrucepayne |
| requires_python | <4.0,>=3.10 |
| license | Apache2.0 |
| keywords |
|
| VCS |
|
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# NB-NTN Modem Interface
A generic model for interfacing to a NB-IoT modem compatible with 3GPP R17
Non-Terrestrial Network.
Provides an base class **`NbntnModem`** that abstracts specific AT commands
to common methods used for communicating using NB-IoT over satellite.
The class is intended to be subclassed and extended for specific modem variants
from various manufacturers.
## Modem Subclassing
Since modem implementations differ across make/model, this library is intended
to be used to create `NbntnModem` subclasses with specific AT commands and
responses.
### Initialization Sequence
The `ntninit` submodule describes the format and an example template for the
AT command sequence required by a particular modem variant.
The `ntn_init` list of init objects may be customized and included at the top of
a specific modem subclass.
## Common Workflow
* **`connect()`** using either `.env` variables, default or programmatic values
for `SERIAL_PORT`/`port` and `SERIAL_BAUDRATE`/`baudrate`.
* **`initialize_ntn()`** to run the modem-specific configuration sequence
* Run a loop that continually runs `check_urc()`, queues and then processes
each `get_urc_type()`
## URC injection
Some modems do not emit any URC on important events such as the completion of
a MO message sending. In such cases the `inject_urc()` method is provided to
simulate a modem-generated URC.
Raw data
{
"_id": null,
"home_page": null,
"name": "pynbntnmodem",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": null,
"author": "geoffbrucepayne",
"author_email": "geoff.bruce-payne@inmarsat.com",
"download_url": "https://files.pythonhosted.org/packages/4c/47/6b597a5d21dd0e39b3280e73e24b2e47332fec149f95d4328eac3f10908b/pynbntnmodem-0.6.12.tar.gz",
"platform": null,
"description": "# NB-NTN Modem Interface\n\nA generic model for interfacing to a NB-IoT modem compatible with 3GPP R17\nNon-Terrestrial Network.\n\nProvides an base class **`NbntnModem`** that abstracts specific AT commands\nto common methods used for communicating using NB-IoT over satellite.\nThe class is intended to be subclassed and extended for specific modem variants\nfrom various manufacturers.\n\n## Modem Subclassing\n\nSince modem implementations differ across make/model, this library is intended\nto be used to create `NbntnModem` subclasses with specific AT commands and\nresponses.\n\n### Initialization Sequence\n\nThe `ntninit` submodule describes the format and an example template for the\nAT command sequence required by a particular modem variant.\n\nThe `ntn_init` list of init objects may be customized and included at the top of \na specific modem subclass.\n\n## Common Workflow\n\n* **`connect()`** using either `.env` variables, default or programmatic values\nfor `SERIAL_PORT`/`port` and `SERIAL_BAUDRATE`/`baudrate`.\n\n* **`initialize_ntn()`** to run the modem-specific configuration sequence\n\n* Run a loop that continually runs `check_urc()`, queues and then processes\neach `get_urc_type()`\n\n## URC injection\n\nSome modems do not emit any URC on important events such as the completion of\na MO message sending. In such cases the `inject_urc()` method is provided to\nsimulate a modem-generated URC.",
"bugtrack_url": null,
"license": "Apache2.0",
"summary": "Library for interfacing to Narrowband Non-Terrestrial Network modems using AT commands.",
"version": "0.6.12",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "55086f183d889b45190e40731eeb240ef3b3541b7883038dfb466cb883e5ea36",
"md5": "8493b0915aff12fcfc17038fc05f53d3",
"sha256": "8859c40d9582b1412bbdd0cb6814da9ab8741ed41cca675b88a59baf0501054a"
},
"downloads": -1,
"filename": "pynbntnmodem-0.6.12-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8493b0915aff12fcfc17038fc05f53d3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 34089,
"upload_time": "2025-10-09T01:13:15",
"upload_time_iso_8601": "2025-10-09T01:13:15.797073Z",
"url": "https://files.pythonhosted.org/packages/55/08/6f183d889b45190e40731eeb240ef3b3541b7883038dfb466cb883e5ea36/pynbntnmodem-0.6.12-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4c476b597a5d21dd0e39b3280e73e24b2e47332fec149f95d4328eac3f10908b",
"md5": "51cb81f4bf57169dafa9ce14b5611dce",
"sha256": "cc16733c7579ae727429a5c47b2d224b719325607417f1bd4782b6ddba11ce15"
},
"downloads": -1,
"filename": "pynbntnmodem-0.6.12.tar.gz",
"has_sig": false,
"md5_digest": "51cb81f4bf57169dafa9ce14b5611dce",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 28064,
"upload_time": "2025-10-09T01:13:17",
"upload_time_iso_8601": "2025-10-09T01:13:17.003144Z",
"url": "https://files.pythonhosted.org/packages/4c/47/6b597a5d21dd0e39b3280e73e24b2e47332fec149f95d4328eac3f10908b/pynbntnmodem-0.6.12.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-09 01:13:17",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pynbntnmodem"
}