EthernetSourceApp.ned
NED File src/inet/applications/ethernet/EthernetSourceApp.ned
| Name | Type | Description |
|---|---|---|
| EthernetSourceApp | compound module |
Implements an Ethernet application that only sends packets. |
Source code
// // Copyright (C) 2020 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.applications.ethernet; // // Implements an Ethernet application that only sends packets. // module EthernetSourceApp extends EthernetApp { parameters: sink.typename = ""; }