Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
echo
2016-02-16 09:57:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
40b14487bc765f4e19b5b1e97c8cfeaed0bec254
40b14487
1 parent
9a6d6ad7
Updated 远程教学相关文档 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
远程教学相关文档.md
远程教学相关文档.md
View file @
40b1448
##
通信协议
##
消息定义
采用Json格式发送命令信息
通用的命令信息应该包括type键值对以区分不同的命令。
### 流程相关消息
[
详细内容
](
远程教学之流程消息
)
*
启动课程
*
command = prepareCourse
*
resourceInfo = 本课需要下载的资源列表
...
...
@@ -20,8 +20,13 @@
### 页面动作相关消息
[
详细内容
](
远程教学之页面动作消息
)
页面动作相关消息应该附加上消息在页面内的操作序号,通过客户端逻辑保证教师版和学生版的操作顺序一致。
### 画板相关消息
### 回答相关消息
\ No newline at end of file
[
详细内容
](
远程教学之画板相关消息
)
### 回答相关消息
[
详细内容
](
远程教学之回答相关消息
)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment