Where would you suggest to look for a help debugging?
I've seen it, but I didn't implement it yet because I'd prefer the
server to be my python program for reproducibility. I'll keep on trying
this way til the end of the week, and if I don't manage to do it, I'll
implement it by SystemCommand Actor (I really got to keep on with my PhD work).
Anyway, I was doing a little digging and it seems the problem resides when utilSocket.c tries to connect by "retVal = connect(sockfd, (const struct sockaddr*)&serAdd, sizeof(serAdd));" function.
As you can see in the utilSocket.log I sent you, the sockfd is printed, but I don't know which sockaddr and serAdd is this function using. Do you have any suggestion for debugging energyplus so I could figure it out where the problem is?
Sorry to bother you, and Thanks a lot!!
Diogo