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.
- Host: GitHub
- URL: https://github.com/1407arjun/commandclient
- Owner: 1407arjun
- Created: 2021-07-31T18:09:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-22T17:08:34.000Z (almost 5 years ago)
- Last Synced: 2025-10-28T06:32:57.867Z (9 months ago)
- Language: Java
- Size: 3.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.