termux / termux-api-package

Termux package containing scripts to call functionality in Termux:API.
MIT License
1.02k stars 318 forks source link

Why does termux-api needs two abstract sockets? #82

Closed twaik closed 2 years ago

twaik commented 5 years ago

Sockets, unlike pipes, can transmit data in two directions i.e. can be used both for input and for output data.

We can call am ... --es socket %UUID0% ... instead of am ... --es socket_input %UUID0% --es socket_output %UUID1%.

twaik commented 2 years ago

Not relevant.