network: implement support for smoltcp and ipstack

This commit is contained in:
Alex Zenla
2024-02-08 12:17:51 +00:00
parent a1aba364d6
commit 9dddbbe424
8 changed files with 207 additions and 37 deletions

View File

@ -15,6 +15,7 @@ tokio = { workspace = true }
futures = { workspace = true }
libc = { workspace = true }
udp-stream = { workspace = true }
smoltcp = { workspace = true }
[dependencies.advmac]
path = "../libs/advmac"