Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openluat/luatos
LuatOS -- Powerful embedded Lua Engine for IoT devices, with many components and low memory requirements (16K RAM, 128K Flash)
https://github.com/openluat/luatos
4g-lte air101 air103 air105 air600e air601 air780e air780eg esp32c3 lua luatos nbiot rtos wifi
Last synced: about 1 month ago
JSON representation
LuatOS -- Powerful embedded Lua Engine for IoT devices, with many components and low memory requirements (16K RAM, 128K Flash)
- Host: GitHub
- URL: https://github.com/openluat/luatos
- Owner: openLuat
- License: mit
- Created: 2019-12-27T08:29:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T22:57:23.000Z (7 months ago)
- Last Synced: 2024-04-14T16:07:30.692Z (7 months ago)
- Topics: 4g-lte, air101, air103, air105, air600e, air601, air780e, air780eg, esp32c3, lua, luatos, nbiot, rtos, wifi
- Language: C
- Homepage: https://wiki.luatos.com
- Size: 267 MB
- Stars: 432
- Watchers: 20
- Forks: 98
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![star](https://gitee.com/openLuat/LuatOS/badge/star.svg?theme=gvp)](https://gitee.com/openLuat/LuatOS/stargazers)
[![fork](https://gitee.com/openLuat/LuatOS/badge/fork.svg?theme=gvp)](https://gitee.com/openLuat/LuatOS/members)
[![license](https://img.shields.io/github/license/openLuat/LuatOS)](/LICENSE)LuatOS : Powerful embedded Lua Engine for IoT devices, with many components and low memory requirements (16K RAM, 128K Flash)
强大的Lua引擎, 为mcu和物联网设备高度优化, 支持众多组件, 非常低的内存需求(最低16K RAM, 128K Flash).
## 快速入门
1. 使用或购买支持的开发板
* [Air780EPV-4G Cat.1开发板](https://luat.taobao.com)
* [Air780E-4G Cat.1开发板](https://luat.taobao.com)
* [PC - 无需开发板的模拟器](https://gitee.com/openLuat/luatos-soc-pc)
2. 掌握[刷机](https://wiki.luatos.com/boardGuide/flash.html)
3. 尝试[各种demo](https://gitee.com/openLuat/LuatOS/tree/master/demo), 浏览[API](https://wiki.luatos.com/api/index.html), [30分钟入门lua语法(视频)](https://www.bilibili.com/video/BV1vf4y1L7Rb?spm_id_from=333.999.0.0)
4. 愉快地写业务代码## 资料大全
* [wiki@luatos](https://wiki.luatos.com)
* [LuatOS文档池](https://gitee.com/openLuat/luatos-doc-pool)## 授权协议
[MIT License](LICENSE)
```lua
print("感谢您使用LuatOS ^_^")
print("Thank you for using LuatOS ^_^")
```