I'm using OMNet++ & INET in order to simulate an UDP-Network.
I changed the UDPBurst
example a little bit:
- Changed
Router
to anetherSwitch
- Using
ThruputMeteringChannel
as connection
Now I change the ThruputMeteringChannel.cc
, so I can draw charts:
- copping files (
.c
&.h
) from (http://kuepper.userweb.mwn.de/software.htm) - Adding import of
chart.h
toThruputMeteringChannel.cc
- adding the Example 1 from the Chart program to the
initialize()
method
When starting the .ini
file I get an error in the graphical runtime environment:
Error in module (cModule) UDPBurst.host[0] (id=2) during network setup: Error evaluating parameter 'tcpType': None of the following NED types are available TCP, TCP_IwIP,TCP_NSC,TCP_Node.
In my console is no creating "shared libraries" while building.
But only when I use the chart.h
PS: I'm working with Linux (Ubuntu 12.04) on a VM.