https://github.com/quartiq/smoltcp-nal
An embedded-nal implementation for smoltcp
https://github.com/quartiq/smoltcp-nal
Last synced: about 2 months ago
JSON representation
An embedded-nal implementation for smoltcp
- Host: GitHub
- URL: https://github.com/quartiq/smoltcp-nal
- Owner: quartiq
- Created: 2021-01-30T16:27:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T09:29:54.000Z (about 2 months ago)
- Last Synced: 2025-04-06T17:04:42.667Z (about 2 months ago)
- Language: Rust
- Size: 123 KB
- Stars: 20
- Watchers: 6
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# smoltcp Network Abstraction Layer (NAL)
[](https://matrix.to/#/#quartiq:matrix.org)
An [`embedded-nal`](https://crates.io/crates/embedded-nal) implementation for [`smoltcp`](https://crates.io/crates/smoltcp).
This repository provides an implementation of a TCP- and UDP-capable network stack that can be used
for any library that leverages the `embedded-nal`.This crate also supports DHCP management internally if DHCP via smoltcp is used.