Skip to content

Cheat sheet

iloosion edited this page Aug 26, 2022 · 5 revisions

remote file access

It’s really nice to have remote file access set up and working nicely. Every time when you will want to check something file orientated, upload file, download file you will use remote file access to your oiyshTerminal. I will explain how to do it using sftp protocal ( Sftp is a part of ssh functionality).

You will need to have:

  • sshd running,
  • know your ip address of oiyshTerminal,
  • port of ssh service,
  • password.

On Windows

check https://www.google.com/search?q=sftp+on+windows&oq=sftp+on+windows

On linux it’s super easy using fuse mount or with almost all graphical file browsers you can connect to sftp service.

In my case its: sftp://192.168.43.1:2222/data/data/com.termux/files/home

sftp – is a protocal

192.16.43.1 – is ip address of oiyshTerminal instance (device)

2222 – is a port on which sshd is working

/data/data/com.termux/files/home – it’s a path where termux home directory is located on your android device. All so known as a $PREFIX in termux shell

Be careful don’t move or delete any files :)


node-RED importing flow

You can make it by entering in web browser address (in my case its): http://192.168.43.1:1880/

You will enter node-RED web page.

In top right corner you can find menu button (tree horizontal bars) > Import or press CRTL + I

You will see an Import nodes window

Paste json string in to big multi line text entry.

If it’s required select below “current flow” or “new flow” and

confirm by pressing Import button located lower on right.

Clone this wiki locally