From GridLAB-D Wiki
Jump to: navigation, search

Fault tolerance

(discussion moved to Talk:Link (directive) --Dchassin 15:47, 11 April 2013 (UTC))

Valid Data Ranges

--Bpalmintier 18:17, 9 April 2013 (UTC)

It would be useful to include a specification for the valid range for (simple) data. This would aid in integrity checking and help hardware based JSON participants filter out extraneous and possibly dangerous data values. If the JSON link specification continues to use schemas, this could be added into the input/output schema specifications and exchanged at the start of each session.

--Dchassin 19:37, 9 April 2013 (UTC)

In general GridLAB-D does not provide range limitations on data beyond the normal constraints associated with the data type. However, we could enhance the link API to allow user-defined range limits for double (and perhaps complex) values. However, that would require a ticket for the link API, not a JSON feature.

Support for bare TCP/UDP packet transfers

(discussion moved to Talk:JSON link protocol --Dchassin 15:49, 11 April 2013 (UTC))