All Projects → aliyun → Iotkit Embedded

aliyun / Iotkit Embedded

Licence: apache-2.0
高速镜像: https://code.aliyun.com/linkkit/c-sdk

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Iotkit Embedded

Aliyungo
Go SDK for Aliyun (Alibaba Cloud) - Golang API for ECS, OSS, DNS, SLB, RDS, RAM, MNS, STS, SLS, MQ, Push, OpenSearch, DM, Container Service etc.
Stars: ✭ 756 (+63.99%)
Mutual labels:  aliyun, sdk
Yunqi Iot Demo
阿里云IoT物联网套件开发实战
Stars: ✭ 101 (-78.09%)
Mutual labels:  aliyun, iot
Alibaba Cloud Sdk Go
Alibaba Cloud SDK for Go
Stars: ✭ 876 (+90.02%)
Mutual labels:  aliyun, sdk
Iot Python
Client libraries and samples for connecting to IBM Watson IoT using Python 2.7 and 3.x
Stars: ✭ 183 (-60.3%)
Mutual labels:  sdk, iot
Openapi Sdk Php Client
Official repository of the Alibaba Cloud Client for PHP
Stars: ✭ 206 (-55.31%)
Mutual labels:  aliyun, sdk
Parse Embedded Sdks
The Embedded SDKs for the Parse Platform
Stars: ✭ 244 (-47.07%)
Mutual labels:  sdk, iot
Esp8266 aliyun mqtt app
基于ESP8266官方SDK快速接入阿里云物联网平台
Stars: ✭ 81 (-82.43%)
Mutual labels:  aliyun, iot
Parse Sdk Arduino
The Arduino SDK for the Parse Platform
Stars: ✭ 59 (-87.2%)
Mutual labels:  sdk, iot
Aliyun Ons
☁️ SDK of Node.js for Aliyun ONS. 🚀
Stars: ✭ 151 (-67.25%)
Mutual labels:  aliyun, sdk
Ali Oss
Aliyun OSS(open storage service) JavaScript SDK for the browser and Node.js
Stars: ✭ 1,579 (+242.52%)
Mutual labels:  aliyun, sdk
Iot Nodejs
Client libraries and samples for connecting to IBM Watson IoT using nodejs
Stars: ✭ 170 (-63.12%)
Mutual labels:  sdk, iot
Azure Iot Sdk C
A C99 SDK for connecting devices to Microsoft Azure IoT services
Stars: ✭ 412 (-10.63%)
Mutual labels:  sdk, iot
Esp8266 Firmware
DeviceHive esp8266 firmware. Control hardware via clouds with DeviceHive!
Stars: ✭ 154 (-66.59%)
Mutual labels:  sdk, iot
Aliyun Sdk Js
阿里云 SDK for Javascript,支持在浏览器和 Nodejs 环境使用,支持大部分阿里云服务。
Stars: ✭ 727 (+57.7%)
Mutual labels:  aliyun, sdk
Iotplatform
An open-source IoT platform that enables rapid development, management and scaling of IoT projects. With this IoT platform, you are able to: 1) Provision and control devices, 2) Collect and visualize data from devices, 3) Analyze device data and trigger alarms, 4) Deliver device data to other systems, 5) Enable use-case specific features using customizable rules and plugins.
Stars: ✭ 82 (-82.21%)
Mutual labels:  sdk, iot
Waliyun
阿里云Node.js Open API SDK(完整版)
Stars: ✭ 40 (-91.32%)
Mutual labels:  aliyun, sdk
Milo
Eclipse Milo™ - an open source implementation of OPC UA (IEC 62541).
Stars: ✭ 587 (+27.33%)
Mutual labels:  sdk, iot
Worldpay Within Sdk
Worldpay Within SDK to allow payments within IoT. Written in Go.
Stars: ✭ 12 (-97.4%)
Mutual labels:  sdk, iot
Ali Mns
The nodejs sdk for aliyun mqs service
Stars: ✭ 107 (-76.79%)
Mutual labels:  aliyun, sdk
Decentralized Internet
A SDK/library for decentralized web and distributing computing projects
Stars: ✭ 406 (-11.93%)
Mutual labels:  sdk, iot

用户手册

https://code.aliyun.com/edward.yangx/public-docs/wikis/user-guide/Linkkit_User_Manual

C-SDK 简介

设备厂商在设备上集成 C-SDK 后, 可以将设备安全的接入到阿里云IoT物联网平台, 从而使设备可以被阿里云IoT物联网平台进行管理

设备需要支持TCP/IP协议栈或串口通信, 以及C99标准的C库才能集成SDK, zigbee/433/KNX这样的非IP设备需要通过网关设备接入到阿里云IoT物联网平台, 网关设备需要集成C-SDK

快速开始

用户可以通过快速的体验C-SDK感受如何将设备连接到阿里云物联网平台, 并如何将设备的数据发送到平台/以及如何从物联网平台接收数据

移植说明

C-SDK与OS/硬件平台无关, 全部部分用C编写, 它定义了HAL层来对接与硬件相关的功能, 因此在使用C-SDK时用户需要去实现相关的HAL函数

目前C-SDK已实现了在Linux/Windows/AliOS上HAL的实现, 同时对于一些常见的OS或者模组也进行了适配, 可以访问此处查看如何在相应平台上进行SDK的编译与集成

编程文档

SDK提供了一系列的编程文档来描述如何使用SDK提供的软件功能, 请访问此处进行了解

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].