Crates.io | ockam_transport_core |
lib.rs | ockam_transport_core |
version | 0.96.0 |
source | src |
created_at | 2021-08-30 22:34:37.732159 |
updated_at | 2024-10-25 20:28:20.603317 |
description | Generic Transport primitives. |
homepage | https://github.com/build-trust/ockam |
repository | https://github.com/build-trust/ockam/implementations/rust/ockam/ockam_transport_core |
max_upload_size | |
id | 444545 |
size | 39,285 |
Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
This crate provides the common code shared among the different Ockam's transport protocols.
Each specific protocol is then supported in its own crate. For example, the TCP protocol is supported in the ockam_transport_tcp
crate.
Currently available transports include:
ockam_transport_tcp
- TCP transport
ockam_transport_udp
- UDP transport
ockam_transport_ble
- Bluetooth Low Energy Transport
ockam_transport_websocket
- WebSocket Transport
ockam_transport_uds
- Unix Domain Socket Transport
Add this to your Cargo.toml
:
[dependencies]
ockam_transport_core = "0.96.0"
This code is licensed under the terms of the Apache License 2.0.