IEC Type 4 is an Akraino approved blueprint and part of Akraino Edge Stack. The project is focused on AR VR applications running on edge.
...
In general, there are multiple use cases for AR VR itemized below. For Release 2, we focus on building the infrastructure and virtual classroom application (Highlighted in dark purple color).
Virtual Classroom is a basic app that allows you to live a virtual reality experience simulating a classroom with teachers and students.
UseCases | Value Proposition |
Operation Guidance | Predict the next step for the operations(like assembling Lego blocks, cooking sandwiches, etc) and help people to achieve a goal. |
Virtual Classroom | Simulating a virtual classroom, which improves online education experiences for the teachers and students. |
Sports Live | Augment and simulate the sports live, which gives the audiences an amazing immersive watching experience. |
Gaming | Augment and simulate the game scenario, let players enjoy an immersive game world. |
...
三个优化点:
1) 高性能的RPC协议
2) Tars轻量化裁剪
3)IEC+TarsTo address the requirements of time-critical Application, some optimizations are itemized below:
- High Perform RPC Call: Tars Framework supports Tars Protocol. In terms of the details of Tars Protocol, pls refer to https://cloud.tencent.com/developer/article/1381515
- Lightweight framework:
- To make Tars can be well deployed on the edge computing platform, we make the framework pluggable. The customer plugin the pluggable components when we really need it. Unnecessary components can be avoided.
- Rewrite some functions(like scale-out, monitor and so on) to reduce CPU consumption.
- Orchestrate no-urgent data calculation from edge to DC(or higher level edge). Reduce resource consumption.
- The integration of IEC and Tars
Main Progresses for Release 2
...