Open felipejfc opened 8 years ago
libwds (https://github.com/01org/wds/tree/master/libwds) can be ported, it does not have any platform dependencies.
Hi, I'm willing to give porting libwds a shot. Is there any API documentation for the library? My plan is to try and use it together with Apples AVFoundation to capture and send the screen.
👍
So, this is my first poke at this: If i comment out all of these lines in the parent CMakeLists.txt:
add_subdirectory(data)
add_subdirectory(p2p)
add_subdirectory(mirac_network)
add_subdirectory(sink)
add_subdirectory(desktop_source)
basically removing everything except libwds
and subdirectories, I can get the library to build using cmake, pkgconfig and bison from a nix-shell (it should work fine when installing the dependencies with brew, but I like my builds to remain contained).
I'm not quite sure where to go from there, to be honest^^'
Oh. I've successfully compiled the stuff and then found that it all relies on WiFi Direct (that's the p2p package) which is not supported in MacOS. So it seems that this port can not be done.
Would it be possible to substitute a different implementation of Wi-Fi Direct? From what I can read macOS does seem to have some support for it
Ah, never mind, it seems macOS does not support Wi-Fi direct
Is it possible?
Regards