become-cool/beshell-mg

1.0.0

Latest
uploaded 6 days ago
Mongoose networking library wrapper for BeShell

readme

这是嵌入式 JavaScript 框架 BeShell 的 Mongoose (version: ) 网络库模块。

已经实现的JS接口:

* HTTP (http/https)
* WebSocket (ws/wss)
* MQTT (mqtt/mqtts)
* SNTP
* DNS

## 快速开始

#### 1. 命令行安装

```
idf.py add-dependency beshell-mg
```

#### 2. 配置文件

也可以使用配置文件声明依赖。

在项目的 `main` 目录( idf_component_register所在目录下 )下建立文件 `idf_component.yml`:

```yml
name: "YourProjectName"
dependencies:
  become-cool_beshell-mg:
    version: ">=1.0.0"
```


然后重新编译项目,idf 构建工具会自动下载 beshell 和 beshell-mg 存放到 `managed_components` 


Links

Supports all targets

License: LGPL

To add this component to your project, run:

idf.py add-dependency "become-cool/beshell-mg^1.0.0"

or download archive

Stats

  • Archive size
    Archive size ~ 252.26 KB
  • Downloaded in total
    Downloaded in total 1 time
  • Downloaded this version
    This version: 1 time

Badge

become-cool/beshell-mg version: 1.0.0
|