Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.
/ Raspi-Control Public archive

A Node.js app that let's you control your Raspberry Pi remotely

Notifications You must be signed in to change notification settings

MaxAtoms/Raspi-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspi-Control

A Node.js app that let's you control your Raspberry Pi remotely

Screenshot ot the Raspi-Control webinterface

Installation guide

1.Clone the repo

  1. Edit the top of the index.js file so that it fits to your configuration:
var host = 'IPOFTHERASPBERRY',
	port = SSHPORT,
	user = 'USERNAME',
	password = 'PASSWORD';
  1. Execute the following:
cd Raspi-Control
npm install
node index.js

You should now be able to access the control panel via another computer on the network:

IPoftheRaspberry:2000

About

A Node.js app that let's you control your Raspberry Pi remotely

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published