From 0b1f5a9484d03fd2ca7fd986842cf8b593c71e8c Mon Sep 17 00:00:00 2001 From: Bill Napier Date: Mon, 10 Aug 2009 09:56:08 -0700 Subject: [PATCH] Update monkey network readme. --- cmds/monkey/README.NETWORK.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/cmds/monkey/README.NETWORK.txt b/cmds/monkey/README.NETWORK.txt index ccf741b52..f3f69d440 100644 --- a/cmds/monkey/README.NETWORK.txt +++ b/cmds/monkey/README.NETWORK.txt @@ -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 -programmability inject KeyEvents and MotionEvents into the input -system. The idea is that a process will run on a host computer that -will support higher-level operations (like conditionals, etc.) and -will talk (via TCP over ADB) to the device in Monkey Network Script. -For security reasons, the Monkey only binds to localhost, so you will -need to use adb to setup port forwarding to actually talk to the -device. +The Simple Protocol for Automated Network Control was designed to be a +low-level way to programmability inject KeyEvents and MotionEvents +into the input system. The idea is that a process will run on a host +computer that will support higher-level operations (like conditionals, +etc.) and will talk (via TCP over ADB) to the device in Simple +Protocol for Automated Network Control. For security reasons, the +Monkey only binds to localhost, so you will need to use adb to setup +port forwarding to actually talk to the device. INITIAL SETUP