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

Latest commit

 

History

History
25 lines (23 loc) · 566 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 566 Bytes

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