Skip to content

Connect to a Remote Raspberry Pi over 3G cellular modem from the browser

Notifications You must be signed in to change notification settings

colloqi/rpi-remote-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rpi-remote-ssh

Connect to a Remote Raspberry Pi over 3G cellular modem from the browser

Based on, term.js, pty modules.

#HOW TO

On your development mc/ or Server.
  • cd rpi-remote-ssh/termjs.
  •  ```$ node server.js 7777``` (Use any free port),
    
  •  Don't forget to enable port forwarding if you are sitting behind NAT
    
Client

Keep your raspberry pi device connected to internet using wvdial.

  • git clone https://github.com/ariemtech/rpi-remote-ssh.
    
  • cd rpi-remote-ssh
  • npm install
  • ```$ node sshclient.js myserverip-or-domainname 7777```
    
  • This will start the client and is now ready to connect to the server.
Browser

Would you like to know about our Raspberry pi Digital Signage solution, visit www.pisignage.com

About

Connect to a Remote Raspberry Pi over 3G cellular modem from the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published