You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to omn...@googlegroups.com
Hello there, how I can implement the software agents within OMNeT++? can I just write it in java using any of the agents platforms (for example: JADE), and then use it as a plug-in in the application .. or is there another way for implementing it ? I'll appreciate any help.
Rudolf Hornig
unread,
Jul 22, 2015, 5:17:48 AM7/22/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OMNeT++ Users, eng.wala...@gmail.com
OMNeT++ is C++ based, so any integration with java based software will be rather complicated (the main probelm comes from the memory handling differences between C++ and java (manual vs garbage collected memory management).
I'm not sure whether someone has written a C++ based agent simulation framework for OMNET.