Skip to content

U2Box/PiBox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiBox

PiBox is a web control Interface.
http://wzyy2.github.io/PiBox

Usage

See these steps for a build guide(cd Pibox).
Get source from.....
First install the dependencies:

sudo apt-get install python-pip python-dev build-essential  libjsoncpp-dev python-pil
sudo apt-get install python-setuptools
sudo pip install Django==1.6.6
sudo apt-get install scons

Then run building script:

sudo sh ./install_source.sh
sudo sh ./install_env.sh

Start and stop scripts:

sudo sh ./start.sh 
sudo sh ./stop.sh

After run the start script,open your browser and go to the URL:

http://192.168.10.105(your board's ip):8000

(File browser use /home/shares)

uninstall and reinstall: delete the folder and do these steps again.

Feature

  • File Browser.
  • Web ssh.
  • yyaw and aria2 control(need aria2 installed).
  • host status monitor.
  • webcam snapshot.
  • GPIO control(uncomplete,and only for raspberry pi).
  • more here

License

PiBox is free software;you can redistribute it and/or modify it under terms of the GNU General Public License version 2 as published by the Free Software Foundation.

PS

If you want more background on how it works,create an issue or email me:-).

FAQ

Chinese

介绍

写这个PiBox的初衷是现在智能硬件的概念很火,打着家庭网关称号的路由器层出不穷,什么智能家居拉,带摄像头拉,控制家电拉,做小车阿,作者也手痒,于是就着手开始做这么一个web base的嵌入式交互应用(好文绉绉..).

Details

PiBox由两部分组成,分别是c++程序和django的web界面,两者之间通过socket通信,之所以这样做也是为了确保功能的灵活性,c++能实现更多的功能.
如果要扩展应用,可以参考examples-app的写一个程序放到APP文件夹,见example-app的readme.

Image

image image

Phone

image

About

PiBox is an Smart Home demo(A web control Interface) in Raspberry Pi,.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 68.7%
  • CSS 17.1%
  • C++ 9.1%
  • Python 4.3%
  • C 0.5%
  • Shell 0.2%
  • PHP 0.1%