アプリストアのTermuxアプリを利用することで、簡単にAndoroidデバイス上でNode-REDを実行することができます。 このアプリはPlayストアから入手できます。
アプリをインストールし、起動します。そしてプロンプトに以下のように入力します。
apt update
apt upgrade
apt install coreutils nano nodejs
npm i -g --unsafe-perm node-red
node-red
そしてブラウザでhttp://localhost:1880
を指定します。
一般的な方法によって、node-red-dashboard
のようなNode-REDの他のノードをnpm installすることもできます。:
cd ~/.node-red
npm i node-red-dashboard
volume-down
キーはctrlキーです。 - そのため、vol-down-c
によって実行中のアプリを「終了」することができます。nano
エディタもインストールされ、これはファイルの編集に役立ちます。Termux内でアプリを起動する推奨の方法は、Termux:Bootアプリを使用することです。(F-droid または Play Store にあります)
起動時のTermux自動起動に役立つアプリがあります。 - Autostart - No Root
追加のTermuxデバイスプラグインを利用することで様々なハードウェアに直接アクセスすることもできます。
exec
コマンドを利用して
Node-RED
を介してアクセスすることもできます。Note: TermuxにアドオンアプリとアドオンAPIの両方をインストールする必要があります。
Playストアからアドオンアプリ - Termux:APIをインストールします。
Termuxにアドオンアクセスをインストールします。
apt install termux-api
Node-RED: Low-code programming for event-driven applications.
Copyright OpenJS Foundation and Node-RED contributors. All rights reserved. The OpenJS Foundation has registered trademarks and uses trademarks. For a list of trademarks of the OpenJS Foundation, please see our Trademark Policy and Trademark List. Trademarks and logos not indicated on the list of OpenJS Foundation trademarks are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
The OpenJS Foundation | Terms of Use | Privacy Policy | OpenJS Foundation Bylaws | Trademark Policy | Trademark List | Cookie Policy