cocool97

Results 39 comments of cocool97

Yes you're right, we can either use mpsc or just require a Read (that could be stdin) and a Write (that could be anything we want to write results to)....

@vmillet-dev @NutchapolSal can you confirm that PR #35 works on windows ? I moved ADBTermios in the CLI, and now pass a Writer and a Reader to `.shell()`

Closing as done in another PR

Thanks for the PR, you specify in the error field that pairing is needed before connecting a device to wifi. I think that this is mandatory before any action on...

Yes, plz. This will be more accurate

Thanks for your PR ! I added a disconnect command + rework to fit the new code arhitecture ;)

Would be happy to see how you implement it, even if not ready yet ! Adding a pairing process Inside this library would be profitable to everyone !

Have you a minimum reproductible example for the issue you pinpointed ? Can you open a second issue to track this issue ?

This issue occurs as this crate uses `termios` under the hood, which is only posix-compatible. A thing could be to use something other than this crate to set terminal attributes,...

Should now be fixed in main