History log of /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/SensorChannel.java
Revision Date Author Comments
3c7c9c4b0b75d8817951a2c0764c6837335cd5e9 08-Aug-2012 Raphael Moll <ralf@android.com> Cleanup: dos2unix some files in SdkController.

Change-Id: I7d53dd01cc9fc25794ed10bf053f093a4dda9af3
a163f990623ef4697967c6ac34d2a7f9e324f8ff 19-Apr-2012 Vladimir Chtchetkine <vchtchetkine@google.com> Implements new communication protocol with the emulator.

The major differences with the old protocol are:

1. All of the emulation handlers are bound to a sinlge UNIX-domain port android.sdk.controller.
Note though that although there is one port to bind, each hander communicates with the emulator
over its own socket connection.
2. As the result of 1) communication with the emulator is fairly simplified, and doesn't require
complex binding, and state monitoring.
3. Messages and queries are no longer string based, but are packed to some binary formats.

Change-Id: Icb7a535c3d10a887541ba7a8b3ec1439e0e238ce