Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/termux/termux-am-socket
Faster termux-am implementation that connects to a receiver in termux-app using a unix socket
https://github.com/termux/termux-am-socket
Last synced: 5 days ago
JSON representation
Faster termux-am implementation that connects to a receiver in termux-app using a unix socket
- Host: GitHub
- URL: https://github.com/termux/termux-am-socket
- Owner: termux
- License: gpl-3.0
- Created: 2021-12-08T18:21:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T17:01:26.000Z (over 1 year ago)
- Last Synced: 2024-10-29T20:56:41.736Z (14 days ago)
- Language: Shell
- Size: 43.9 KB
- Stars: 36
- Watchers: 15
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# termux-am-socket
This is a small program for sending commands to the Termux:API app,
thereby allowing terminal programs to use the Android API. The program
replaces [termuxAm](https://github.com/termux/termuxAm), and uses a
unix socket to transfer information between the app and userspace,
thereby speeding up api commands by almost a factor 10.## License
Released under the [GPLv3 license](http://www.gnu.org/licenses/gpl-3.0.en.html).