74 breaking releases

new 0.79.0 Apr 16, 2024
0.77.0 Apr 1, 2024
0.76.0 Mar 19, 2024
0.72.0 Dec 29, 2023
0.14.0 Nov 23, 2021

#292 in Network programming

Download history 118/week @ 2023-12-22 149/week @ 2023-12-29 123/week @ 2024-01-05 75/week @ 2024-01-12 19/week @ 2024-01-19 9/week @ 2024-01-26 4/week @ 2024-02-02 24/week @ 2024-02-09 628/week @ 2024-02-16 128/week @ 2024-02-23 233/week @ 2024-03-01 71/week @ 2024-03-08 204/week @ 2024-03-15 56/week @ 2024-03-22 297/week @ 2024-03-29 197/week @ 2024-04-05

758 downloads per month
Used in 15 crates (7 directly)

Apache-2.0

270KB
6K SLoC

ockam_transport_core

crate docs license discuss

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

Usage

Add this to your Cargo.toml:

[dependencies]
ockam_transport_core = "0.79.0"

License

This code is licensed under the terms of the Apache License 2.0.

Dependencies

~4–16MB
~181K SLoC