NNCP on Android
To use NNCP[1] on Android[2], we need a way to build and run it. The easiest option for that is Termux[3].
Begin by installing Termux. Then, install Go:
Now, download NNCP. For instance:
Find more recent releases at the NNCP tarballs[4] page. Also, at this point it would be good to verify the signature and sha256sum.
4: https://nncp.mirrors.quux.org/Tarballs.html
Now, unpack it:
Now, compile and install:
Now, NNCP is installed in $HOME/nncp. You may wish to add $HOME/nncp/bin to your $PATH.
Done!
--------------------------------------------------------------------------------
Links to this note
- Termux[5]
Termux is a package that brings several things to Android[6]:
- NNCP[7]
NNCP lets you securely send files, or request remote execution, between systems. It uses asynchronous communication[8], so the source and destination need never be online simultaneously. NNCP can route requests via intermediate devices -- other NNCP nodes, USB sticks, tapes, radios, phones, cloud services, whatever -- leading to a network that is highly resilient and flexible. NNCP makes it much easier to communicate with devices that lack Internet connectivity, or have poor Internet.
8: /asynchronous-communication/
More on www.complete.org
(c) 2022-2024 John Goerzen