Remote control your computer/server using an an Android app speaking to an API.
移至檔案
Bandie a3448a4912
Versioning (0.1.0); allow insecure connections
2021-03-28 20:35:58 +02:00
.idea Versioning (0.1.0); allow insecure connections 2021-03-28 20:35:58 +02:00
app Versioning (0.1.0); allow insecure connections 2021-03-28 20:35:58 +02:00
example Project commit 2020-05-25 16:11:33 +02:00
gradle/wrapper Project commit 2020-05-25 16:11:33 +02:00
.gitignore Project commit 2020-05-25 16:11:33 +02:00
LICENSE Project commit 2020-05-25 16:11:33 +02:00
README.md APK-Download 2020-05-25 22:43:55 +02:00
build.gradle Project commit 2020-05-25 16:11:33 +02:00
gradle.properties Project commit 2020-05-25 16:11:33 +02:00
gradlew Project commit 2020-05-25 16:11:33 +02:00
gradlew.bat Project commit 2020-05-25 16:11:33 +02:00
settings.gradle Project commit 2020-05-25 16:11:33 +02:00

README.md

Yipanic

This appilcation sends a JSON to an API with the intent to remote control your computer or infrastructure in terms of panic.

The app can be secured by a passcode.

Latest build

app-release.apk

What the app sends

{
  "key": string,
  "secret": string,
  "cmd": "(lock|shutdown|panic|infraShutdown|infraPanic)"
}

cmd requires one of lock, shutdown, ...

What answers the app expect

{
  "access": (true|false),
  "error": int
}

At the moment the following error codes are defined:

0 - OK
1 - Command not set

Example backend

See example/index.php.

What is ding?

See ding.