Loading...
Loading...
End-to-end IoT platform providing million-scale device connectivity, real-time messaging, OTA firmware upgrades, and AI-powered analytics for enterprises
Cloud-native IoT platform designed for million-scale devices with full-stack high availability
Click each layer for technical details
High-performance MQTT broker cluster supporting million-level concurrent connections with JWT authentication and ACL access control
Distributed message queue with multi-topic layering for device events, control commands, OTA status, and binding events
Helm Chart orchestration, HPA auto-scaling 3~20 Pods, Istio service mesh
Sleep staging · Anomaly detection · Adaptive adjustment · Health alerts with edge-cloud collaboration
Phased canary rollout 10%→30%→100%, differential update packages, one-click rollback
Time-series data storage with 30s→5min→1h three-level downsampling and real-time sensor data ingestion
Service mesh with mTLS encrypted communication, traffic management, circuit breaking, and canary deployment
Full-stack monitoring + Grafana dashboards, multi-level alerting with Feishu/DingTalk/Email notifications
不只是提供平台,而是交付完整的 IoT 接入能力
从设备端 C SDK、移动端 RN SDK 到服务端架构全栈自研,无第三方 IoT 平台依赖,灵活可控。
vs. 阿里云 IoT / AWS IoT 绑定接入层采用 Adapter 模式,EMQX / AWS IoT Core / 阿里云 IoT 可插拔切换,支持私有化部署。
vs. 单一云厂商锁定架构设计目标百万设备并发在线,已完成压力测试验证,消息延迟 <10ms。
vs. 创业团队未经验证一机一密 + X.509 证书 + JWT Token + L0~L4 五级密钥分级 + 90天自动轮转。
vs. 基础安全方案10%→30%→100% 阶段式灰度推送,差分升级包,一键回滚,不达标自动暂停。
vs. 广播式全量升级交付 C SDK 二进制+头文件、RN SDK、API 文档、Grafana 看板,不只卖平台,交付能力。
vs. SaaS 只提供控制台Customized IoT connectivity solutions for device manufacturers across industries
Device-side and mobile SDKs to accelerate IoT connectivity for your products
/* Device C SDK Example */
#include "puyue_iot.h"
void on_message(const char* topic, const uint8_t* payload, size_t len) {
printf("Received: %.*s\n", (int)len, payload);
}
int main() {
puyue_device_t* dev = puyue_init("device_001", "secret_xxx");
puyue_set_callback(dev, on_message);
puyue_connect(dev); // Auto TLS auth
puyue_publish(dev, "/device/data", "{\"temp\": 25.6}");
puyue_loop(dev);
}Lightweight MQTT client for WiFi/4G modules, RAM < 512KB, delivered as binary + header files
Cross-platform mobile SDK, compatible with iOS 14+ / Android 8+, offering MQTT client and API wrappers
Open RESTful APIs for enterprise system integration with AppKey + HMAC signature authentication
Standard Topic naming conventions and message formats for cross-platform, cross-language connectivity
Committed to providing professional one-stop IoT connectivity services for device manufacturers worldwide
Puyue is a technology service company focused on IoT device connectivity platforms. Our core team comes from top-tier internet and IoT companies with extensive experience in building IoT platforms. We help device manufacturers achieve smart upgrades and cloud connectivity at the lowest cost and fastest speed.
Device activation, binding, and control MVP launch
K8s cluster migration, observability, AI analysis engine launch
Completed million-scale device concurrent access stress testing
Continuous investment in R&D to maintain architectural leadership
Deep understanding of customer business scenarios with customized solutions
End-to-end security from design to deployment, production-grade high availability
Standard SDKs and APIs supporting multi-cloud and multi-platform
Get your tailored IoT connectivity solution