Skip to content

Commit

Permalink
WIP: DHCP networking
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Nov 13, 2023
1 parent 885d234 commit 4f5bb5c
Show file tree
Hide file tree
Showing 5 changed files with 912 additions and 238 deletions.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ heapless = { version = "0.7", default-features = false }
httparse = { version = "1.7", default-features = false }
num_enum = { version = "0.7", default-features = false }
embassy-futures = "0.1"
embassy-sync = { version = "0.3", default-features = false }
embassy-time = "0.1"
embassy-sync = "0.3"
no-std-net = { version = "0.6", default-features = false }
rand_core = "0.6"
log = { version = "0.4", default-features = false }
base64 = { version = "0.13", default-features = false }
sha1_smol = { version = "1", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions src/asynch.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pub mod dhcp;
pub mod http;
pub mod io;
#[cfg(all(feature = "std", feature = "rumqttc"))]
Expand Down
Loading

0 comments on commit 4f5bb5c

Please sign in to comment.