• Stars
    star
    172
  • Rank 221,201 (Top 5 %)
  • Language
    Rust
  • License
    Apache License 2.0
  • Created over 4 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An Rust TLS 1.3 implementation for embedded devices.

Embedded-TLS

CI crates.io docs.rs Matrix

Embedded-TLS is a Rust-native TLS 1.3 implementation that works in a no-std environment. The Rust crate was formerly known as drogue-tls. The implementation is work in progress, but the example clients should work against the rustls echo server.

The client supports both async and blocking modes. By default, the async and std features are enabled. The async feature requires Rust nightly, while the blocking feature works on Rust stable.

To use the async mode, import embedded_tls::*. To use the blocking mode, import embedded_tls::blocking::*.

Some features and extensions are not yet implemented, have a look at open issues.

Only supports writing/receiving one frame at a time, hence using a frame buffer larger than 16k is not currently needed. You may use a lower frame buffer size, but there is no guarantee that it will be able to parse any TLS 1.3 frame.

Community

More Repositories

1

drogue-device

A distribution of tools and examples for building embedded IoT applications in Rust
Rust
186
star
2

reqwless

Rust async HTTP client for embedded/no_std
Rust
124
star
3

drogue-cloud

Cloud Native IoT
Rust
113
star
4

ector

Ector is an open source async, no-alloc actor framework for embedded devices.
Rust
45
star
5

embedded-update

Rust
20
star
6

btmesh

Rust
19
star
7

drogue-async

Rust
12
star
8

drg

A command line tool for managing apps and devices in Drogue IoT cloud
Rust
11
star
9

drogue-esp8266

Rust
10
star
10

tokio-dtls-stream-sink

Tokio-based streaming API for UDP + DTLS sessions
Rust
9
star
11

drogue-ajour

Rust
7
star
12

drogue-bme680

A driver for the BME680 sensor, written in Rust.
Rust
6
star
13

drogue-rak811

Driver for the RAK811 LoRaWAN AT command firmware
Rust
6
star
14

trouble

Rust bluetooth low energy stack
Rust
6
star
15

drgdfu

An firmware update tool for devices with DFU capabilities
Rust
5
star
16

drogue-http-client

HTTP client for embedded systems
Rust
5
star
17

drogue-mpu-6050

Rust
4
star
18

drogueroids

๐Ÿ‘พ We come in peace
JavaScript
4
star
19

drogue-microbit

Drogue IoT drivers and examples for the BBC micro:bit
Rust
4
star
20

drogue-bluetooth-gateway

Drogue Bluetooth Gateway
Rust
4
star
21

book.drogue.io

The Book of Drogue IoT
JavaScript
4
star
22

hey-rodney

"Hey Rodney, kill console pods!"
Python
4
star
23

drogue-workshops

Workshops for learning about Drogue IoT
4
star
24

esp8266-at-driver

Esp8266 AT command driver
Rust
4
star
25

arduino-examples

Examples for using Drogue Cloud with Arduino
C++
3
star
26

drogue-boot

Rust
3
star
27

drogue-embedded-timer

Rust
3
star
28

drogue-device-ng

Next generation of drogue-device platform
Rust
3
star
29

burrboard

Rust
3
star
30

drogue-network

Forkish of embedded-nal
Rust
3
star
31

drogue-cloud-helm-charts

Drogue IoT Helm Charts
Smarty
3
star
32

drogue-ttn

Rust mappings for APIs of *The Things Network*
Rust
3
star
33

quarkus-mqtt-integration-starter

An MQTT example getting starter with Quarkus and Drogue IoT
Java
3
star
34

drogue-agent-opcua

Drogue IoT Agent for OPC UA
Java
3
star
35

web-embedded-hal

Helpers and utlities for writing WASM applications integrating with drogue iot
Rust
2
star
36

drogue-doppelgaenger

Drogue Doppelgรคnger is not a digital twin
Rust
2
star
37

es-wifi-driver

Rust
2
star
38

drogue-influxdb-pusher

Pushing CloudEvents to InfluxDB
Rust
2
star
39

drogue-vorto-converter

A payload converter backed by Eclipse Vorto
Java
2
star
40

micropython-examples

Examples of using Drogue Cloud with micropython devices
Python
2
star
41

rtt-logger

Rust
2
star
42

rfcs

Design documents for Drogue IoT components
2
star
43

drogue-cloud-testing

System tests for Drogue Cloud
Rust
2
star
44

drogue-opcua-agent-rust

OPC UA agent
Rust
2
star
45

drogue-client

Rust clients for Drogue IoT Cloud
Rust
1
star
46

drogue-grove-uart-spi

An implementation of Grove's SPI over UART protocol
Rust
1
star
47

ble-mesh

Rust
1
star
48

quarkus-mqtt-integration-example

Demoing Drogue IoT and Quarkus using the MQTT integration
Java
1
star
49

drogue-es-wifi

Rust
1
star
50

drogue-bazaar

A place to find tools for building your Rust application
Rust
1
star
51

drogue-bsec

Interface to Bosch Sensortec Environmental Cluster (BSEC)
Rust
1
star
52

drogue-bluetooth

Rust
1
star
53

btmesh-operator

Drogue IoT Bluetooth Mesh operator
Rust
1
star
54

drogue-event-source

A Knative event source for Drogue IoT
Rust
1
star
55

drogue-antora-ui

CSS
1
star
56

drogue-postgresql-pusher

Pushing CloudEvents to PostreSQL (and TimescaleDB)
Rust
1
star
57

www.drogue.io

The Drogue IoT homepage
HTML
1
star
58

esp8266-playground

Rust
1
star