Milan Stute

Results 56 comments of Milan Stute

Have a look here: https://github.com/seemoo-lab/opendrop/issues/21#issuecomment-532174115

@thomasst which part of your issue was resolved with #39?

I see, thanks for clarifying. Can you assert that packets actually arrive at the Mac and not get lost over the air? To do this, set your Mac to monitor...

To uninstall, simply run ``` rm /usr/local/bin/owl ``` (it's the [default CMake install path](https://cmake.org/cmake/help/v3.19/variable/CMAKE_INSTALL_PREFIX.html))

We haven't figured out all the details of mDNS offloading to AWDL works and it's tightly integrated with Apple's mDNSResponder. That's why we did not implement this. What you can...

Good idea. Unfortunately, I do not have time/resources to work on this.

I can try to support, even though my experience with ESP32 is extremely limited. At a minimum, you'll have to implement `io.h` and `netutils.h`, and also check whether `libev` is...

Windows support would require implementations of both `io.h` and `netutils.h` (in `daemon/`). Since I do not have developer experience with Windows, I will not provide support. If somebody wants to...

I‘m not an expert on WSL either but I think that this is not possible as Windows would need to mask all relevant Netlink messages (especially those for nl80211) which...

> @schmittner please correct me if I'm wrong. But, as far as I can tell, the biggest problems are the missing `libpcap` and `libev`. At least thats why CMake is...