Code Monkey home page Code Monkey logo

tao-lot's Introduction

道LOT tao-lot

道LOT基于树莓派,是史上最简单的物联网系统之一。
道LOT基于springboot,自动打TCP隧道,也就是让用户可以远程点对点操作物联网设备。
道LOT通过application.properties配置文件进行配置,配置tcp隧道端口如下

upnp.externalPort=8088

道LOT启动并成功打通TCP隧道后,会自动发有奖把树莓派设备的公网ip与映射端口号到到指定的邮箱,配置如下:

spring.mail.host= smtp.qq.com
spring.mail.port= 465
spring.mail.username = [email protected]
spring.mail.password = xxxxxxxxxxxxxxx

道LOT利用Pi4j来控制树莓派,非常简单。可参考 pi4j
道LOT的Controller是个简单的例子,主要功能有查看TCP映射信息与打开关闭led灯泡。用户可以很方便的进行扩展。
最后附上架构图 架构

tao-lot's People

Contributors

supermax197 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.