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.
- Host: GitHub
- URL: https://github.com/NathanWalker/android-jsch-example
- Owner: NathanWalker
- Created: 2025-06-03T05:37:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-15T20:57:10.000Z (5 months ago)
- Last Synced: 2025-10-06T17:04:25.933Z (4 months ago)
- Topics: android, background-thread, nativescript, typescript
- Language: TypeScript
- Homepage:
- Size: 281 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nativescript - JSch - NativeScript using Workers for Background Threading - Android example demonstrating a SSH connection via `com.jcraft.JSch`. (Background Service / End-to-end Integration Testing)
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).