Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to test an HTTP-based matchmaker:
- Command:
- curl -X POST -d "@mmpost.txt" http://160.40.50.130/match --header "Content-Type:application/json"
- Place the following JSON into a file mmpost.txt in the same directory:
- {
- "preferences": {
- "http://registry.gpii.org/applications/trace.easyOne.communicator.windows": [
- {
- "value": {}
- }
- ],
- "http://registry.gpii.org/applications/info.cloud4all.JME": [
- {
- "value": {
- "theme": "Black-White",
- "fontSize": "veryLarge",
- "language": "English",
- "volume": 100,
- "vibrationMode": 2
- }
- }
- ],
- "http://registry.gpii.org/applications/com.android.persistentConfiguration": [
- {
- "value": {
- "fontScale": "2",
- "locale": "en"
- }
- }
- ],
- "http://registry.gpii.org/applications/com.android.audioManager": [
- {
- "value": {
- "STREAM_VOICE_CALL": 15,
- "STREAM_SYSTEM": 15,
- "STREAM_RING": 15,
- "STREAM_MUSIC": 15,
- "STREAM_ALARM": 15,
- "STREAM_NOTIFICATION": 15,
- "STREAM_DTMF": 15
- }
- }
- ],
- "http://registry.gpii.org/applications/eu.singularlogic.pixelsense.sociable": [
- {
- "value": {
- "user.$t": 1,
- "expert.$t": 1,
- "careCenter.$t": 1,
- "screenReaderTTSEnabled": true,
- "highContrastEnabled": true,
- "fontSize": "large"
- }
- }
- ]
- },
- "device": {
- "solutions": [
- {
- "id": "net.gpii.smarthouses"
- },
- {
- "id": "org.gnome.desktop.interface"
- },
- {
- "id": "org.gnome.shell.overrides"
- },
- {
- "id": "org.gnome.desktop.wm.preferences"
- },
- {
- "id": "org.gnome.nautilus"
- },
- {
- "id": "org.gnome.desktop.a11y.keyboard"
- },
- {
- "id": "org.gnome.desktop.a11y.applications.onscreen-keyboard"
- },
- {
- "id": "org.gnome.orca"
- },
- {
- "id": "org.gnome.desktop.a11y.magnifier"
- },
- {
- "id": "com.microsoft.windows.magnifier"
- },
- {
- "id": "com.microsoft.windows.onscreenKeyboard"
- },
- {
- "id": "org.nvda-project"
- },
- {
- "id": "org.gnome.desktop.interface"
- },
- {
- "id": "org.gnome.nautilus"
- },
- {
- "id": "trace.easyOne.communicator.windows"
- },
- {
- "id": "trace.easyOne.communicator.linux"
- },
- {
- "id": "trace.easyOne.sudan.windows"
- },
- {
- "id": "trace.easyOne.sudan.linux"
- },
- {
- "id": "webinsight.webAnywhere.windows"
- },
- {
- "id": "webinsight.webAnywhere.linux"
- },
- {
- "id": "com.texthelp.readWriteGold"
- },
- {
- "id": "net.opendirective.maavis"
- },
- {
- "id": "com.microsoft.windows.highContrast"
- },
- {
- "id": "com.microsoft.windows.mouseTrailing"
- },
- {
- "id": "com.microsoft.windows.cursors"
- },
- {
- "id": "com.android.activitymanager"
- },
- {
- "id": "com.android.talkback"
- },
- {
- "id": "com.android.freespeech"
- },
- {
- "id": "org.chrome.cloud4chrome"
- },
- {
- "id": "com.android.settings.secure"
- },
- {
- "id": "com.android.audioManager"
- },
- {
- "id": "com.android.persistentConfiguration"
- },
- {
- "id": "org.alsa-project"
- },
- {
- "id": "org.freedesktop.xrandr"
- },
- {
- "id": "com.android.settings.system"
- }
- ],
- "OS": {
- "id": "win32",
- "version": "6.1.7601"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment