Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m3ftah/NearbyTest
Testing Android Nearby P2P connections
https://github.com/m3ftah/NearbyTest
Last synced: 9 days ago
JSON representation
Testing Android Nearby P2P connections
- Host: GitHub
- URL: https://github.com/m3ftah/NearbyTest
- Owner: m3ftah
- License: other
- Created: 2018-02-13T10:38:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-23T14:29:01.000Z (about 5 years ago)
- Last Synced: 2024-08-02T19:34:38.617Z (4 months ago)
- Language: Java
- Size: 131 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-list - m3ftah/NearbyTest - Testing Android Nearby P2P connections (Java)
README
# NearbyTest [![License: CC BY-NC-SA 4.0](https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
Testing Android apps using Google Nearby Connections API.
# Build the template app
```bash
./gradlew installDebug
```# Using PEERFLEET library Gradle Plugin
For faster integration with your app, you can use our Gradle project.In your root project folder you should checkout this project:
```bash
git checkout [email protected]:m3ftah/NearbyTest.git
```In `YourProject/settings.gradle` you should add:
```gradle
include ':NearbyTest'
project(':NearbyTest').projectDir = new File('../NearbyTest')
```And in `YourProject/settings.gradle` you should add:
```gradle
compile project(":NearbyTest")
```# Using NearbyTest
If you are using `NearbyTest`, please cite the following research paper:
>Lakhdar Meftah, Romain Rouvoy, and Isabelle Chrisment. "Testing nearby peer-to-peer mobile apps at large."In Proceedings of the 6th International Conference onMobile Software Engineering and Systems, pp. 1-11. IEEE Press, 2019. ([pdf](https://hal.inria.fr/hal-02059088v1)).