ExtPingerExample.ned
NED File examples/emulation/pinger/ExtPingerExample.ned
| Name | Type | Description |
|---|---|---|
| ExtPingerExample | network | (no description) |
Source code
// // Copyright (C) 2008 Irene Ruengeler // // SPDX-License-Identifier: LGPL-3.0-or-later // // package inet.examples.emulation.pinger; import inet.node.inet.StandardHost; network ExtPingerExample { submodules: peer: StandardHost { parameters: @display("p=100,100;i=device/laptop"); } connections allowunconnected: }