1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
Makefile Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.1st Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
mc_commo.sh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
mc_recv.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
mc_send.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.1st

This test requires two machines on the same subnet.  Each machine must have the same
path setup for the test, i.e. if Machine A has "/testcases/mc_commo" for the files, then
Machine B must also have the same path setup.  Machine B would be exported as the
RHOST on Machine A, i.e. 'export RHOST=<Machine B hostname>'.  If this
is not done, the test will use itself as the RHOST, which isn't very useful.  Also,
the machine specified as the RHOST must have a ".rhosts" file in root's home
directory with the hostname of the local machine that's running the test.  This is to
allow the script to execute it's rsh calls.