AliOS Things

AliOS Things latest version: rel_3.0.0. Please go to aliosthings.iot.aliyun.com to get your minimal code.

Pure Nim score 15/100 · last commit 2022-04-13 · 1 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 1
Forks 0
Open Issues 0
Last Commit 2022-04-13
Downloads 0
Last Indexed 2026-09-06 07:39

Installation

nimble install AliOS Things
choosenim install AliOS Things
git clone https://gitlab.com/watched/alibaba/AliOS-Things

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
AliOS Things - - - - - - -

README



[![Join the chat at https://gitter.im/aliosthings/Lobby](https://img.shields.io/gitter/room/aliosthings/Lobby.svg?style=flat-square)](https://gitter.im/aliosthings/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)


EN | 中文

AliOS Things is Alibaba's IoT version of AliOS Family, it was announced in The Computing Conference 2017 in Hangzhou by Alibaba Cloud, and open sourced in 20th, October, 2017 at github:https://github.com/alibaba/AliOS-Things.

Architecture Overview

AliOS Things supports multiple architectures, including ARM, C-Sky, MIPS, RISCV, rl78, rx600, xtensa etc. 200+ AliOS Things certified chips and modules, and 100+ certified sensors.

AliOS Things adapts Layered Architecture and Component Architecture including:

  • BSP: Board Support Package
  • HAL: Hardware Abstraction Layer, includes WiFi, UART, Flash etc.
  • Kernel: includes Rhino RTOS Kernel, VFS, KV Storage, CLI, C++ etc.
  • Network: includes LwIP(Lightweight TCP/IP), uMesh mesh networking stack, BLE(Bluetooth Low Energy), LoRaWan stack, AT Commands Module etc.
  • Security: includes TLS(mbedTLS and cutomized iTLS), ID2, SST(Trusted Storage), Crypto, TEE(Trusted Execution Environment) etc.
  • AOS API: AliOS Things exposed APIs for Application and Middleware
  • Middleware: Alibaba's value-added and commonly seen IoT components, includes Linkkit, OTA(Differential Incremental Security Upgrade), ulog(log service), uData(Sensor Framework), uLocation(Location Framework), WiFi Provision etc.
  • Application: a lot of sample codes

All modules have been organized as Components, Configuring via menuconfig, which enables applications to choose components needed easily.

Documentation

How to contribute

Please refer to Contributing Guideline.

Quick Start by Command Line using Ubuntu Machine

Please refer to Quick Start.

Quick Start by AliOS Studio

AliOS Things uses vscode as IDE, supporting Windows/MAC/Linux. Please refer to AliOS Studio.

IoT Platform

AliOS Things can help you connect your devices to Alibaba Cloud IoT platform more quickly.

Community

License

AliOS Things is released under the Apache 2.0 license