hypha: work in progress implementation of outbound internet access

This commit is contained in:
Alex Zenla
2024-02-06 14:35:55 +00:00
parent 44d3799dd3
commit cfe8887c6b
18 changed files with 2102 additions and 66 deletions

View File

@ -13,11 +13,16 @@ rtnetlink = { workspace = true }
netlink-packet-route = { workspace = true }
tokio = { workspace = true }
futures = { workspace = true }
smoltcp = { workspace = true }
libc = { workspace = true }
udp-stream = { workspace = true }
[dependencies.advmac]
path = "../libs/advmac"
[dependencies.ipstack]
path = "../libs/ipstack"
features = ["log"]
[lib]
path = "src/lib.rs"