kognise / arpchat

Answering the question nobody asked: what if you wanted to text your friends using only ARP?
Other
2.47k stars 48 forks source link

Possibly switch to using latest pnet #18

Open anfractuosity opened 1 year ago

anfractuosity commented 1 year ago

Very cool program!

I changed Cargo.toml to use the latest version of pnet -

pnet = "0.34.0" 

This seemed to fix a small issue I go when running on my Pi, where the channel couldn't be created.

jonjensen commented 1 year ago

I can confirm this solved the same problem for me on Fedora Linux (x86_64, kernel 6.4.9).

YIYOIY commented 8 months ago

Very cool program!

I changed Cargo.toml to use the latest version of pnet -

pnet = "0.34.0" 

This seemed to fix a small issue I go when running on my Pi, where the channel couldn't be created.

Can you teach me how to modify this program?