oppsinktab.run
来自「topo_gen基于NS2的场景自动生成软件源代码」· RUN 代码 · 共 34 行
RUN
34 行
## oppsinktab# emruntab for one_phase_pull creates the stack:# test_sink<->one_phase_pull<->filter_core<-># blacklistd<->neighbord<->linkstats<->motenic<->hostmoteinclude link/link.runinclude mote/mote.run&mote_hostmote(/dev/ttyS0,mica2,0);&mote_motenic(mote0,0,show="leds");&link_linkstats(mote0,ls0,show="leds:core");&link_neighbors(ls0);&link_blacklist(ls0,bl0,ls0,args="-b 70 -g 80");process filter_core { waitfor = bl0; type = once; noclean; cmd = "link/diffusion/filter_core";}process one_phase_pull { type = once; noclean; cmd = "link/diffusion/one_phase_pull";}process test_sink { type = once; noclean; cmd = "link/diffusion/test_sink -d 1";}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?