Skip to content

5ouya/raspC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

RaspC is a monitoring tool for the Raspberry Pi based on websockets

features

-realtime ( websockets ) 
-lightweight
-cross-over client support (web brwoser)
-no webserver needed	

Screenshots

####Home Alt text ####Details Alt text ####Services Alt text ####GPIO Alt text ####Auth Alt text

todo

-doc

download

git clone https://github.com/karimo255/raspC

insatll

cd raspC
sudo ./configure
sudo make
sudo make install
sudo make clean 

after installation type on a browser [your-ip or hostname]:7681 

user/pass
	user : admin
	pass : admin

configuration

 Configuration file is /etc/raspC/config.json
 
 You can edit :
   - the GPIO-pins Directions ( input or output) 
   - Ip-whiteist ( accepted IPs)

paths description

Path Description
/ Display global Information about system
/home.html like /
/details.html Display information about hardware,storage,network...
/gpio.html Display the status and modifing the gpio-pins
/services.html Display and start/stop all installed daemons
/auth.html It be will automaticly called if no session running (not logged in)

uninstall

sudo make uninstall

start/stop server

-start
	sudo service raspC start
or
	sudo /etc/init.d/raspC start

-stop
    sudo service raspC stop
    or
    sudo /etc/init.d/raspC stop

-status
    sudo service raspC status
    or
    sudo /etc/init.d/raspC status

About

Monitoring Tool for the Raspberrypi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 67.5%
  • HTML 7.7%
  • JavaScript 5.8%
  • CSS 4.3%
  • CMake 4.2%
  • C++ 3.2%
  • Other 7.3%