An open API service indexing awesome lists of open source software.

https://github.com/NathanWalker/android-jsch-example

NativeScript using Workers for Background Threading - Android example demonstrating a SSH connection via com.jcraft.JSch.
https://github.com/NathanWalker/android-jsch-example

android background-thread nativescript typescript

Last synced: 3 months ago
JSON representation

NativeScript using Workers for Background Threading - Android example demonstrating a SSH connection via com.jcraft.JSch.

Awesome Lists containing this project

README

          

## NativeScript using Workers for Background Threading

This is an Android only demo using [JSch](https://github.com/mwiede/jsch) for demonstrating a local SSH connection to your own computer from an Android emulator. You can try literally anything.

Just be sure to set your own computer's username/password in the payload [here](src/app/example.ts#38).

```
ns debug android
```

Try changing [example](src/app/example.ts#38) payload to run a different command on your own machine from the Android emulator.

You can also try adjusting any JSch API within the background thread [here](src/app/jsch.worker.ts).