Skip to content

eclipse-uprotocol/up-simulator-proxy

Repository files navigation

Simulator Proxy Android App

1. Overview

The Simulator Proxy is an Android App serves as a bridge between a Python-based up-simulator and an Android up Client Library (up-client-android-java).

2. Getting Started

2.1. Building the Project

The Android Gradle Plugin provides several standard tasks that are commonly used in Android projects. To view the complete list, you can use the following command:

gradlew tasks

Assembling it is as simple as:

gradlew assembleRelease

2.2. Installing the Build

Install simulator proxy application using:

adb install ./app/build/outputs/apk/release/uPSimulatorProxy-release.apk

or

gradlew installRelease

2.3. Starting the Application

Start simulator proxy application using:

adb shell am start -n org.eclipse.uprotocol.simulatorproxy/.MainActivity

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages