Added rnsh to bootstrap console and updated RNS package to 0.5.0
This commit is contained in:
		
							parent
							
								
									a9f7a64887
								
							
						
					
					
						commit
						7a4a73dcef
					
				@ -4,9 +4,10 @@ import sys
 | 
				
			|||||||
import shutil
 | 
					import shutil
 | 
				
			||||||
 | 
					
 | 
				
			||||||
packages = {
 | 
					packages = {
 | 
				
			||||||
    "rns": "rns-0.4.9-py3-none-any.whl",
 | 
					    "rns": "rns-0.5.0-py3-none-any.whl",
 | 
				
			||||||
    "nomadnet": "nomadnet-0.3.5-py3-none-any.whl",
 | 
					    "nomadnet": "nomadnet-0.3.5-py3-none-any.whl",
 | 
				
			||||||
    "lxmf": "lxmf-0.3.1-py3-none-any.whl",
 | 
					    "lxmf": "lxmf-0.3.1-py3-none-any.whl",
 | 
				
			||||||
 | 
					    "rnsh": "rnsh-0.0.12-py3-none-any.whl",
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DEFAULT_TITLE = "RNode Bootstrap Console"
 | 
					DEFAULT_TITLE = "RNode Bootstrap Console"
 | 
				
			||||||
 | 
				
			|||||||
@ -17,11 +17,11 @@ If you do not have access to the Internet, or would prefer to install Nomad Netw
 | 
				
			|||||||
- If you do not have an Internet connection while installing make sure to install the [Reticulum](./s_rns.html) and [LXMF](./s_lxmf.html) packages first
 | 
					- If you do not have an Internet connection while installing make sure to install the [Reticulum](./s_rns.html) and [LXMF](./s_lxmf.html) packages first
 | 
				
			||||||
- Download the [{PKG_BASE_nomadnet}]({ASSET_PATH}{PKG_nomadnet}) package from this RNode and unzip it
 | 
					- Download the [{PKG_BASE_nomadnet}]({ASSET_PATH}{PKG_nomadnet}) package from this RNode and unzip it
 | 
				
			||||||
- Install it with the command `pip install ./{PKG_NAME_nomadnet}`
 | 
					- Install it with the command `pip install ./{PKG_NAME_nomadnet}`
 | 
				
			||||||
- Verify the installed Reticulum version by running `nomadnet --version`
 | 
					- Verify the installed Nomad Network version by running `nomadnet --version`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Online Installation
 | 
					### Online Installation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
If you are connected to the Internet, you can try to install the latest version of Nomad Network via the `pip` package manager.
 | 
					If you are connected to the Internet, you can try to install the latest version of Nomad Network via the `pip` package manager.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Install Nomad Network by running the command `pip install nomadnet`
 | 
					- Install Nomad Network by running the command `pip install nomadnet`
 | 
				
			||||||
- Verify the installed Reticulum version by running `nomadnet --version`
 | 
					- Verify the installed Nomad Network version by running `nomadnet --version`
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										20
									
								
								Console/source/s_rnsh.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								Console/source/s_rnsh.md
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,20 @@
 | 
				
			|||||||
 | 
					[title]: <> (Shell Over Reticulum)
 | 
				
			||||||
 | 
					## Shell Over Reticulum
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The `rnsh` program lets you establish fully interactive remote shell sessions over Reticulum. It also allows you to pipe any program to or from a remote system, and is similar to how the ``ssh`` program works.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Local Installation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					If you do not have access to the Internet, or would prefer to install `rnsh` directly from this RNode, you can use the following instructions.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- If you do not have an Internet connection while installing make sure to install the [Reticulum](./s_rns.html) package first
 | 
				
			||||||
 | 
					- Download the [{PKG_BASE_rnsh}]({ASSET_PATH}{PKG_rnsh}) package from this RNode and unzip it
 | 
				
			||||||
 | 
					- Install it with the command `pip install ./{PKG_NAME_rnsh}`
 | 
				
			||||||
 | 
					- Verify the installed `rnsh` version by running `rnsh --version`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Online Installation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					If you are connected to the Internet, you can try to install the latest version of `rnsh` via the `pip` package manager.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Install `rnsh` by running the command `pip install rnsh`
 | 
				
			||||||
 | 
					- Verify the installed `rnsh` version by running `rnsh --version`
 | 
				
			||||||
@ -18,6 +18,7 @@ You can also download the copy of the [RNode Firmware source-code]({ASSET_PATH}p
 | 
				
			|||||||
<a href="./s_rns.html"><button type="button" id="task-rns">Reticulum</button></a>
 | 
					<a href="./s_rns.html"><button type="button" id="task-rns">Reticulum</button></a>
 | 
				
			||||||
<a href="./s_lxmf.html"><button type="button" id="task-rns">LXMF</button></a>
 | 
					<a href="./s_lxmf.html"><button type="button" id="task-rns">LXMF</button></a>
 | 
				
			||||||
<a href="./s_nn.html"><button type="button" id="task-rns">Nomad Network</button></a>
 | 
					<a href="./s_nn.html"><button type="button" id="task-rns">Nomad Network</button></a>
 | 
				
			||||||
 | 
					<a href="./s_rnsh.html"><button type="button" id="task-rns">RN Shell</button></a>
 | 
				
			||||||
<a href="./s_sideband.html"><button type="button" id="task-rns">Sideband</button></a>
 | 
					<a href="./s_sideband.html"><button type="button" id="task-rns">Sideband</button></a>
 | 
				
			||||||
<a href="./pkg/tncattach.zip"><button type="button" id="task-rns">TNC Attach</button></a>
 | 
					<a href="./pkg/tncattach.zip"><button type="button" id="task-rns">TNC Attach</button></a>
 | 
				
			||||||
</center>
 | 
					</center>
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user