Update README

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
Jianhui Zhao
2020-02-09 15:16:02 +08:00
parent 7763c9396b
commit 2b705fc381
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -23,7 +23,6 @@
[mbedtls(polarssl)]: https://github.com/ARMmbed/mbedtls
[CyaSSl(wolfssl)]: https://github.com/wolfSSL/wolfssl
[vue]: https://github.com/vuejs/vue
[iview]: https://github.com/iview/iview
[server]: https://github.com/zhaojh329/rttys
![](https://raw.githubusercontent.com/zhaojh329/rtty/doc/rtty.png)
@@ -31,7 +30,7 @@
![](https://raw.githubusercontent.com/zhaojh329/rtty/doc/file.gif)
It is composed of a client and a [server]. The client is written in pure C. The [server] is written in go language
and the front-end interface is written in [iview] & [Vue].
and the front-end interface is written in [Vue].
You can access your device's terminal from anywhere via the web. Differentiate your different device by device ID.
+1 -2
View File
@@ -23,14 +23,13 @@
[mbedtls(polarssl)]: https://github.com/ARMmbed/mbedtls
[CyaSSl(wolfssl)]: https://github.com/wolfSSL/wolfssl
[vue]: https://github.com/vuejs/vue
[iview]: https://github.com/iview/iview
[服务端]: https://github.com/zhaojh329/rttys
![](https://raw.githubusercontent.com/zhaojh329/rtty/doc/rtty.png)
![](https://raw.githubusercontent.com/zhaojh329/rtty/doc/screen.gif)
![](https://raw.githubusercontent.com/zhaojh329/rtty/doc/file.gif)
它由客户端和[服务端]组成。客户端采用纯C实现。[服务端]采用GO语言实现,前端界面采用[iview]和[vue]实现。
它由客户端和[服务端]组成。客户端采用纯C实现。[服务端]采用GO语言实现,前端界面采用[vue]实现。
您可以在任何地方通过Web访问您的设备的终端。通过设备ID来区分您的不同的设备。