netscanner icon indicating copy to clipboard operation
netscanner copied to clipboard

Windows 11 support

Open EphemeralSapient opened this issue 4 months ago • 7 comments

I'm kind of new to rust and open source development, so pardon me if I took wrong approach;

~1. I found that tokio-wifiscanner has been fixed by DJStompZone for Windows already [updated the toml]~

  1. get_user_home_dir was missing for windows, so I've included it on export.rs

NOTE : I've encountered link error on Packet.lib, so I've downloaded npcap SDK and set the env "LIB" to current path ./windows/npcap-sdk-1.13 [x64 specifically, for other arch you can find it on official sdk ]

And then I was able to successfully compile and run the executable file.

image

EphemeralSapient avatar Oct 02 '24 16:10 EphemeralSapient