All Projects → At_device → Similar Projects or Alternatives

1182 Open source projects that are alternatives of or similar to At_device

Iot cloudcloud
Stars: ✭ 26 (-80.88%)
Mutual labels:  iot, esp8266
Wirehome.core
Wirehome.Core is a home automation system written in C# targeting .NET Core. It runs on Linux, Windows and macOS.
Stars: ✭ 180 (+32.35%)
Mutual labels:  iot, esp8266
Espmqttclient
Wifi and MQTT handling for ESP8266 and ESP32
Stars: ✭ 169 (+24.26%)
Mutual labels:  iot, esp8266
Espui
A simple web user interface library for ESP32 and ESP8266
Stars: ✭ 330 (+142.65%)
Mutual labels:  iot, esp8266
Esp8266 Wifi Socket
Custom SW for the OBI "Wifi Stecker Schuko"
Stars: ✭ 55 (-59.56%)
Mutual labels:  esp8266, socket
Esp8266 aliyun mqtt app
基于ESP8266官方SDK快速接入阿里云物联网平台
Stars: ✭ 81 (-40.44%)
Mutual labels:  iot, esp8266
Awtrix1.0
(Outdated) Smart RGB Matrix Clock
Stars: ✭ 99 (-27.21%)
Mutual labels:  iot, esp8266
Thingspeak Arduino Examples
Arduino Sketches that use ThingSpeak Web Services and API
Stars: ✭ 113 (-16.91%)
Mutual labels:  iot
Esp wifimanager
This is an ESP32 / ESP8266 WiFi Connection Manager with fallback web configuration portal. Use this library for configuring ESP32, ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson 6.0.0+ as well as 5.13.5- .
Stars: ✭ 125 (-8.09%)
Mutual labels:  esp8266
Tls Channel
A Java library that implements a ByteChannel interface over SSLEngine, enabling easy-to-use (socket-like) TLS for Java applications.
Stars: ✭ 113 (-16.91%)
Mutual labels:  socket
Opc
OPC DA client in Golang for monitoring and analyzing process data based on Windows COM.
Stars: ✭ 113 (-16.91%)
Mutual labels:  iot
Googleserialport
Android串口通信:抱歉,学会它真的可以为所欲为 ! ! !
Stars: ✭ 130 (-4.41%)
Mutual labels:  iot
Clusterduck Protocol
Firmware for an ad-hoc mesh network of Internet-of-Things devices based on LoRa (Long Range radio) that can be deployed quickly and cheaply.
Stars: ✭ 122 (-10.29%)
Mutual labels:  iot
Particle Api Js
JS Library for the Particle API
Stars: ✭ 112 (-17.65%)
Mutual labels:  iot
Ni Pyt
Materiály k předmětu NI-PYT na FIT ČVUT
Stars: ✭ 112 (-17.65%)
Mutual labels:  esp8266
Espasyncwifimanager
Port WiFiManager to ESP Async Server
Stars: ✭ 123 (-9.56%)
Mutual labels:  esp8266
Yaota8266
Yet another OTA solution for ESP8266, this time supporting large (>512KB) firmwares even on 1MB devices (repo is rebased)
Stars: ✭ 112 (-17.65%)
Mutual labels:  esp8266
Iot Technical Guide
🐝 IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 ✨ ✨ ✨ (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型,Protobuf, PostgreSQL, MongoDB, Spring Security, OAuth2, RuleEngine, Kafka, Docker)
Stars: ✭ 2,334 (+1616.18%)
Mutual labels:  iot
Elegantota
Push OTAs to ESP8266 or ESP32 Elegantly.
Stars: ✭ 128 (-5.88%)
Mutual labels:  esp8266
Socket
Non-blocking socket and TLS functionality for PHP based on Amp.
Stars: ✭ 122 (-10.29%)
Mutual labels:  socket
Ios Rn Sdk
Works with mijia
Stars: ✭ 111 (-18.38%)
Mutual labels:  iot
Mqtt433gateway
MQTT 433.92 MHz radio-frequency device gateway
Stars: ✭ 111 (-18.38%)
Mutual labels:  esp8266
Nodemanager
Plugin for a rapid development of battery-powered sensors
Stars: ✭ 122 (-10.29%)
Mutual labels:  iot
React Socket Io
A react provider for socket.io, http://socket.io/
Stars: ✭ 111 (-18.38%)
Mutual labels:  socket
Xiaomi Flower Care Api
Xiaomi Flower Care (MiFlora) API wrapper.
Stars: ✭ 111 (-18.38%)
Mutual labels:  iot
Ai tips esp8266
Code from my "ESP8266 Tips & Tricks" tutorial series on YouTube.
Stars: ✭ 129 (-5.15%)
Mutual labels:  esp8266
Water Monitoring System
Water Monitoring System is an IOT based Liquid Level Monitoring system that has mechanisms to keep the user alerted in case of liquid overflow or when tank depletes.
Stars: ✭ 122 (-10.29%)
Mutual labels:  iot
Homekit Ws2812b Controller
ESP8266 based  Homekit controller for WS2812B lightstrips with WS2812FX support🌈
Stars: ✭ 110 (-19.12%)
Mutual labels:  esp8266
Paho.mqtt.java
Eclipse Paho Java MQTT client library. Paho is an Eclipse IoT project.
Stars: ✭ 1,620 (+1091.18%)
Mutual labels:  iot
Go Netstat
A netstat implementation written in Go
Stars: ✭ 121 (-11.03%)
Mutual labels:  socket
Button2
Arduino Library to simplify working with buttons. It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing.
Stars: ✭ 109 (-19.85%)
Mutual labels:  esp8266
React Native Smartconfig
A React Native module for ESP8266 Smartconfig
Stars: ✭ 109 (-19.85%)
Mutual labels:  esp8266
Minigrafx
ESP8266 graphics library
Stars: ✭ 135 (-0.74%)
Mutual labels:  esp8266
Iobroker.docker
Official Docker Image for ioBroker
Stars: ✭ 133 (-2.21%)
Mutual labels:  iot
Socketpushclient
最近项目中要求做推送,基于内网的。由于工期不是很紧,需求不是很严格,所以放弃了使用三方的推送框架,基于Socket自己写了消息推送功能(服务端+android端)。服务器端使用java,客户端使用Android。本人是做Android开发的,所以demo重点介绍客户端的一些代码,包括Socket的TCP长连接及发消息,Service如何不被轻易杀死,通过aidl实现界面实时与Service的通信,可以在界面上控制Socket的连接与断开以及发消息,并采用了Parcelable对象实现aidl传参
Stars: ✭ 129 (-5.15%)
Mutual labels:  socket
Awesome Micropython
Curated list of awesome MicroPython resources
Stars: ✭ 120 (-11.76%)
Mutual labels:  iot
Espway
Segway-like robot implemented on ESP8266
Stars: ✭ 109 (-19.85%)
Mutual labels:  esp8266
Taira
一个 byte 序列化库,助力使用 byte 协议的解析和生成。
Stars: ✭ 121 (-11.03%)
Mutual labels:  iot
Awesome Iota
A community driven list of useful IOTA blogs, articles, videos and tools.
Stars: ✭ 109 (-19.85%)
Mutual labels:  iot
Mjs
Embedded JavaScript engine for C/C++
Stars: ✭ 1,547 (+1037.5%)
Mutual labels:  esp8266
Socketdemo
创建热点发送文件,让另一台手机连接热点接收文件
Stars: ✭ 129 (-5.15%)
Mutual labels:  socket
Esp8266
Collection of projects for the WeMos Mini D1
Stars: ✭ 120 (-11.76%)
Mutual labels:  esp8266
Pysocket
PySocket ,一个通过猴子补丁(monkey patch)动态修改 socket 的项目。在不修改源码的情况下给 socket 增加一些诸如限制客户端数量、前置代理之类的功能。让我们将 Monkey Patch 进行到底吧!
Stars: ✭ 108 (-20.59%)
Mutual labels:  socket
Esparto
Esparto v3.3 is a rapid development framework, synchronous task queue and GPIO manager with web UI for ESP8266 devices
Stars: ✭ 108 (-20.59%)
Mutual labels:  esp8266
Clusterws Client Js
🔥 JavaScript Client for ClusterWS - lightweight, fast and powerful framework for building scalable WebSocket applications in Node.js.
Stars: ✭ 120 (-11.76%)
Mutual labels:  socket
Samples
🍬 Code samples from the nanoFramework team used in testing, proof of concepts and other explorational endeavours
Stars: ✭ 108 (-20.59%)
Mutual labels:  iot
Samsara
Samsara is a real-time analytics platform
Stars: ✭ 132 (-2.94%)
Mutual labels:  iot
Async Sockets Cpp
Simple thread-based asynchronous TCP & UDP Socket classes in C++.
Stars: ✭ 127 (-6.62%)
Mutual labels:  socket
Embedos
EmbedOS - Embedded security testing virtual machine
Stars: ✭ 108 (-20.59%)
Mutual labels:  iot
Core
🏡 Open source home automation that puts local control and privacy first.
Stars: ✭ 48,265 (+35388.97%)
Mutual labels:  iot
Sod
An Embedded Computer Vision & Machine Learning Library (CPU Optimized & IoT Capable)
Stars: ✭ 1,460 (+973.53%)
Mutual labels:  iot
Owasp Fstm
The Firmware Security Testing Methodology (FSTM) is composed of nine stages tailored to enable security researchers, software developers, consultants, hobbyists, and Information Security professionals with conducting firmware security assessments.
Stars: ✭ 120 (-11.76%)
Mutual labels:  iot
Esp8266 Wifi Uart Bridge
Transparent WiFi (TCP, UDP) to UART Bridge, in AP or STATION mode
Stars: ✭ 107 (-21.32%)
Mutual labels:  esp8266
Yeelightapi
C# API (.Net) to control Xiaomi Yeelight devices
Stars: ✭ 106 (-22.06%)
Mutual labels:  iot
Keylime
A CNCF Project to Bootstrap & Maintain Trust on the Edge / Cloud and IoT
Stars: ✭ 128 (-5.88%)
Mutual labels:  iot
Zephyr Inside
揭秘 Zephyr OS
Stars: ✭ 119 (-12.5%)
Mutual labels:  iot
Jetlinks Community
JetLinks 基于Java8,Spring Boot 2.x ,WebFlux,Netty,Vert.x,Reactor等开发, 是一个全响应式的企业级物联网平台。支持统一物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,UDP,CoAP,HTTP等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理位置,数据可视化等。能帮助你快速建立物联网相关业务系统。
Stars: ✭ 2,405 (+1668.38%)
Mutual labels:  iot
Swiftsocket
The easy way to use sockets on Apple platforms
Stars: ✭ 1,497 (+1000.74%)
Mutual labels:  socket
Coogleiot
A ESP8266 Library for easy IOT device development
Stars: ✭ 118 (-13.24%)
Mutual labels:  esp8266
Rltm.js
Easily swap realtime providers with a single code base
Stars: ✭ 106 (-22.06%)
Mutual labels:  socket
61-120 of 1182 similar projects