Skip to content

TeenCoder159/remote-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Remote-terminal is an alternative to ssh

The program on the RPI listens for incoming connections (using TcpStreams / listeners) and allows you to run commands. The code is still a bit wonky so I need to work on it a bit more, but its usable to a certain extent right now.

Usage:

  1. Clone down the repo (on both your RPI and Client side machine)
  2. cd into the rpi-side dir or the client-side on the respective devices
  3. Set the environment variable RPI to the IP address of your RPI and the port you want to use on both devices
  4. Cargo run on the RPI BEFORE running cargo run on the Client device
  5. Now you can do commands (As of now only commands that give an output and no running dual commands with &&)

About

A remote-terminal for my RPI, connect with your RPI using TCPStreams instead of SSH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages