From GridLAB-D Wiki
Jump to: navigation, search

 PROPOSED FOR 3.1 

Synopsis

module connection;
class xml|json {
  mode CLIENT|SERVER;
}

Description

CLIENT

The connection is originated with GridLAB-D as client. The remote host is considered the server and is expected to accept multiple incoming connections from GridLAB-D.

SERVER

The connection is originated with the remote host(s) as client. GridLAB-D is considered the server and is expected to accept multiple incoming connections from remote host(s).

Version

The connection module is proposed for Hatwai (Version 3.1). It's development is tracked under Ticket 797.

See also