pamoja-transports
Reaching the network when no single link always works, and testing all of it with nothing plugged in.
One install for the 9 capabilities of this domain. Each is also its own
distribution, and pamoja is the whole framework in one.
pip install pamoja-transports
from pamoja.transports import mqtt
| Capability | Module | What it covers |
|---|---|---|
| MQTT | pamoja.mqtt |
An MQTT client with the topic and wildcard rules, as the core transport |
| CoAP | pamoja.coap |
A CoAP client over UDP with confirmable delivery and observe |
| Loopback | pamoja.loopback |
An in-process transport with topic matching and a fault injector, for testing with no broker |
| Store and forward | pamoja.sync |
Offline-first queues: in memory, and a crash-safe on-disk queue that survives power loss |
| Transport ladder | pamoja.ladder |
Cheapest reachable link first, buffering to a store when every link is down |
| Event bus | pamoja.bus |
An in-memory typed publish and subscribe event bus |
| Engine surface | pamoja.core |
The transport every link shares (send, receive, subscribe, and a faulty wrapper for tests) and the runtime version |
| Your own link | pamoja.core |
A link pamoja does not ship, written in your language against the transport contract and composed like any other |
| Simulators | pamoja.sim |
Noisy and replay sensors, a recording actuator, and a simulated robot that dead-reckons its pose |
The guides, with a worked Python example for each, are at https://pamoja.molex.cloud/docs.
License
MIT
Release files for pamoja-transports 0.1.18
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pamoja_transports-0.1.18.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pamoja_transports-0.1.18-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.3 kB
Release files / pamoja_transports-0.1.18.tar.gz
| Download URL | pamoja_transports-0.1.18.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
793852d4e162e1fa97c6b70cd1747eee3657d74ffe5483e037cf72e1760606d7
|
|
BLAKE2b-256 checksum How to use checksums |
506b70599da671ff295a26f57f8044785fd0279ba00d8c5f925e36ad5e68a7ac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|
Release files / pamoja_transports-0.1.18-py3-none-any.whl
| Download URL | pamoja_transports-0.1.18-py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
83a18d0f62dfc1dd8fd286abf0fccfbc0b29db7e3e04207544f26934940367bb
|
|
BLAKE2b-256 checksum How to use checksums |
8ef812824ba077a1131466997f240167f4c1698c527cded6727855db2a4cd3fa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|