1 Star 0 Fork 5

wanggn / iot

forked from phodal / iot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

#文档#

最小物联网系统文档

##HTTP vs CoAP

现有的这个版本是HTTP版,目前的CoAP版正在开发中,欢迎加入。

https://github.com/gmszone/iot-coap

#Minimum Internet of Things# A Minimum IOT with arduino and raspberry pi.

一个最小的物联网系统设计方案及源码

android/ 一个最小的Android程序实例
rest/ PHP Laravel Framework to create RESTful API
python/ 简单的pyhon示例
hardware/  硬件串口通信收集
 -/ arduino Arduino板
doc/  文档 简介ppt nginx配置 系统框架图
dashboard/ 基于ruby框架dashing的dashboard

##简要的初始化代码说明## 代码中因为有两个子模块,即Android与REST,Android是一个简单的Android程序示例,REST作为子模块的原因是考虑到后期会用更简单的源码来替换。但是laravel作为一个运行环境,还是很理想的。

先clone

git clone git@github.com:gmszone/iot.git iot

or

git clone https://github.com/gmszone/iot.git iot

子模块

git submodule init
git submodule update

##系统框架图##

##如何在电脑上测试

  1. 有一个Arduino开发板.

2.将arduino/BareMinimum.ino 烧录到开发板上

  1. 如果用的是Windows系统 需要将get.py中的 /dev/ttyACM0 改为 COM*.

    cd python
    sudo python get.py
  2. 打开 localhost/athome/create to 创建一个数据。打开 /athome/1/edit 编辑状态

  3. 作为测试,你可以访问b.phodal.com

##如何在Android手机上测试

  1. 下载安装 Stay at Home

##交流

QQ群:348100589

##中文文档

一个最小的物联网系统设计方案及源码

最小物联网系统(一)——系统组成

最小物联网系统(二)——RESTful

最小物联网系统(三)——创建RESTful

最小物联网系统(四)——详解Laravel的RESTful

最小物联网系统(五)——Laravel RESTful模板化

最小物联网系统(六)——Ajax打造可视化

最小物联网系统(七)——与服务器通讯

最小物联网系统(八)——与单片机通讯

最小物联网系统(九)——Android客户端

最小物联网系统设计——给Laravel添加测试

最小物联网系统——Dashboard

Liscense

© 2014 Phodal Huang. This code is distributed under the MIT license.

Copyright (c) 2014 Phodal Huang, http://www.phodal.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

开源最小物联网系统 展开 收起
JavaScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/wanggn/iot.git
git@gitee.com:wanggn/iot.git
wanggn
iot
iot
master

搜索帮助