- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Why OpenModelica Socket Communication...
Why OpenModelica Socket Communication Module is deprecated
Why OpenModelica Socket Communication Module is deprecated
Hello all,
Can someone please help on the topic why socket is partly depreciated and replaced by the Corba implementation ? I currently work with sockets to communicate with openmodelica and works fine. I would like to know the reason if i need to shift to Corba.
Kind regards,
Maria
Re: Why OpenModelica Socket Communication Module is deprecated
zmq would probably work better than CORBA. There are many things you cannot do with the TCP interface such as sending multi-line models or strings. The interface is also unsafe as it listens for incoming non-local connections: anyone can connect to the port and run any command on your computer when using the interface.
- sjoelund.se
- 1700 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Why OpenModelica Socket Communication...