Skip to content

v0.2.4

Compare
Choose a tag to compare
@sverhoeven sverhoeven released this 19 Feb 08:54

This software allows you to wrap your BMI implementation (https://github.com/csdms/bmi) in a server process and communicate with it via the included python client. The communication is serialized to protocol buffers by GRPC (https://grpc.io/) and occurs over network ports.

Fixed

  • BMI_PORT env var ignored in run server (#55)
  • Unable to run BmiClientSingularity from inside Jupyter notebook (#56)