Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
R repo_manifest
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cobalt
  • repo_manifest
  • Wiki
  • handshake

Last edited by Mark Stevens Nov 18, 2017
Page history

handshake

Qbert Handshake API

Get a list of all the handshake values

GET /site/manifest/handshake

Parameters:

Attribute Type Required Description
deviceid integer/string yes QBert Device Identifier [ ro.serialno ]

RESPONSE:

{
   "SiteName": "NTN Buzztime Site #1010",   // Designated Site name
   "SiteId": 1010,     // Key Site Identifier
   "SiteIPAddress": "172.23.59.11", // designated IP Address 
   "SiteChain": "Bufwldwngs", // Site Chain designation
   "StoreNumber": -1,  // store number with the chain
   "RouterSSID": "Buzztime01010",  // Ruckus Router SSID
   "RouterIP": "172.23.59.1",   // Internal IP address for the Ruckus Router
   "RouterGatewayIP": "10.20.34.34",  // Gateway side of the Ruckus Router
   "GMTOffset": -800,  // offset from GMT time
   "Latitude": 102.902,
   "Longitude": 102.902,
   "Certificates": [ "<sha256>",  ],
   "Confidentials": [ 
       { "alias": "jwt-salt", "sha256": "<sha256>" },
       { "alias": "platform-secret",  "sha256": "<sha256>" }
       { "alias": "wap-config", "sha256": "<sha256>" }
    ],
    "Settings" : [   // shared freely with 3rd party apps
        { "key":"<name>", "value" : "<Value>" },
    ],
    "Secure": [   // shared only among buzztime-signed apps
        { "key":"<name>", "value" : "<Value>" },
    ]
 }

SiteInfo Response

Which of these fields need to carry over ?

            <ActivityRank xmlns="http://services.buzztime.com/2011/01">0</ActivityRank>
            <SiteInfo xmlns="http://services.buzztime.com/2011/01" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
                <Id xmlns="http://schemas.datacontract.org/2004/07/Buzztime.Operations.Constituent">1097</Id>
                <Chain>NONE</Chain>
                <Location xmlns:b="http://schemas.datacontract.org/2004/07/Buzztime.Operations.Constituent.Customer">
                    <b:Address xmlns:c="http://schemas.datacontract.org/2004/07/Buzztime.Core.Geography">
                        <c:City>
                            <c:Name/>
                        </c:City>
                        <c:Country i:nil="true"/>
                        <c:State>
                            <c:Name/>
                        </c:State>
                        <c:StreetAddress1/>
                        <c:StreetAddress2 i:nil="true"/>
                        <c:ZipCode>
                            <c:ZipCodeValue/>
                        </c:ZipCode>
                    </b:Address>
                    <b:Id>1097</b:Id>
                    <b:Name>NTN BUZZTIME 1097</b:Name>
                </Location>
                <Phone>(123) 438-7400</Phone>
                <PowerPage xmlns:b="http://services.buzztime.com/2011/03">
                    <b:Description/>
                    <b:Logo/>
                    <b:Opt21AndOver>false</b:Opt21AndOver>
                    <b:OptFreeWifi>false</b:OptFreeWifi>
                    <b:OptFullBar>false</b:OptFullBar>
                    <b:OptFullMenu>false</b:OptFullMenu>
                    <b:OptKidFriendly>false</b:OptKidFriendly>
                    <b:OptLiveMusic>false</b:OptLiveMusic>
                    <b:URL/>
                    <b:Image1/>
                    <b:Image2/>
                    <b:Image3/>
                    <b:PowerPageID>0</b:PowerPageID>
                    <b:URLFacebook/>
                    <b:URLMyspace/>
                    <b:URLTwitter/>
                </PowerPage>
                <SalesType>PILOT</SalesType>
                <Accuracy>100</Accuracy>
                <Distance>0</Distance>
                <LastUpdatedDate>0001-01-01T00:00:00</LastUpdatedDate>
                <Latitude>33.132608</Latitude>
                <Longitude>-117.272221</Longitude>
                <SiteEvents xmlns:b="http://schemas.datacontract.org/2004/07/Buzztime.Operations.Constituent.Site"/>
                <SiteName>NTN BUZZTIME 1097</SiteName>
                <ReviewCount>0</ReviewCount>
                <TabletSite>false</TabletSite>
                <FeatureEnabled>0</FeatureEnabled>
                <ClassicSite>false</ClassicSite>
            </SiteInfo>
            <TimeZone xmlns="http://services.buzztime.com/2011/01">0</TimeZone>
            <TriviaRank xmlns="http://services.buzztime.com/2011/01">0</TriviaRank>

GetSiteConfiguration Response

           <SiteConfig xmlns="http://services.buzztime.com/2011/01" xmlns:b="http://schemas.datacontract.org/2004/07/System.Collections.Generic" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
                <b:KeyValuePairOfstringstring>
                    <b:key>IsTabletEnabled</b:key>
                    <b:value>False</b:value>
                </b:KeyValuePairOfstringstring>
                <b:KeyValuePairOfstringstring>
                    <b:key>WAPSSID</b:key>
                    <b:value>Buzztime161594909190</b:value>
                </b:KeyValuePairOfstringstring>
                <b:KeyValuePairOfstringstring>
                    <b:key>SiteManifestTabletCachePath</b:key>
                    <b:value>C:\Nginx\html\</b:value>
                </b:KeyValuePairOfstringstring>
                <b:KeyValuePairOfstringstring>
                    <b:key>GroupList</b:key>
                    <b:value>0,1,125,779,505,564,525,74,58,139,233,184,147,202,256,226,990</b:value>
                </b:KeyValuePairOfstringstring>
                <b:KeyValuePairOfstringstring>
                    <b:key>Locale</b:key>
                    <b:value>en-US</b:value>
                </b:KeyValuePairOfstringstring>
            </SiteConfig>
Clone repository
  • build stories
  • dev stories
  • fitness testing
  • handshake
  • Home
  • logging
  • provisioning
  • rockchip parameter file format v1.3 (en)
  • secure boot application note
  • secure provisioning
  • sitehub hardening
  • tee readme
  • tee