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.
|
2 years ago | |
---|---|---|
.idea | 2 years ago | |
app | 2 years ago | |
example | 3 years ago | |
gradle/wrapper | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
build.gradle | 3 years ago | |
gradle.properties | 3 years ago | |
gradlew | 3 years ago | |
gradlew.bat | 3 years ago | |
settings.gradle | 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
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.