Archived OpenModelica forums. Posting is disabled.

Alternative forums include GitHub discussions or StackOverflow (make sure to read the Stack Overflow rules; you need to have well-formed questions)


Forgot password? | Forgot username? | Register

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.

There are 0 guests and 0 other users also viewing this topic
You are here: