Hi,
The P2P code and its sink integration are now merged. It's not too
pretty (e.g. I still have to fix the whitespace nastiness that I
introduced while developing on the test machine without proper editor
settings) but it works _much_ more reliably than anything before this.
Naturally you should not expect this to work with connman that's older
than ~5 days.
There's also a PR for supporting the P2P code in source side:
https://github.com/01org/wysiwidi/pull/48
With that patch you can use a wysiwidi source to stream to a wysiwidi
sink. The streaming is choppy but again, getting a connection is quite
reliable now so we can actually start debugging the gstreamer problems
easier...
Source usage: You can start a scan with command "scan" when running
the source (the initial scan happens automatically though). When sinks
are found they will be printed like this
0 : Wysiwidi Test
and then you can connect with "connect <index>" where index is the
number that was printed.
- Jussi