| Crates.io | smoltcp-uefi |
| lib.rs | smoltcp-uefi |
| version | 0.2.0 |
| created_at | 2025-03-08 11:18:16.389312+00 |
| updated_at | 2025-03-08 23:48:20.701413+00 |
| description | Utilities for running smoltcp inside a UEFI environment |
| homepage | |
| repository | https://github.com/ifd3f/smoltcp-uefi |
| max_upload_size | |
| id | 1584323 |
| size | 26,312 |
This crate contains utilities for using the smoltcp crate inside an EFI environment.
WARNING: This crate is highly experimental right now! It's more of a proof-of-concept than something that's production ready! Suggestions and pull requests are welcome.
SnpDevice, a smoltcp::phy::Device running on UEFI's Simple Network Protocol.smoltcp::time::Instants inside UEFIThere is currently one example that implements ipv4 ping.
It runs in UEFI, so you probably shouldn't cargo run it on a normal system. Instead, I've provided a helper script in scripts/test_on_qemu.sh for building and running it. See the comment inside that script for information on how to run it.