NREL / OpenStudio

OpenStudio is a cross-platform collection of software tools to support whole building energy modeling using EnergyPlus and advanced daylight analysis using Radiance.
https://www.openstudio.net/
Other
501 stars 191 forks source link

C++ CLI: Run command `--socket` option not implemented. #5073

Open jmarrec opened 9 months ago

jmarrec commented 9 months ago

Issue overview

The --socket argument to the run subcommand actually does nothing at the moment.

Current Behavior

openstudio run --socket 8089 -w worklow.osw : nothing is piped to that socket port.

Expected Behavior

Same behavior as the original CLI.

Steps to Reproduce

openstudio run --socket 8089 -w worklow.osw

Possible Solution

Details

Environment

Some additional details about your environment for this issue (if relevant):

Context

Reported in https://github.com/openstudiocoalition/OpenStudioApplication/issues/660#issuecomment-1873069168