Hello everyone,
I was wondering if there is any library or existing code in Java which allows to create/control OMNeT++ through a TCP/IP connection.
My idea is to develop something similar to VEINS but in Java code (since it's the only language I have user experience). I have already a piece of working code in Java that allows me to retrieve information from SUMO traffic simulator about vehicles position and speed, now I would like to create a simulation in OMNeT++ where the nodes will be this vehicles.
If there is no library available, then I would like to know, first of all if it's possible to run OMNeT++ with an option of --remote-port (like in SUMO) in order to create a connection using Sockets.
I would appreciate any comment / suggestion you could provide.
Thanks in advance,
Carlos.