Remote control your computer/server using an an Android app speaking to an API.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Bandie a3448a4912
Versioning (0.1.0); allow insecure connections
2 years ago
.idea Versioning (0.1.0); allow insecure connections 2 years ago
app Versioning (0.1.0); allow insecure connections 2 years ago
example Project commit 3 years ago
gradle/wrapper Project commit 3 years ago
.gitignore Project commit 3 years ago
LICENSE Project commit 3 years ago
README.md APK-Download 3 years ago
build.gradle Project commit 3 years ago
gradle.properties Project commit 3 years ago
gradlew Project commit 3 years ago
gradlew.bat Project commit 3 years ago
settings.gradle Project commit 3 years ago

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.