Firefox OS/Remote Control: Difference between revisions

(→‎Pair PIN code: Add notation)
Line 170: Line 170:
==== Encrypted control events ====
==== Encrypted control events ====
Client sends encrypted event in query string as:
Client sends encrypted event in query string as:
   <IP_Address>:<Port>?message=<base64>
   <IP_Address>:<Port>?message=<IV + encrypted event by AES-GCM in base64>


Response
Response
Line 177: Line 177:
   }
   }
After decrypted, following are control events:
After decrypted, following are control events:
==== Touch Events ====
==== Touch Events ====


133

edits