Skip to content

Commit a4e8d50

Browse files
authored
Update technical_documentation.md
1 parent 3f63015 commit a4e8d50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/technical_documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
## 0. General Information
9393
This document provides you with details about the screen sharing feature of QuickTime for iOS devices.
9494
The information contained in this document can be used to re-implement that feature in the programming language of choice and use
95-
the feature on other operating systems than MAC OS X.
95+
the feature on other operating systems than MAC OS X. If you want to implement the feature, I recommend using my unit tests and test fixtures. I have prepared a bin dump with an example for every message type. This way you can easily make sure your codec does what it's supposed to.
9696
The repository also contains a reference implementation in Golang.
9797

9898
-- Note: All the information in this document is reverse engineered by the author, therefore it could be wrong or not entirely accurate
@@ -479,4 +479,4 @@ Check out https://github.com/phracker/MacOSX-SDKs/blob/master/MacOSX10.9.sdk/Sys
479479

480480
## 5. Clocks and CMSync
481481
I think the references in ASYN and SYNC packets are for CMClocks. So for sending a CMTime request I just a monotonic (DO NOT USE WALLCLOCK TIME) clock
482-
to send a time difference in nanoseconds (Scale == 1000000000). It seems to work fine :-D
482+
to send a time difference in nanoseconds (Scale == 1000000000). It seems to work fine :-D

0 commit comments

Comments
 (0)