Value Platforms M603-001 Set Top Box User Manual

Value Platforms Limited Set Top Box

User Manual

Download: Value Platforms M603-001 Set Top Box User Manual
Mirror Download [FCC.gov]Value Platforms M603-001 Set Top Box User Manual
Document ID2890603
Application IDlWOFTsXUV7HD505J4NJRpw==
Document DescriptionUser Manual
Short Term ConfidentialNo
Permanent ConfidentialNo
SupercedeNo
Document TypeUser Manual
Display FormatAdobe Acrobat PDF - pdf
Filesize30.72kB (383978 bits)
Date Submitted2016-01-29 00:00:00
Date Available2016-01-29 00:00:00
Creation Date2015-11-25 17:02:32
Producing SoftwareMicrosoft® Word 2010
Document Lastmod2015-11-25 17:02:32
Document TitleUser Manual
Document CreatorMicrosoft® Word 2010
Document Author: Yusuke NAKAMURA

M603 設定安装手本
会員サイト機能仕様ドラフト
CONFIDENTIAL
CONFIDENTIAL
FCC STATEMENT:
This device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions:
(1) This device may not cause harmful interference, and
(2) This device must accept any interference received, including interference that may cause undesired
operation.
Warning: Changes or modifications not expressly approved by the party responsible for compliance could
void the user's authority to operate the equipment.
NOTE: This equipment has been tested and found to comply with the limits for a Class B digital device,
pursuant to Part 15 of the FCC Rules. These limits are designed to provide reasonable protection against
harmful interference in a residential installation. This equipment generates uses and can radiate radio
frequency energy and, if not installed and used in accordance with the instructions, may cause harmful
interference to radio communications. However, there is no guarantee that interference will not occur in a
particular installation. If this equipment does cause harmful interference to radio or television reception,
which can be determined by turning the equipment off and on, the user is encouraged to try to correct the
interference by one or more of the following measures:
Reorient or relocate the receiving antenna.
Increase the separation between the equipment and receiver.
Connect the equipment into an outlet on a circuit different from that to which the receiver is connected.
Consult the dealer or an experienced radio/TV technician for help.
FCC Radiation Exposure Statement:
This equipment complies with FCC radiation exposure limits set forth for an uncontrolled environment. This
equipment should be installed and operated with minimum distance 20cm between the radiator & your body.
この資料は、ブリッジ・モーション・トゥモロー株式会社が機密として管理している情報が含まれています。当社から書面による許
諾なく目的外使用又は複製、配布関係者以外への閲覧を禁止します。この情報の管理は機密保持契約に準じて適切に行うよう
依頼します。
This document includes information which is treated as confidential information by BMT Co., Ltd.. Without prior written permission
of this company, no part of this document may be used for other purpose, reproduced, nor inspected. Properly handling of this
document following nondisclosure agreement is required.
ブリッジ・モーション・トゥモロー株式会社 経営管理本部
BMT Co., Ltd. Business Administration Dept.
Copyright(C) 2012- Bridge Motion Tomorrow Co., Ltd. All rights reserved.
ii
CONFIDENTIAL
History Change
date
2014/9/22
name
BMT dev
contents
First Ver
Table of Contents
History Change ............................................................................................................................................... iii
Table of Contents .................................................................................................................................... iii
Product View&Rendering ........................................................................................................................ 4
Network diagram ...................................................................................................................................... 5
3.1
when M603 is the case of a client ................................................................................................................................................ 5
3.2
when M603 is the case of Access point ................................................................................................................................. 5
3.3
General Specifications) ..................................................................................................................................................................... 6
3.3.1 APS Sequence & Setting Data)................................................................................................................................................. 6
3.3.2 Pi-messanger Sequence & Setting Data ............................................................................................................................... 7
Copyright(C) 2012- Bridge Motion Tomorrow Co., Ltd. All rights reserved.
iii
CONFIDENTIAL
Product View & Rendering
show below the Product View & Rendering of the M603
Copyright(C) 2012- Bridge Motion Tomorrow Co., Ltd. All rights reserved.
CONFIDENTIAL
3.1
Network diagram
when M603 is the case of client
The Internet
LAN
Access point
VOD Server
M603
HDMI
M603 get the VOD data over wireless LAN from VOD server
3.2
when M603 is the case of
Access point
The Internet
LAN
M603
VOD Server
Tablet
HDMI
Access point
access to wireless LAN from Tablet using the M603 Access Point function
M603 get the VOD data over LAN from VOD server
Copyright(C) 2012- Bridge Motion Tomorrow Co., Ltd. All rights reserved.
CONFIDENTIAL
4.1
General Specifications)
APS Sequence & Setting Data)
4.1.1
Message Summary
Message
Update Settings
4.1.2
1001
Direction
Purpose
Server → M603
Update system settings
Update Settings
This message send a variety of system settings to M603 devices, and the devices apply the settings.)
Message Type: 1001
“settings”: {
SETTING-NAME : SETTING-VALUE,
...
“requestId”: “...”
“rebootAfterFinish”: “true|false”
The setting value is as following(name-value pairs). They can be omitted when appropriate. requestID
is optional. If present, the M603 devices shall send an acknowledgement message (type 18) to server
to report the result.
Name
Description
ipType
“dynamic” or “static”. If ipType is “dynamic”, the ipAddress, mask, gateway and
dns settings will be ignored.
ipAddress
IP Address of the device as string. Host name is not acceptable.
mask
IP adresss mask
gateway
Gateway IP address
dns
an array of IP addresses for name server(s). E.g.
“dns”: [“4.4.4.4”, “8.8.8.8”]
screenTrimming
a non-negative numerical value for trimming level
Copyright(C) 2012- Bridge Motion Tomorrow Co., Ltd. All rights reserved.
CONFIDENTIAL
4.1.3
Pi-messanger Sequence & Setting Data
The following sessions summaries the format of messages between the BMT back end server and
the M603 devices. Each of the messages is in JSON format. When sending the message with the Java
client library. To send a message, the message source application need to specify the destination,
message type, and message content. Destination is specified by a string. It could be a server name, or
a MAC address of an Android device. Message type is an integer that identifies the meaning of
message content. The message content (if any) is a UTF8 encoded String
Destination: for server, the M603 destination is specified by MAC address. The Pi-Messenger server
will know where the message will be delivered by the MAC address.)
Message Type that let recipient know the type content without parsing it.)
The message content is a JSON string in UTF-8 encoding.)
Relevant part is item number 16, 17)
4.1.4
Message Summary
Message
Direction
Implementation Style at M603
App List Request
1 M603 → Server Context.startService
App List Update
2 Server →M603
Unconditional broadcast
Theme Update
3 Server →M603
Targeted broadcast
App Log Report
4 M603 → Server Context.startService
Movie Log Report
5 M603→ Server
Payment Result
6 M603 → Server Context.startService
Payment Query Request
7 M603 → Server Context.startService
Payment Query Response
8 Server →M603
Price Update Request
9 M603 → Server Context.startService
Context.startService
Context.startService with PendingIntent
Price Update
10 Server →M603
Context.startService with PendingIntent
App Installation
11 Server →M603
Unconditional broadcast
App Uninstallation
12 Server →M603
Unconditional broadcast
App Termination
13 Server →M603
Unconditional broadcast
Apps Status request
14 Server →M603
Unconditional broadcast
Apps Status report
15 M603 → Server Context.startService
Copyright(C) 2012- Bridge Motion Tomorrow Co., Ltd. All rights reserved.
CONFIDENTIAL
Network settings request
16 Server →M603
Unconditional broadcast
Network settings report
17 M603 → Server Context.startService
Acknowledge
18 M603 → Server Context.startService
Screen Off Request
19 Server →M603
Unconditional broadcast
Reboot
20 Server →M603
Unconditional broadcast
Firmware Update
21 Server →M603
Unconditional broadcast
App List Report
22 Server →M603
Unconditional broadcast
Launch Launcher
23 Server →M603
Unconditional broadcast
ADT Alert
24 Server →M603
Unconditional broadcast
Clear Personal Information 25 Server →M603
Unconditional broadcast
Config Update
26 Server →M603
Unconditional broadcast
Theme Update Message
27 M603 → Server Context.startService
Screen Light Control
28 Server →M603
Unconditional broadcast
Screen On Request
29 Server →M603
Unconditional broadcast
- End of Document -
Copyright(C) 2012- Bridge Motion Tomorrow Co., Ltd. All rights reserved.

Source Exif Data:
File Type                       : PDF
File Type Extension             : pdf
MIME Type                       : application/pdf
PDF Version                     : 1.5
Linearized                      : No
Page Count                      : 8
Language                        : zh-HK
Tagged PDF                      : Yes
Author                          : Yusuke NAKAMURA
Creator                         : Microsoft® Word 2010
Create Date                     : 2015:11:25 17:02:32+08:00
Modify Date                     : 2015:11:25 17:02:32+08:00
Producer                        : Microsoft® Word 2010
EXIF Metadata provided by EXIF.tools
FCC ID Filing: 2AG3GM603-001

Navigation menu