Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /branches/ttcomtester/tests/#37048-sendmulticast.ttl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6878 - (hide annotations) (download)
Mon Jul 24 14:13:49 2017 UTC (6 years, 8 months ago) by doda
Original Path: trunk/tests/#37048-sendmulticast.ttl
File size: 413 byte(s)
文字列に 0x01 が含まれる場合の対処を追加
1 doda 6876 mcast = "multicast-test"
2    
3     for i 1 3
4     call opentt
5     unlink
6     next
7    
8     call opentt
9    
10     sendmulticast mcast "hexdump -C"#10
11    
12     pause 1
13    
14     sendmulticast mcast "0: " 0 ", 1:" 1 ","#13#10
15    
16 doda 6878 ;pause 1
17    
18     sendmulticast mcast "1:"#1","#13#10
19    
20 doda 6876 pause 1
21    
22 doda 6878 str = "1:"#1","#13#10
23     sendmulticast mcast str
24    
25     pause 1
26    
27 doda 6876 sendmulticast mcast 4
28     end
29    
30     :opentt
31     cygconnect
32     wait "%" "$" "#"
33     setmulticastname mcast
34     return

Properties

Name Value
svn:executable *

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26