1. Features
- [Input] Visitor List, Avatar Arrival List, Avatar Leaving List
- [Output] Visitor List, Avatar Arrival List, Avatar Leaving List, Area List
- Manages area list: short names and area boundary
- Generates area sync messages to downstream servers.
- It pass-through other messages incoming, without processing.
2. What is this stuff for?
Area Detector(AD) is a part of "Flex Cube System(FCS)". FCS is a system for detecting and tracking
and analyzing visitors within your parcel. FCS consists of multiple "Cube". Each cube have a particular role, such
as detecting areas or analizing or notifying.
This server manages area list, which includes area short name and area boundary position. And this server
detects positions of each visitors and append message with a area short name so that VR(Visitor Remote) HUD
can show where each visitors stays in.
<< Visitor List Message Before Processing >>
VisitorList
1622467932
9161
1/1
ava_id,disp_name,user_name,landing_pos,current_pos,arrival_time
f4656e93-a196-4bfd-ba64-bb07866146f0 Nagmo nagmo.dover <79,210,3700> <80,205,3700> 1622462547
<< Visitor List Message After Processing >>
VisitorList
1622467932
9161
1/1
ava_id,disp_name,user_name,landing_pos,current_pos,arrival_time,landing_area,current_area
f4656e93-a196-4bfd-ba64-bb07866146f0 Nagmo nagmo.dover <79,210,3700> <80,205,3700> 1622462547 ws ws
- Manages area list: short names and area boundary
- Generates area sync messages to downstream servers.
- It pass-through other messages incoming, without processing.
- Supports tranparency(0%-100%)