All Projects → stewForAni → Lamp

stewForAni / Lamp

Licence: bsd-3-clause
A simple controller of craft lamp for Android.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Lamp

micrOS
micrOS - mini automation OS for DIY projects requires reliable direct communication
Stars: ✭ 55 (-44.44%)
Mutual labels:  socket, wifi
Socketdemo
创建热点发送文件,让另一台手机连接热点接收文件
Stars: ✭ 129 (+30.3%)
Mutual labels:  wifi, socket
Openwisp Firmware
A OpenWRT based firmware to be used with OpenWISP Manager
Stars: ✭ 86 (-13.13%)
Mutual labels:  wifi
Smux
smux is a socket multiplexer written in Golang. It provides fast communication by efficiently a single connection.
Stars: ✭ 97 (-2.02%)
Mutual labels:  socket
Springboot im
使用springboot + nettysocketio开发的一个简易卡牌游戏。主要想了解游戏服务端开发流程,基本逻辑等相关知识和长连接。
Stars: ✭ 94 (-5.05%)
Mutual labels:  socket
Wifi Cracking
Crack WPA/WPA2 Wi-Fi Routers with Airodump-ng and Aircrack-ng/Hashcat
Stars: ✭ 9,546 (+9542.42%)
Mutual labels:  wifi
T Io
解决其它网络框架没有解决的用户痛点,让天下没有难开发的网络程序
Stars: ✭ 1,331 (+1244.44%)
Mutual labels:  socket
Krack Poc
Krack POC
Stars: ✭ 86 (-13.13%)
Mutual labels:  wifi
Find3 Android Scanner
An android app that scans Bluetooth and WiFi for FIND3
Stars: ✭ 99 (+0%)
Mutual labels:  wifi
Deautherdroid
Additional android app for SpaceHunn's ESP8266 DeAuther.
Stars: ✭ 93 (-6.06%)
Mutual labels:  wifi
Wifipassword Stealer
Get All Registered Wifi Passwords from Target Computer.
Stars: ✭ 97 (-2.02%)
Mutual labels:  wifi
Wifi Spam
✉️📡 Spam thousands of WiFi access points with custom SSIDs
Stars: ✭ 92 (-7.07%)
Mutual labels:  wifi
Xr871 Old
XR871 SDK
Stars: ✭ 92 (-7.07%)
Mutual labels:  wifi
Phpforker
A simple Multi-Process programming skeleton written in PHP and learned much from Workerman, which remove the part of Network Event Library. It aims at helping us study PHP Multi-Process programming & find out how Workerman core works.
Stars: ✭ 96 (-3.03%)
Mutual labels:  socket
Workerman
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. PHP>=5.3.
Stars: ✭ 9,617 (+9614.14%)
Mutual labels:  socket
Kitura Net
Kitura networking
Stars: ✭ 98 (-1.01%)
Mutual labels:  socket
Advanced Php
最近打算写一些php一些偏微妙的教程,比如关于多进程、socket等相关,都是自己的一些感悟心得
Stars: ✭ 1,271 (+1183.84%)
Mutual labels:  socket
Wslbridge2
Explore various ways to connect Windows Subsystem for Linux with Windows terminal emulators.
Stars: ✭ 93 (-6.06%)
Mutual labels:  socket
Chat.io
A Real Time Chat Application built using Node.js, Express, Mongoose, Socket.io, Passport, & Redis.
Stars: ✭ 1,325 (+1238.38%)
Mutual labels:  socket
Awtrix1.0
(Outdated) Smart RGB Matrix Clock
Stars: ✭ 99 (+0%)
Mutual labels:  wifi

Lamp

A simple controller of craft lamp for Android.

Intro:

It’s a simple app which can control artificial lights. There is a wifi list on the App’s home page. You can use the wifi of your phone to connect with the lights’wifi module. The data is sent through the Socket in the app, then a new thread is used to monitor the data received by Socket. The data sent are hexadecimal instructions, the specific instructions are set based on the wifi module. Due to privacy, the instruction set has been deleted. You can set your own instruction set. Just copy the code if you need it.(Thanks to my friend Lela for the translation work)

Any suggestion, please send to:[email protected],welcome star and fork. Thank you!

show:

You can see it live downloading this apk

License

BSD 3-Clause License

Copyright (c) 2017, stew
All rights reserved.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].