Browse Subversion Repository
Contents of /branches/4-stable/tests/#37048-sendmulticast.ttl
Parent Directory
| Revision Log
Revision 8437 -
( show annotations)
( download)
Fri Dec 13 03:11:16 2019 UTC
(4 years, 3 months ago)
by doda
File size: 431 byte(s)
Tera Term 4.xx メンテナンス用ブランチを作成
| 1 |
mcast = "multicast-test" |
| 2 |
|
| 3 |
for i 1 3 |
| 4 |
call opentt |
| 5 |
unlink |
| 6 |
next |
| 7 |
|
| 8 |
call opentt |
| 9 |
|
| 10 |
callmenu 50814 |
| 11 |
|
| 12 |
sendmulticast mcast "hexdump -C"#10 |
| 13 |
|
| 14 |
pause 1 |
| 15 |
|
| 16 |
sendmulticast mcast "0: " 0 ", 1:" 1 ","#13#10 |
| 17 |
|
| 18 |
;pause 1 |
| 19 |
|
| 20 |
sendmulticast mcast "1:"#1","#13#10 |
| 21 |
|
| 22 |
pause 1 |
| 23 |
|
| 24 |
str = "1:"#1","#13#10 |
| 25 |
sendmulticast mcast str |
| 26 |
|
| 27 |
pause 1 |
| 28 |
|
| 29 |
sendmulticast mcast 4 |
| 30 |
end |
| 31 |
|
| 32 |
:opentt |
| 33 |
cygconnect |
| 34 |
wait "%" "$" "#" |
| 35 |
setmulticastname mcast |
| 36 |
return |
|