Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaustubhpatange/aow
Adb Over Wifi (aow) is a command-line tool for adb to connect devices over wifi.
https://github.com/kaustubhpatange/aow
adb adb-wrapper android cli command-line rust tool wifi
Last synced: 3 months ago
JSON representation
Adb Over Wifi (aow) is a command-line tool for adb to connect devices over wifi.
- Host: GitHub
- URL: https://github.com/kaustubhpatange/aow
- Owner: KaustubhPatange
- License: apache-2.0
- Created: 2020-11-04T13:13:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T18:18:26.000Z (almost 4 years ago)
- Last Synced: 2024-04-18T03:11:05.840Z (10 months ago)
- Topics: adb, adb-wrapper, android, cli, command-line, rust, tool, wifi
- Language: Rust
- Homepage:
- Size: 860 KB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Adb Over Wifi (aow)
[ /**a**-_o_/ ]
![]()
![CI](https://github.com/KaustubhPatange/aow/workflows/CI/badge.svg)A command line tool written in **Rust** for adb to connect device to your machine over wifi.
On top of that it can do a lot of things (check full menu [here](https://github.com/KaustubhPatange/aow/wiki/Command-line-options)) for eg taking a screenshot, recording screen, testing deeplinks etc.
The program is made to handle multiple connected devices & also provide some _Hints_ if any error occurs with `adb`. It can smartly notify you about the new version available.
The usage of the program (after [installation](#Installation)) is pretty simple. Just connect a device > open a terminal & type `aow`. For more options read [here](https://github.com/KaustubhPatange/aow/wiki/Command-line-options).
![](art/demo.gif)
## Installation
The program is available for all major platforms _**Mac, Linux & Windows**_ however the installation procedure might differ.
- [Universal](https://github.com/KaustubhPatange/aow/wiki/Installation#universal)
- [Windows](https://github.com/KaustubhPatange/aow/wiki/Installation/#os)
- [Linux](https://github.com/KaustubhPatange/aow/wiki/Installation/#linux)
- [Mac](https://github.com/KaustubhPatange/aow/wiki/Installation/#mac)Some information you might be interested in reading,
- [How it works?](https://github.com/KaustubhPatange/aow/wiki/FAQs#how-it-works)
- [Why does this tool exists?](https://github.com/KaustubhPatange/aow/wiki/FAQs#why-it-exists)## Contribute
Contributions are very welcome! See [CONTRIBUTING](CONTRIBUTING.md) for more info.
## License
- [The Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)
```
Copyright 2020 Kaustubh PatangeLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttps://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```