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

https://github.com/1407arjun/commandclient

Passes commands to the shell using an Android client.
https://github.com/1407arjun/commandclient

Last synced: 21 days ago
JSON representation

Passes commands to the shell using an Android client.

Awesome Lists containing this project

README

          

## Notes:
### Modules:
The following modules were used for the server (whose files haven't been uploaded):
1. express
2. body-parser
3. child_process

### What's implemented:
1. Commands can be sent to the server for execution.
2. Response recieved from the server is displayed in the app.
3. Biometric auth and PIN has been added (PIN=1234).
4. Server can be connected to the Android client using the IPv4 and port number.

### What's not implemented:
1. Implementation using async, await or Promise instead of callbacks.