Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/modouwifi/md
魔豆路由器命令行客户端
https://github.com/modouwifi/md
Last synced: 3 months ago
JSON representation
魔豆路由器命令行客户端
- Host: GitHub
- URL: https://github.com/modouwifi/md
- Owner: modouwifi
- Created: 2014-07-08T16:32:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-24T15:17:43.000Z (over 10 years ago)
- Last Synced: 2024-07-16T14:04:01.308Z (4 months ago)
- Language: Go
- Homepage:
- Size: 566 KB
- Stars: 4
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security.go
Awesome Lists containing this project
README
md (开发中)
===========__md__ 是魔豆路由器的一个命令行客户端,使用 Go 语言进行开发,快速、简单、跨平台。
使用了魔豆路由器 [API](https://github.com/modouwifi/modouwifi-api)。### 使用
```
$ md [options] [arguments]
$ md help
$ md help
$ md system
```### 命令
* `login`
* `system`
* `security`
* `wan`
* `wifi`
* `lan`
* `devices`
* `apps`
* `apps :appId` - 通过`id`,查询应用的最新信息
* ...### To Do List
* 支持多个魔豆路由器
* ...