Merge change 20609 into donut

* changes:
  Update monkey network readme.
This commit is contained in:
Android (Google) Code Review
2009-08-10 12:50:39 -07:00

View File

@@ -1,13 +1,13 @@
MONKEY NETWORK SCRIPT SIMPLE PROTOCOL FOR AUTOMATED NETWORK CONTROL
The Monkey Network Script was designed to be a low-level way to The Simple Protocol for Automated Network Control was designed to be a
programmability inject KeyEvents and MotionEvents into the input low-level way to programmability inject KeyEvents and MotionEvents
system. The idea is that a process will run on a host computer that into the input system. The idea is that a process will run on a host
will support higher-level operations (like conditionals, etc.) and computer that will support higher-level operations (like conditionals,
will talk (via TCP over ADB) to the device in Monkey Network Script. etc.) and will talk (via TCP over ADB) to the device in Simple
For security reasons, the Monkey only binds to localhost, so you will Protocol for Automated Network Control. For security reasons, the
need to use adb to setup port forwarding to actually talk to the Monkey only binds to localhost, so you will need to use adb to setup
device. port forwarding to actually talk to the device.
INITIAL SETUP INITIAL SETUP