94 breaking releases

new 0.99.0 Dec 5, 2024
0.98.0 Nov 28, 2024
0.97.0 Nov 13, 2024
0.87.0 Jul 30, 2024
0.14.0 Nov 23, 2021

#434 in Network programming

Download history 48/week @ 2024-08-19 100/week @ 2024-08-26 35/week @ 2024-09-02 43/week @ 2024-09-09 112/week @ 2024-09-16 425/week @ 2024-09-23 48/week @ 2024-09-30 19/week @ 2024-10-07 402/week @ 2024-10-14 544/week @ 2024-10-21 68/week @ 2024-10-28 47/week @ 2024-11-04 155/week @ 2024-11-11 42/week @ 2024-11-18 211/week @ 2024-11-25 240/week @ 2024-12-02

651 downloads per month
Used in 15 crates (9 directly)

Apache-2.0

300KB
6.5K 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.99.0"

License

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

Dependencies

~3–15MB
~192K SLoC