概述
最后更新于:2022-04-01 15:43:03
> 原文出处:https://github.com/phodal/iot
> 作者:[phodal](https://github.com/phodal/)
# 开源物联网系统设计
> 该项目的代码仅供学习,用于产品请使用[Lan](https://github.com/phodal/lan)(Github: [https://github.com/phodal/lan](https://github.com/phodal/lan))
Lan构架
[![Lan架构](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2015-09-25_5604f7414f0d1.jpg)](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2015-09-25_5604f7414f0d1.jpg)
相关文档可以参考这里: [一步步搭建物联网系统](http://designiot.phodal.com/)
系统框架图:
[![Struct](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2015-09-25_5604f74215a2f.jpg)](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2015-09-25_5604f74215a2f.jpg)
[物联网相关资料收集](https://github.com/phodal/awesome-iot)
Android App:《教你设计物联网》
[![Get it on Google Play](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2015-09-25_5604f74315f79.jpg)](https://play.google.com/store/apps/details?id=com.phodal.designiot)
# [](https://github.com/phodal/iot#design-internet-of-things)Design Internet of Things
A Minimum IOT with arduino and raspberry pi.
一个最小的物联网系统设计方案及源码
* android/ 一个最小的Android程序实例
* rest/ PHP Laravel Framework to create RESTful API
* python/ 简单的pyhon示例
* hardware/ 硬件串口通信收集
* doc/ 文档 简介ppt nginx配置 系统框架图
* dashboard/ 基于ruby框架dashing的dashboard
## [](https://github.com/phodal/iot#install)Install
### [](https://github.com/phodal/iot#直接下载)直接下载
已打包好的: [https://github.com/phodal/iot/archive/0.9.5.zip](https://github.com/phodal/iot/archive/0.9.5.zip)
## [](https://github.com/phodal/iot#测试)测试
1.将arduino/BareMinimum.ino 烧录到开发板上
2.执行get.py (ps:如果用的是Windows系统 需要将get.py中的 /dev/ttyACM0 改为 COM*.)
~~~
sudo python python/get.py
~~~
3.打开 http://localhost/athome/create 创建一个数据。打开 http://localhost/athome/1/edit 编辑状态
4.测试网址: [b.phodal.com](http://b.phodal.com/)
## [](https://github.com/phodal/iot#android-示例)Android 示例
[![Android](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2015-09-25_5604f743c707b.png)](https://github.com/phodal/iot/blob/master/doc/images/android.png)
示例界面
[![Android](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2015-09-25_5604f7468a105.jpg)](https://github.com/phodal/iot/blob/master/doc/images/app_demo.jpg)
项目主页: [IoT-Android](https://github.com/phodal/iot-android)
已测支持平台: `HTC G1`,`Motor XT300`,`SONY ST25I`
主要依赖库: `GSON`
1.下载安装 [Stay at Home](https://github.com/phodal/iot-android/raw/master/app/build/apk/app-debug-unaligned.apk)
## [](https://github.com/phodal/iot#论文展示)论文展示
Phodal毕业论文: [https://github.com/phodal/thesis](https://github.com/phodal/thesis)
## [](https://github.com/phodal/iot#交流)交流
QQ群:348100589
## 关于作者
![document/2015-09-25/5604fa1c68db8](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/document_2015-09-25_5604fa1c68db8.png)
[Phodal Huang](https://www.phodal.com/blog/author/root/)
[ThoughtWorks](http://www.thoughtworks.com/careers/browse-jobs) Consultant
[Writer](https://www.phodal.com/literature/) & [Coder](https://www.phodal.com/works) & [Designer](https://www.phodal.com/design)
Contact: [h@phodal.com](mailto:h@phodal.com)
* [Github](https://github.com/phodal)
* [Weibo](http://weibo.com/phodal)
* [Zhihu](http://www.zhihu.com/people/phodal)