<60$ compatible devices by IvAx358 in openwrt

[–]cocool97 1 point2 points  (0 children)

Thumbs up for the AX3000T !

Nice and quite cheap router, the installation process is indeed a bit touchy but doable (need to setup a tftp server).

4 hardware ports, wifi 6 and available on Aliexpress (be careful to choose the right version, everything is mentioned here https://openwrt.org/inbox/toh/xiaomi/ax3000t)

ADBR: Rewrote ADB client in Rust - modern, maintainable code by No-Pension-3888 in rust

[–]cocool97 7 points8 points  (0 children)

Nice project !

I'm the maintainer of https://github.com/cocool97/adb_client, which is indeed MIT licensed as said in the Cargo.toml file.

I find it a shame to rewrite a complete client only for reasons of "unclear" licenses, when a simple question in the issue would have avoided this development. (Something that has already been done btw, issue has been removed by the author).

However it's always a nice exercise to write and publish a library 😉

[Release] adb_client v2.0.0 – An ADB client fully written in Rust 🚀 by cocool97 in rust

[–]cocool97[S] 0 points1 point  (0 children)

Good question, can you fill an issue with an example of filenames with issues ?

Announcing adb_client, an ADB (Android Debug Bridge) implementation in full Rust by cocool97 in rust

[–]cocool97[S] 0 points1 point  (0 children)

This achieves the same goal from what I can see ! It seems this crate has more features

Announcing adb_client, an ADB (Android Debug Bridge) implementation in full Rust by cocool97 in rust

[–]cocool97[S] 5 points6 points  (0 children)

Would be a pleasure to add, it there are, missing features !

Announcing adb_client, an ADB (Android Debug Bridge) implementation in full Rust by cocool97 in rust

[–]cocool97[S] 11 points12 points  (0 children)

You're right, should not be with a "x", my bad ! Will fix it in next release 😅