Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-etp

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-etp - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/Avro.d.ts

2

lib/etp-schemas.js

@@ -1,3 +0,3 @@

var RalfSchemas = JSON.parse('{"namespace":"energistics","protocol":"exp","version":"","types":[{"type":"record","namespace":"Energistics.Datatypes","name":"ArrayOfDouble","fields":[{"name":"values","type":{"type":"array","items":"double"}}],"fullName":"Energistics.Datatypes.ArrayOfDouble","depends":[]},{"type":"record","namespace":"Energistics.Datatypes","name":"DataAttribute","fields":[{"name":"attributeId","type":"int"},{"name":"attributeValue","type":"Energistics.Datatypes.DataValue"}],"fullName":"Energistics.Datatypes.DataAttribute","depends":["Energistics.Datatypes.DataValue"]},{"type":"record","namespace":"Energistics.Datatypes","name":"DataValue","fields":[{"name":"item","type":["double","float","int","long","string","Energistics.Datatypes.DateTime","null","Energistics.Datatypes.ArrayOfDouble"]}],"fullName":"Energistics.Datatypes.DataValue","depends":["Energistics.Datatypes.DateTime","Energistics.Datatypes.ArrayOfDouble"]},{"type":"record","namespace":"Energistics.Datatypes","name":"DateTime","fields":[{"name":"time","type":"long"},{"name":"offset","type":"int"}],"fullName":"Energistics.Datatypes.DateTime","depends":[]},{"type":"enum","namespace":"Energistics.Datatypes","name":"ErrorCodes","symbols":["ENOROLE","ENOSUPPORTEDPROTOCOLS","EINVALID_MESSAGETYPE","EUNSUPPORTED_PROTOCOL"],"fullName":"Energistics.Datatypes.ErrorCodes","depends":[]},{"type":"enum","namespace":"Energistics.Datatypes","name":"Protocols","symbols":["Core","ChannelData_Simple","ChannelData_Subscribed","Channel_Historical","Object_Discovery","Object_Store","Object_Query"],"fullName":"Energistics.Datatypes.Protocols","depends":[]},{"type":"record","namespace":"Energistics.Datatypes","name":"MessageHeader","fields":[{"name":"protocol","type":"int"},{"name":"messageType","type":"int"},{"name":"correlationId","type":"long"},{"name":"messageId","type":"long"},{"name":"messageFlags","type":"int"}],"fullName":"Energistics.Datatypes.MessageHeader","depends":[]},{"type":"record","namespace":"Energistics.Datatypes","name":"SupportedProtocol","fields":[{"name":"protocol","type":"int"},{"name":"role","type":"string"}],"fullName":"Energistics.Datatypes.SupportedProtocol","depends":[]},{"type":"record","namespace":"Energistics.Datatypes","name":"Version","fields":[{"name":"major","type":"int"},{"name":"minor","type":"int"},{"name":"revision","type":"int"},{"name":"patch","type":"int"}],"fullName":"Energistics.Datatypes.Version","depends":[]},{"type":"record","namespace":"Energistics.Protocol.Core","name":"Acknowledge","messageType":"8","protocol":"0","fields":[],"fullName":"Energistics.Protocol.Core.Acknowledge","depends":[]},{"type":"record","namespace":"Energistics.Protocol.Core","name":"CloseSession","messageType":"5","protocol":"0","fields":[{"name":"reason","type":["string","null"]}],"fullName":"Energistics.Protocol.Core.CloseSession","depends":[]},{"type":"record","namespace":"Energistics.Protocol.Core","name":"OpenSession","messageType":"2","protocol":"0","fields":[{"name":"applicationName","type":"string"},{"name":"sessionId","type":"string"},{"name":"supportedProtocols","type":{"type":"array","items":"Energistics.Datatypes.SupportedProtocol"}}],"fullName":"Energistics.Protocol.Core.OpenSession","depends":["Energistics.Datatypes.SupportedProtocol"]},{"type":"record","namespace":"Energistics.Protocol.Core","name":"ProtocolException","messageType":"7","protocol":"0","fields":[{"name":"errorCode","type":"int"},{"name":"errorMessage","type":"string"}],"fullName":"Energistics.Protocol.Core.ProtocolException","depends":[]},{"type":"record","namespace":"Energistics.Protocol.Core","name":"RequestSession","messageType":"1","protocol":"0","fields":[{"name":"requestedProtocols","type":{"type":"array","items":"Energistics.Datatypes.SupportedProtocol"}},{"name":"applicationName","type":"string"}],"fullName":"Energistics.Protocol.Core.RequestSession","depends":["Energistics.Datatypes.SupportedProtocol"]},{"type":"record","namespace":"Energistics.Protocol.ChannelData","name":"ChannelDeleteRecord","fields":[{"name":"channelId","type":"int"},{"name":"startIndex","type":"Energistics.Protocol.ChannelData.RowIndex"},{"name":"endIndex","type":"Energistics.Protocol.ChannelData.RowIndex"}],"fullName":"Energistics.Protocol.ChannelData.ChannelDeleteRecord","depends":["Energistics.Protocol.ChannelData.RowIndex","Energistics.Protocol.ChannelData.RowIndex"]},{"type":"record","namespace":"Energistics.Protocol.ChannelData","name":"ChannelMetadataRecord","fields":[{"name":"indexId","type":"int"},{"name":"channelUri","type":"string"},{"name":"channelID","type":"int"},{"name":"mnemonic","type":"string"},{"name":"dataType","type":"string"},{"name":"uom","type":"string"},{"name":"startIndex","type":["Energistics.Protocol.ChannelData.RowIndex","null"]},{"name":"endIndex","type":["Energistics.Protocol.ChannelData.RowIndex","null"]},{"name":"description","type":"string"}],"fullName":"Energistics.Protocol.ChannelData.ChannelMetadataRecord","depends":["Energistics.Protocol.ChannelData.RowIndex","Energistics.Protocol.ChannelData.RowIndex"]},{"type":"enum","namespace":"Energistics.Protocol.ChannelData","name":"ChannelIndexTypes","symbols":["Time","Depth"],"fullName":"Energistics.Protocol.ChannelData.ChannelIndexTypes","depends":[]},{"type":"record","namespace":"Energistics.Protocol.ChannelData","name":"DataItem","fields":[{"name":"index","type":["Energistics.Protocol.ChannelData.RowIndex","null"]},{"name":"channelId","type":"int"},{"name":"value","type":"Energistics.Datatypes.DataValue"},{"name":"valueAttributes","type":["Energistics.Datatypes.DataAttribute","null"]}],"fullName":"Energistics.Protocol.ChannelData.DataItem","depends":["Energistics.Protocol.ChannelData.RowIndex","Energistics.Datatypes.DataValue","Energistics.Datatypes.DataAttribute"]},{"type":"record","namespace":"Energistics.Protocol.ChannelData","name":"DataRow","fields":[{"name":"index","type":"Energistics.Protocol.ChannelData.RowIndex"},{"name":"data","type":{"type":"array","items":"Energistics.Datatypes.DataValue"}}],"fullName":"Energistics.Protocol.ChannelData.DataRow","depends":["Energistics.Protocol.ChannelData.RowIndex","Energistics.Datatypes.DataValue"]},{"type":"enum","namespace":"Energistics.Protocol.ChannelData","name":"IndexDirection","symbols":["increasing","decreasing"],"fullName":"Energistics.Protocol.ChannelData.IndexDirection","depends":[]},{"type":"record","namespace":"Energistics.Protocol.ChannelData","name":"IndexMetadataRecord","fields":[{"name":"indexType","type":"Energistics.Protocol.ChannelData.ChannelIndexTypes"},{"name":"indexUri","type":"string"},{"name":"indexID","type":"int"},{"name":"uom","type":"string"},{"name":"datum","type":["string","null"]},{"name":"direction","type":"Energistics.Protocol.ChannelData.IndexDirection"}],"fullName":"Energistics.Protocol.ChannelData.IndexMetadataRecord","depends":["Energistics.Protocol.ChannelData.ChannelIndexTypes","Energistics.Protocol.ChannelData.IndexDirection"]},{"type":"enum","namespace":"Energistics.Protocol.ChannelData","name":"Roles","symbols":["Producer","Consumer"],"fullName":"Energistics.Protocol.ChannelData.Roles","depends":[]},{"type":"record","namespace":"Energistics.Protocol.ChannelData","name":"RowIndex","fields":[{"name":"item","type":["Energistics.Datatypes.DateTime","double"]}],"fullName":"Energistics.Protocol.ChannelData.RowIndex","depends":["Energistics.Datatypes.DateTime"]},{"type":"record","namespace":"Energistics.Protocol.ChannelData","name":"SubscriptionStartIndex","fields":[{"name":"item","type":["null","int","Energistics.Protocol.ChannelData.RowIndex"]}],"fullName":"Energistics.Protocol.ChannelData.SubscriptionStartIndex","depends":["Energistics.Protocol.ChannelData.RowIndex"]},{"type":"record","namespace":"Energistics.Protocol.ChannelData","name":"SubscriptionInfo","fields":[{"name":"channelUri","type":"string"},{"name":"startIndex","type":"Energistics.Protocol.ChannelData.SubscriptionStartIndex"},{"name":"subscribeToChanges","type":"boolean"}],"fullName":"Energistics.Protocol.ChannelData.SubscriptionInfo","depends":["Energistics.Protocol.ChannelData.SubscriptionStartIndex"]},{"type":"record","namespace":"Energistics.Protocol.ChannelData.Historical","name":"ChannelDataBlock","messageType":"4","protocol":"3","fields":[{"name":"channels","type":{"type":"array","items":"int"}},{"name":"data","type":{"type":"array","items":"Energistics.Protocol.ChannelData.DataRow"}}],"fullName":"Energistics.Protocol.ChannelData.Historical.ChannelDataBlock","depends":["Energistics.Protocol.ChannelData.DataRow"]},{"type":"record","namespace":"Energistics.Protocol.ChannelData.Historical","name":"ChannelMetadata","messageType":"3","protocol":"3","fields":[{"name":"indexes","type":{"type":"array","items":"Energistics.Protocol.ChannelData.IndexMetadataRecord"}},{"name":"channels","type":{"type":"array","items":"Energistics.Protocol.ChannelData.ChannelMetadataRecord"}}],"fullName":"Energistics.Protocol.ChannelData.Historical.ChannelMetadata","depends":["Energistics.Protocol.ChannelData.IndexMetadataRecord","Energistics.Protocol.ChannelData.ChannelMetadataRecord"]},{"type":"record","namespace":"Energistics.Protocol.ChannelData.Historical","name":"RequestChannelData","messageType":"1","protocol":"3","fields":[{"name":"uri","type":"string"},{"name":"fromIndex","type":["Energistics.Protocol.ChannelData.RowIndex","null"]},{"name":"toIndex","type":["Energistics.Protocol.ChannelData.RowIndex","null"]}],"fullName":"Energistics.Protocol.ChannelData.Historical.RequestChannelData","depends":["Energistics.Protocol.ChannelData.RowIndex","Energistics.Protocol.ChannelData.RowIndex"]},{"type":"record","namespace":"Energistics.Protocol.ChannelData.Streaming","name":"ChannelData","messageType":"2","protocol":"1","fields":[{"name":"data","type":{"type":"array","items":"Energistics.Protocol.ChannelData.DataItem"}}],"fullName":"Energistics.Protocol.ChannelData.Streaming.ChannelData","depends":["Energistics.Protocol.ChannelData.DataItem"]},{"type":"record","namespace":"Energistics.Protocol.ChannelData.Streaming","name":"ChannelDataChange","messageType":"3","protocol":"1","fields":[{"name":"data","type":{"type":"array","items":"Energistics.Protocol.ChannelData.DataItem"}}],"fullName":"Energistics.Protocol.ChannelData.Streaming.ChannelDataChange","depends":["Energistics.Protocol.ChannelData.DataItem"]},{"type":"record","namespace":"Energistics.Protocol.ChannelData.Streaming","name":"ChannelDataDelete","messageType":"4","protocol":"1","fields":[{"name":"deletions","type":{"type":"array","items":"Energistics.Protocol.ChannelData.ChannelDeleteRecord"}}],"fullName":"Energistics.Protocol.ChannelData.Streaming.ChannelDataDelete","depends":["Energistics.Protocol.ChannelData.ChannelDeleteRecord"]},{"type":"record","namespace":"Energistics.Protocol.ChannelData.Streaming","name":"ChannelDelete","messageType":"5","protocol":"1","fields":[{"name":"channelId","type":"int"},{"name":"deleteReason","type":["string","null"]}],"fullName":"Energistics.Protocol.ChannelData.Streaming.ChannelDelete","depends":[]},{"type":"record","namespace":"Energistics.Protocol.ChannelData.Streaming","name":"ChannelMetadata","messageType":"1","protocol":"1","fields":[{"name":"indexes","type":{"type":"array","items":"Energistics.Protocol.ChannelData.IndexMetadataRecord"}},{"name":"channels","type":{"type":"array","items":"Energistics.Protocol.ChannelData.ChannelMetadataRecord"}}],"fullName":"Energistics.Protocol.ChannelData.Streaming.ChannelMetadata","depends":["Energistics.Protocol.ChannelData.IndexMetadataRecord","Energistics.Protocol.ChannelData.ChannelMetadataRecord"]},{"type":"record","namespace":"Energistics.Protocol.ChannelData.Streaming","name":"Start","messageType":"0","protocol":"1","fields":[{"name":"maxMessageRate","type":"int"},{"name":"maxDataItems","type":"int"}],"fullName":"Energistics.Protocol.ChannelData.Streaming.Start","depends":[]},{"type":"record","namespace":"Energistics.Protocol.ChannelData.Subscription","name":"CreateSubscription","messageType":"1","protocol":"2","fields":[{"name":"subscriptionId","type":"string"},{"name":"subscriptions","type":{"type":"array","items":"Energistics.Protocol.ChannelData.SubscriptionInfo"}}],"fullName":"Energistics.Protocol.ChannelData.Subscription.CreateSubscription","depends":["Energistics.Protocol.ChannelData.SubscriptionInfo"]},{"type":"record","namespace":"Energistics.Protocol.ChannelData.Subscription","name":"DropSubscription","messageType":"2","protocol":"2","fields":[{"name":"subscriptionId","type":{"type":"array","items":"string"}}],"fullName":"Energistics.Protocol.ChannelData.Subscription.DropSubscription","depends":[]},{"type":"record","namespace":"Energistics.Protocol.ChannelData.Subscription","name":"ModifySubscription","fields":[{"name":"subscriptionId","type":"string"},{"name":"add","type":{"type":"array","items":"Energistics.Protocol.ChannelData.SubscriptionInfo"}},{"name":"remove","type":{"type":"array","items":"int"}}],"fullName":"Energistics.Protocol.ChannelData.Subscription.ModifySubscription","depends":["Energistics.Protocol.ChannelData.SubscriptionInfo"]},{"type":"record","namespace":"Energistics.Protocol.Object","name":"Component","fields":[{"name":"uri","type":"string"},{"name":"name","type":"string"},{"name":"subscribable","type":"boolean"}],"fullName":"Energistics.Protocol.Object.Component","depends":[]},{"type":"record","namespace":"Energistics.Protocol.Object","name":"DataObject","fields":[{"name":"namespace","type":"string"},{"name":"version","type":"string"},{"name":"objectType","type":"string"},{"name":"contentType","type":"string"},{"name":"contentEncoding","type":"string"},{"name":"data","type":"bytes"}],"fullName":"Energistics.Protocol.Object.DataObject","depends":[]},{"type":"record","namespace":"Energistics.Protocol.Object.Discovery","name":"Get","messageType":"1","protocol":"4","fields":[{"name":"uri","type":"string"}],"fullName":"Energistics.Protocol.Object.Discovery.Get","depends":[]},{"type":"record","namespace":"Energistics.Protocol.Object.Discovery","name":"Resource","messageType":"2","protocol":"4","fields":[{"name":"uri","type":"string"},{"name":"components","type":{"type":"array","items":"Energistics.Protocol.Object.Component"}}],"fullName":"Energistics.Protocol.Object.Discovery.Resource","depends":["Energistics.Protocol.Object.Component"]},{"type":"record","namespace":"Energistics.Protocol.Object.Store","name":"AddToStore","messageType":"1","protocol":"5","fields":[{"name":"data","type":{"type":"array","items":"Energistics.Protocol.Object.DataObject"}}],"fullName":"Energistics.Protocol.Object.Store.AddToStore","depends":["Energistics.Protocol.Object.DataObject"]},{"type":"record","namespace":"Energistics.Protocol.Object.Store","name":"DeleteFromStore","messageType":"2","protocol":"5","fields":[{"name":"uri","type":{"type":"array","items":"string"}}],"fullName":"Energistics.Protocol.Object.Store.DeleteFromStore","depends":[]},{"type":"record","namespace":"Energistics.Protocol.Object.Store","name":"GetFromStore","messageType":"0","protocol":"5","fields":[{"name":"uri","type":"string"}],"fullName":"Energistics.Protocol.Object.Store.GetFromStore","depends":[]},{"type":"record","namespace":"Energistics.Protocol.Object.Store","name":"Object","messageType":"3","protocol":"5","fields":[{"name":"dataObjects","type":{"type":"array","items":"Energistics.Protocol.Object.DataObject"}}],"fullName":"Energistics.Protocol.Object.Store.Object","depends":["Energistics.Protocol.Object.DataObject"]}],"Energistics":{"Datatypes":{"ArrayOfDouble":{"type":"record","namespace":"Energistics.Datatypes","name":"ArrayOfDouble","fields":[{"name":"values","type":{"type":"array","items":"double"}}],"fullName":"Energistics.Datatypes.ArrayOfDouble","depends":[]},"DataAttribute":{"type":"record","namespace":"Energistics.Datatypes","name":"DataAttribute","fields":[{"name":"attributeId","type":"int"},{"name":"attributeValue","type":"Energistics.Datatypes.DataValue"}],"fullName":"Energistics.Datatypes.DataAttribute","depends":["Energistics.Datatypes.DataValue"]},"DataValue":{"type":"record","namespace":"Energistics.Datatypes","name":"DataValue","fields":[{"name":"item","type":["double","float","int","long","string","Energistics.Datatypes.DateTime","null","Energistics.Datatypes.ArrayOfDouble"]}],"fullName":"Energistics.Datatypes.DataValue","depends":["Energistics.Datatypes.DateTime","Energistics.Datatypes.ArrayOfDouble"]},"DateTime":{"type":"record","namespace":"Energistics.Datatypes","name":"DateTime","fields":[{"name":"time","type":"long"},{"name":"offset","type":"int"}],"fullName":"Energistics.Datatypes.DateTime","depends":[]},"ErrorCodes":{"type":"enum","namespace":"Energistics.Datatypes","name":"ErrorCodes","symbols":["ENOROLE","ENOSUPPORTEDPROTOCOLS","EINVALID_MESSAGETYPE","EUNSUPPORTED_PROTOCOL"],"fullName":"Energistics.Datatypes.ErrorCodes","depends":[]},"Protocols":{"type":"enum","namespace":"Energistics.Datatypes","name":"Protocols","symbols":["Core","ChannelData_Simple","ChannelData_Subscribed","Channel_Historical","Object_Discovery","Object_Store","Object_Query"],"fullName":"Energistics.Datatypes.Protocols","depends":[]},"MessageHeader":{"type":"record","namespace":"Energistics.Datatypes","name":"MessageHeader","fields":[{"name":"protocol","type":"int"},{"name":"messageType","type":"int"},{"name":"correlationId","type":"long"},{"name":"messageId","type":"long"},{"name":"messageFlags","type":"int"}],"fullName":"Energistics.Datatypes.MessageHeader","depends":[]},"SupportedProtocol":{"type":"record","namespace":"Energistics.Datatypes","name":"SupportedProtocol","fields":[{"name":"protocol","type":"int"},{"name":"role","type":"string"}],"fullName":"Energistics.Datatypes.SupportedProtocol","depends":[]},"Version":{"type":"record","namespace":"Energistics.Datatypes","name":"Version","fields":[{"name":"major","type":"int"},{"name":"minor","type":"int"},{"name":"revision","type":"int"},{"name":"patch","type":"int"}],"fullName":"Energistics.Datatypes.Version","depends":[]}},"Protocol":{"Core":{"Acknowledge":{"type":"record","namespace":"Energistics.Protocol.Core","name":"Acknowledge","messageType":"8","protocol":"0","fields":[],"fullName":"Energistics.Protocol.Core.Acknowledge","depends":[]},"CloseSession":{"type":"record","namespace":"Energistics.Protocol.Core","name":"CloseSession","messageType":"5","protocol":"0","fields":[{"name":"reason","type":["string","null"]}],"fullName":"Energistics.Protocol.Core.CloseSession","depends":[]},"OpenSession":{"type":"record","namespace":"Energistics.Protocol.Core","name":"OpenSession","messageType":"2","protocol":"0","fields":[{"name":"applicationName","type":"string"},{"name":"sessionId","type":"string"},{"name":"supportedProtocols","type":{"type":"array","items":"Energistics.Datatypes.SupportedProtocol"}}],"fullName":"Energistics.Protocol.Core.OpenSession","depends":["Energistics.Datatypes.SupportedProtocol"]},"ProtocolException":{"type":"record","namespace":"Energistics.Protocol.Core","name":"ProtocolException","messageType":"7","protocol":"0","fields":[{"name":"errorCode","type":"int"},{"name":"errorMessage","type":"string"}],"fullName":"Energistics.Protocol.Core.ProtocolException","depends":[]},"RequestSession":{"type":"record","namespace":"Energistics.Protocol.Core","name":"RequestSession","messageType":"1","protocol":"0","fields":[{"name":"requestedProtocols","type":{"type":"array","items":"Energistics.Datatypes.SupportedProtocol"}},{"name":"applicationName","type":"string"}],"fullName":"Energistics.Protocol.Core.RequestSession","depends":["Energistics.Datatypes.SupportedProtocol"]}},"ChannelData":{"ChannelDeleteRecord":{"type":"record","namespace":"Energistics.Protocol.ChannelData","name":"ChannelDeleteRecord","fields":[{"name":"channelId","type":"int"},{"name":"startIndex","type":"Energistics.Protocol.ChannelData.RowIndex"},{"name":"endIndex","type":"Energistics.Protocol.ChannelData.RowIndex"}],"fullName":"Energistics.Protocol.ChannelData.ChannelDeleteRecord","depends":["Energistics.Protocol.ChannelData.RowIndex","Energistics.Protocol.ChannelData.RowIndex"]},"ChannelMetadataRecord":{"type":"record","namespace":"Energistics.Protocol.ChannelData","name":"ChannelMetadataRecord","fields":[{"name":"indexId","type":"int"},{"name":"channelUri","type":"string"},{"name":"channelID","type":"int"},{"name":"mnemonic","type":"string"},{"name":"dataType","type":"string"},{"name":"uom","type":"string"},{"name":"startIndex","type":["Energistics.Protocol.ChannelData.RowIndex","null"]},{"name":"endIndex","type":["Energistics.Protocol.ChannelData.RowIndex","null"]},{"name":"description","type":"string"}],"fullName":"Energistics.Protocol.ChannelData.ChannelMetadataRecord","depends":["Energistics.Protocol.ChannelData.RowIndex","Energistics.Protocol.ChannelData.RowIndex"]},"ChannelIndexTypes":{"type":"enum","namespace":"Energistics.Protocol.ChannelData","name":"ChannelIndexTypes","symbols":["Time","Depth"],"fullName":"Energistics.Protocol.ChannelData.ChannelIndexTypes","depends":[]},"DataItem":{"type":"record","namespace":"Energistics.Protocol.ChannelData","name":"DataItem","fields":[{"name":"index","type":["Energistics.Protocol.ChannelData.RowIndex","null"]},{"name":"channelId","type":"int"},{"name":"value","type":"Energistics.Datatypes.DataValue"},{"name":"valueAttributes","type":["Energistics.Datatypes.DataAttribute","null"]}],"fullName":"Energistics.Protocol.ChannelData.DataItem","depends":["Energistics.Protocol.ChannelData.RowIndex","Energistics.Datatypes.DataValue","Energistics.Datatypes.DataAttribute"]},"DataRow":{"type":"record","namespace":"Energistics.Protocol.ChannelData","name":"DataRow","fields":[{"name":"index","type":"Energistics.Protocol.ChannelData.RowIndex"},{"name":"data","type":{"type":"array","items":"Energistics.Datatypes.DataValue"}}],"fullName":"Energistics.Protocol.ChannelData.DataRow","depends":["Energistics.Protocol.ChannelData.RowIndex","Energistics.Datatypes.DataValue"]},"IndexDirection":{"type":"enum","namespace":"Energistics.Protocol.ChannelData","name":"IndexDirection","symbols":["increasing","decreasing"],"fullName":"Energistics.Protocol.ChannelData.IndexDirection","depends":[]},"IndexMetadataRecord":{"type":"record","namespace":"Energistics.Protocol.ChannelData","name":"IndexMetadataRecord","fields":[{"name":"indexType","type":"Energistics.Protocol.ChannelData.ChannelIndexTypes"},{"name":"indexUri","type":"string"},{"name":"indexID","type":"int"},{"name":"uom","type":"string"},{"name":"datum","type":["string","null"]},{"name":"direction","type":"Energistics.Protocol.ChannelData.IndexDirection"}],"fullName":"Energistics.Protocol.ChannelData.IndexMetadataRecord","depends":["Energistics.Protocol.ChannelData.ChannelIndexTypes","Energistics.Protocol.ChannelData.IndexDirection"]},"Roles":{"type":"enum","namespace":"Energistics.Protocol.ChannelData","name":"Roles","symbols":["Producer","Consumer"],"fullName":"Energistics.Protocol.ChannelData.Roles","depends":[]},"RowIndex":{"type":"record","namespace":"Energistics.Protocol.ChannelData","name":"RowIndex","fields":[{"name":"item","type":["Energistics.Datatypes.DateTime","double"]}],"fullName":"Energistics.Protocol.ChannelData.RowIndex","depends":["Energistics.Datatypes.DateTime"]},"SubscriptionStartIndex":{"type":"record","namespace":"Energistics.Protocol.ChannelData","name":"SubscriptionStartIndex","fields":[{"name":"item","type":["null","int","Energistics.Protocol.ChannelData.RowIndex"]}],"fullName":"Energistics.Protocol.ChannelData.SubscriptionStartIndex","depends":["Energistics.Protocol.ChannelData.RowIndex"]},"SubscriptionInfo":{"type":"record","namespace":"Energistics.Protocol.ChannelData","name":"SubscriptionInfo","fields":[{"name":"channelUri","type":"string"},{"name":"startIndex","type":"Energistics.Protocol.ChannelData.SubscriptionStartIndex"},{"name":"subscribeToChanges","type":"boolean"}],"fullName":"Energistics.Protocol.ChannelData.SubscriptionInfo","depends":["Energistics.Protocol.ChannelData.SubscriptionStartIndex"]},"Historical":{"ChannelDataBlock":{"type":"record","namespace":"Energistics.Protocol.ChannelData.Historical","name":"ChannelDataBlock","messageType":"4","protocol":"3","fields":[{"name":"channels","type":{"type":"array","items":"int"}},{"name":"data","type":{"type":"array","items":"Energistics.Protocol.ChannelData.DataRow"}}],"fullName":"Energistics.Protocol.ChannelData.Historical.ChannelDataBlock","depends":["Energistics.Protocol.ChannelData.DataRow"]},"ChannelMetadata":{"type":"record","namespace":"Energistics.Protocol.ChannelData.Historical","name":"ChannelMetadata","messageType":"3","protocol":"3","fields":[{"name":"indexes","type":{"type":"array","items":"Energistics.Protocol.ChannelData.IndexMetadataRecord"}},{"name":"channels","type":{"type":"array","items":"Energistics.Protocol.ChannelData.ChannelMetadataRecord"}}],"fullName":"Energistics.Protocol.ChannelData.Historical.ChannelMetadata","depends":["Energistics.Protocol.ChannelData.IndexMetadataRecord","Energistics.Protocol.ChannelData.ChannelMetadataRecord"]},"RequestChannelData":{"type":"record","namespace":"Energistics.Protocol.ChannelData.Historical","name":"RequestChannelData","messageType":"1","protocol":"3","fields":[{"name":"uri","type":"string"},{"name":"fromIndex","type":["Energistics.Protocol.ChannelData.RowIndex","null"]},{"name":"toIndex","type":["Energistics.Protocol.ChannelData.RowIndex","null"]}],"fullName":"Energistics.Protocol.ChannelData.Historical.RequestChannelData","depends":["Energistics.Protocol.ChannelData.RowIndex","Energistics.Protocol.ChannelData.RowIndex"]}},"Streaming":{"ChannelData":{"type":"record","namespace":"Energistics.Protocol.ChannelData.Streaming","name":"ChannelData","messageType":"2","protocol":"1","fields":[{"name":"data","type":{"type":"array","items":"Energistics.Protocol.ChannelData.DataItem"}}],"fullName":"Energistics.Protocol.ChannelData.Streaming.ChannelData","depends":["Energistics.Protocol.ChannelData.DataItem"]},"ChannelDataChange":{"type":"record","namespace":"Energistics.Protocol.ChannelData.Streaming","name":"ChannelDataChange","messageType":"3","protocol":"1","fields":[{"name":"data","type":{"type":"array","items":"Energistics.Protocol.ChannelData.DataItem"}}],"fullName":"Energistics.Protocol.ChannelData.Streaming.ChannelDataChange","depends":["Energistics.Protocol.ChannelData.DataItem"]},"ChannelDataDelete":{"type":"record","namespace":"Energistics.Protocol.ChannelData.Streaming","name":"ChannelDataDelete","messageType":"4","protocol":"1","fields":[{"name":"deletions","type":{"type":"array","items":"Energistics.Protocol.ChannelData.ChannelDeleteRecord"}}],"fullName":"Energistics.Protocol.ChannelData.Streaming.ChannelDataDelete","depends":["Energistics.Protocol.ChannelData.ChannelDeleteRecord"]},"ChannelDelete":{"type":"record","namespace":"Energistics.Protocol.ChannelData.Streaming","name":"ChannelDelete","messageType":"5","protocol":"1","fields":[{"name":"channelId","type":"int"},{"name":"deleteReason","type":["string","null"]}],"fullName":"Energistics.Protocol.ChannelData.Streaming.ChannelDelete","depends":[]},"ChannelMetadata":{"type":"record","namespace":"Energistics.Protocol.ChannelData.Streaming","name":"ChannelMetadata","messageType":"1","protocol":"1","fields":[{"name":"indexes","type":{"type":"array","items":"Energistics.Protocol.ChannelData.IndexMetadataRecord"}},{"name":"channels","type":{"type":"array","items":"Energistics.Protocol.ChannelData.ChannelMetadataRecord"}}],"fullName":"Energistics.Protocol.ChannelData.Streaming.ChannelMetadata","depends":["Energistics.Protocol.ChannelData.IndexMetadataRecord","Energistics.Protocol.ChannelData.ChannelMetadataRecord"]},"Start":{"type":"record","namespace":"Energistics.Protocol.ChannelData.Streaming","name":"Start","messageType":"0","protocol":"1","fields":[{"name":"maxMessageRate","type":"int"},{"name":"maxDataItems","type":"int"}],"fullName":"Energistics.Protocol.ChannelData.Streaming.Start","depends":[]}},"Subscription":{"CreateSubscription":{"type":"record","namespace":"Energistics.Protocol.ChannelData.Subscription","name":"CreateSubscription","messageType":"1","protocol":"2","fields":[{"name":"subscriptionId","type":"string"},{"name":"subscriptions","type":{"type":"array","items":"Energistics.Protocol.ChannelData.SubscriptionInfo"}}],"fullName":"Energistics.Protocol.ChannelData.Subscription.CreateSubscription","depends":["Energistics.Protocol.ChannelData.SubscriptionInfo"]},"DropSubscription":{"type":"record","namespace":"Energistics.Protocol.ChannelData.Subscription","name":"DropSubscription","messageType":"2","protocol":"2","fields":[{"name":"subscriptionId","type":{"type":"array","items":"string"}}],"fullName":"Energistics.Protocol.ChannelData.Subscription.DropSubscription","depends":[]},"ModifySubscription":{"type":"record","namespace":"Energistics.Protocol.ChannelData.Subscription","name":"ModifySubscription","fields":[{"name":"subscriptionId","type":"string"},{"name":"add","type":{"type":"array","items":"Energistics.Protocol.ChannelData.SubscriptionInfo"}},{"name":"remove","type":{"type":"array","items":"int"}}],"fullName":"Energistics.Protocol.ChannelData.Subscription.ModifySubscription","depends":["Energistics.Protocol.ChannelData.SubscriptionInfo"]}}},"Object":{"Component":{"type":"record","namespace":"Energistics.Protocol.Object","name":"Component","fields":[{"name":"uri","type":"string"},{"name":"name","type":"string"},{"name":"subscribable","type":"boolean"}],"fullName":"Energistics.Protocol.Object.Component","depends":[]},"DataObject":{"type":"record","namespace":"Energistics.Protocol.Object","name":"DataObject","fields":[{"name":"namespace","type":"string"},{"name":"version","type":"string"},{"name":"objectType","type":"string"},{"name":"contentType","type":"string"},{"name":"contentEncoding","type":"string"},{"name":"data","type":"bytes"}],"fullName":"Energistics.Protocol.Object.DataObject","depends":[]},"Discovery":{"Get":{"type":"record","namespace":"Energistics.Protocol.Object.Discovery","name":"Get","messageType":"1","protocol":"4","fields":[{"name":"uri","type":"string"}],"fullName":"Energistics.Protocol.Object.Discovery.Get","depends":[]},"Resource":{"type":"record","namespace":"Energistics.Protocol.Object.Discovery","name":"Resource","messageType":"2","protocol":"4","fields":[{"name":"uri","type":"string"},{"name":"components","type":{"type":"array","items":"Energistics.Protocol.Object.Component"}}],"fullName":"Energistics.Protocol.Object.Discovery.Resource","depends":["Energistics.Protocol.Object.Component"]}},"Store":{"AddToStore":{"type":"record","namespace":"Energistics.Protocol.Object.Store","name":"AddToStore","messageType":"1","protocol":"5","fields":[{"name":"data","type":{"type":"array","items":"Energistics.Protocol.Object.DataObject"}}],"fullName":"Energistics.Protocol.Object.Store.AddToStore","depends":["Energistics.Protocol.Object.DataObject"]},"DeleteFromStore":{"type":"record","namespace":"Energistics.Protocol.Object.Store","name":"DeleteFromStore","messageType":"2","protocol":"5","fields":[{"name":"uri","type":{"type":"array","items":"string"}}],"fullName":"Energistics.Protocol.Object.Store.DeleteFromStore","depends":[]},"GetFromStore":{"type":"record","namespace":"Energistics.Protocol.Object.Store","name":"GetFromStore","messageType":"0","protocol":"5","fields":[{"name":"uri","type":"string"}],"fullName":"Energistics.Protocol.Object.Store.GetFromStore","depends":[]},"Object":{"type":"record","namespace":"Energistics.Protocol.Object.Store","name":"Object","messageType":"3","protocol":"5","fields":[{"name":"dataObjects","type":{"type":"array","items":"Energistics.Protocol.Object.DataObject"}}],"fullName":"Energistics.Protocol.Object.Store.Object","depends":["Energistics.Protocol.Object.DataObject"]}}}}}}');
var RalfSchemas = JSON.parse('{"namespace":"energistics","protocol":"exp","version":"","types":[{"type":"record","namespace":"Energistics.Datatypes","name":"ArrayOfDouble","fields":[{"name":"values","type":{"type":"array","items":"double"}}],"fullName":"Energistics.Datatypes.ArrayOfDouble","depends":[]},{"type":"record","namespace":"Energistics.Datatypes","name":"DateTime","fields":[{"name":"time","type":"long"},{"name":"offset","type":"float"}],"fullName":"Energistics.Datatypes.DateTime","depends":[]},{"type":"record","namespace":"Energistics.Datatypes","name":"DataValue","fields":[{"name":"item","type":["null","double","float","int","long","string","Energistics.Datatypes.DateTime","Energistics.Datatypes.ArrayOfDouble","boolean"]}],"fullName":"Energistics.Datatypes.DataValue","depends":["Energistics.Datatypes.DateTime","Energistics.Datatypes.ArrayOfDouble"]},{"type":"record","namespace":"Energistics.Datatypes","name":"DataAttribute","fields":[{"name":"attributeId","type":"int"},{"name":"attributeValue","type":"Energistics.Datatypes.DataValue"}],"fullName":"Energistics.Datatypes.DataAttribute","depends":["Energistics.Datatypes.DataValue"]},{"type":"enum","namespace":"Energistics.Datatypes","name":"ErrorCodes","symbols":["ENOROLE","ENOSUPPORTEDPROTOCOLS","EINVALID_MESSAGETYPE","EUNSUPPORTED_PROTOCOL"],"fullName":"Energistics.Datatypes.ErrorCodes","depends":[]},{"type":"record","namespace":"Energistics.Datatypes","name":"MessageHeader","fields":[{"name":"protocol","type":"int"},{"name":"messageType","type":"int"},{"name":"correlationId","type":"long"},{"name":"messageId","type":"long"},{"name":"messageFlags","type":"int"}],"fullName":"Energistics.Datatypes.MessageHeader","depends":[]},{"type":"enum","namespace":"Energistics.Datatypes","name":"Protocols","symbols":["Core","Channel_Data","Channel_Tabular","Discovery","Object_Store","Object_Query"],"fullName":"Energistics.Datatypes.Protocols","depends":[]},{"type":"record","namespace":"Energistics.Datatypes","name":"Version","fields":[{"name":"major","type":"int"},{"name":"minor","type":"int"},{"name":"revision","type":"int"},{"name":"patch","type":"int"}],"fullName":"Energistics.Datatypes.Version","depends":[]},{"type":"record","namespace":"Energistics.Datatypes","name":"SupportedProtocol","fields":[{"name":"protocol","type":"int"},{"name":"protocolVersion","type":"Energistics.Datatypes.Version"},{"name":"role","type":"string"},{"name":"protocolCapabilities","type":{"type":"map","values":"Energistics.Datatypes.DataValue"}}],"fullName":"Energistics.Datatypes.SupportedProtocol","depends":["Energistics.Datatypes.Version","Energistics.Datatypes.DataValue"]},{"type":"enum","namespace":"Energistics.Datatypes.ChannelData","name":"ChannelIndexTypes","symbols":["Time","Depth","ElapsedTime"],"fullName":"Energistics.Datatypes.ChannelData.ChannelIndexTypes","depends":[]},{"type":"enum","namespace":"Energistics.Datatypes.ChannelData","name":"ChannelStatuses","symbols":["Active","Inactive","Closed"],"fullName":"Energistics.Datatypes.ChannelData.ChannelStatuses","depends":[]},{"type":"enum","namespace":"Energistics.Datatypes.ChannelData","name":"ErrorCodes","symbols":["EINVALID_URI","EINVALID_CHANNELID"],"fullName":"Energistics.Datatypes.ChannelData.ErrorCodes","depends":[]},{"type":"enum","namespace":"Energistics.Datatypes.ChannelData","name":"IndexDirections","symbols":["Increasing","Decreasing"],"fullName":"Energistics.Datatypes.ChannelData.IndexDirections","depends":[]},{"type":"record","namespace":"Energistics.Datatypes.ChannelData","name":"IndexMetadataRecord","fields":[{"name":"indexType","type":"Energistics.Datatypes.ChannelData.ChannelIndexTypes"},{"name":"uom","type":"string"},{"name":"datum","type":["null","string"]},{"name":"direction","type":"Energistics.Datatypes.ChannelData.IndexDirections"},{"name":"mnemonic","type":["null","string"]},{"name":"description","type":["null","string"]},{"name":"uri","type":["null","string"]}],"fullName":"Energistics.Datatypes.ChannelData.IndexMetadataRecord","depends":["Energistics.Datatypes.ChannelData.ChannelIndexTypes","Energistics.Datatypes.ChannelData.IndexDirections"]},{"type":"record","namespace":"Energistics.Datatypes.ChannelData","name":"IndexValue","fields":[{"name":"item","type":["Energistics.Datatypes.DateTime","double","long"]}],"fullName":"Energistics.Datatypes.ChannelData.IndexValue","depends":["Energistics.Datatypes.DateTime"]},{"type":"record","namespace":"Energistics.Datatypes.ChannelData","name":"ChannelMetadataRecord","fields":[{"name":"channelUri","type":"string"},{"name":"channelId","type":"int"},{"name":"indexes","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.IndexMetadataRecord"}},{"name":"mnemonic","type":"string"},{"name":"dataType","type":"string"},{"name":"uom","type":"string"},{"name":"startIndex","type":["null","Energistics.Datatypes.ChannelData.IndexValue"]},{"name":"endIndex","type":["null","Energistics.Datatypes.ChannelData.IndexValue"]},{"name":"description","type":"string"},{"name":"status","type":"Energistics.Datatypes.ChannelData.ChannelStatuses"}],"fullName":"Energistics.Datatypes.ChannelData.ChannelMetadataRecord","depends":["Energistics.Datatypes.ChannelData.IndexMetadataRecord","Energistics.Datatypes.ChannelData.IndexValue","Energistics.Datatypes.ChannelData.IndexValue","Energistics.Datatypes.ChannelData.ChannelStatuses"]},{"type":"record","namespace":"Energistics.Datatypes.ChannelData","name":"ChannelRangeInfo","fields":[{"name":"channelId","type":"int"},{"name":"startIndex","type":"Energistics.Datatypes.ChannelData.IndexValue"},{"name":"endIndex","type":"Energistics.Datatypes.ChannelData.IndexValue"}],"fullName":"Energistics.Datatypes.ChannelData.ChannelRangeInfo","depends":["Energistics.Datatypes.ChannelData.IndexValue","Energistics.Datatypes.ChannelData.IndexValue"]},{"type":"record","namespace":"Energistics.Datatypes.ChannelData","name":"DataItem","fields":[{"name":"indexes","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.IndexValue"}},{"name":"channelId","type":"int"},{"name":"value","type":"Energistics.Datatypes.DataValue"},{"name":"valueAttributes","type":{"type":"array","items":"Energistics.Datatypes.DataAttribute"}}],"fullName":"Energistics.Datatypes.ChannelData.DataItem","depends":["Energistics.Datatypes.ChannelData.IndexValue","Energistics.Datatypes.DataValue","Energistics.Datatypes.DataAttribute"]},{"type":"enum","namespace":"Energistics.Datatypes.ChannelData","name":"Roles","symbols":["Producer","Consumer"],"fullName":"Energistics.Datatypes.ChannelData.Roles","depends":[]},{"type":"record","namespace":"Energistics.Datatypes.ChannelData","name":"StreamingStartIndex","fields":[{"name":"item","type":["null","int","Energistics.Datatypes.ChannelData.IndexValue"]}],"fullName":"Energistics.Datatypes.ChannelData.StreamingStartIndex","depends":["Energistics.Datatypes.ChannelData.IndexValue"]},{"type":"record","namespace":"Energistics.Datatypes.ChannelData","name":"ChannelStreamingInfo","fields":[{"name":"channelId","type":"int"},{"name":"startIndex","type":"Energistics.Datatypes.ChannelData.StreamingStartIndex"},{"name":"receiveChangeNotification","type":"boolean"}],"fullName":"Energistics.Datatypes.ChannelData.ChannelStreamingInfo","depends":["Energistics.Datatypes.ChannelData.StreamingStartIndex"]},{"type":"record","namespace":"Energistics.Datatypes.ChannelDataFrame","name":"DataRow","fields":[{"name":"index","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.IndexValue"}},{"name":"data","type":{"type":"array","items":"Energistics.Datatypes.DataValue"}}],"fullName":"Energistics.Datatypes.ChannelDataFrame.DataRow","depends":["Energistics.Datatypes.ChannelData.IndexValue","Energistics.Datatypes.DataValue"]},{"type":"record","namespace":"Energistics.Datatypes.Object","name":"DataObject","fields":[{"name":"namespace","type":"string"},{"name":"version","type":"string"},{"name":"objectType","type":"string"},{"name":"contentType","type":"string"},{"name":"contentEncoding","type":"string"},{"name":"data","type":"bytes"}],"fullName":"Energistics.Datatypes.Object.DataObject","depends":[]},{"type":"record","namespace":"Energistics.Datatypes.Object","name":"Resource","fields":[{"name":"uri","type":"string"},{"name":"name","type":"string"},{"name":"subscribable","type":"boolean"},{"name":"customData","type":"string"},{"name":"resourceType","type":"string"},{"name":"hasChildren","type":"int"}],"fullName":"Energistics.Datatypes.Object.Resource","depends":[]},{"type":"record","namespace":"Energistics.Protocol.ChannelDataFrame","name":"ChannelDataFrame","messageType":"4","protocol":"2","fields":[{"name":"channels","type":{"type":"array","items":"int"}},{"name":"data","type":{"type":"array","items":"Energistics.Datatypes.ChannelDataFrame.DataRow"}}],"fullName":"Energistics.Protocol.ChannelDataFrame.ChannelDataFrame","depends":["Energistics.Datatypes.ChannelDataFrame.DataRow"]},{"type":"record","namespace":"Energistics.Protocol.ChannelDataFrame","name":"ChannelMetadata","messageType":"3","protocol":"2","fields":[{"name":"indexes","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.IndexMetadataRecord"}},{"name":"channels","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.ChannelMetadataRecord"}}],"fullName":"Energistics.Protocol.ChannelDataFrame.ChannelMetadata","depends":["Energistics.Datatypes.ChannelData.IndexMetadataRecord","Energistics.Datatypes.ChannelData.ChannelMetadataRecord"]},{"type":"record","namespace":"Energistics.Protocol.ChannelDataFrame","name":"RequestChannelData","messageType":"1","protocol":"2","fields":[{"name":"uri","type":"string"},{"name":"fromIndex","type":["null","Energistics.Datatypes.ChannelData.IndexValue"]},{"name":"toIndex","type":["null","Energistics.Datatypes.ChannelData.IndexValue"]}],"fullName":"Energistics.Protocol.ChannelDataFrame.RequestChannelData","depends":["Energistics.Datatypes.ChannelData.IndexValue","Energistics.Datatypes.ChannelData.IndexValue"]},{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"ChannelData","messageType":"3","protocol":"1","fields":[{"name":"data","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.DataItem"}}],"fullName":"Energistics.Protocol.ChannelStreaming.ChannelData","depends":["Energistics.Datatypes.ChannelData.DataItem"]},{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"ChannelDataChange","messageType":"6","protocol":"1","fields":[{"name":"channelId","type":"int"},{"name":"startIndex","type":"Energistics.Datatypes.ChannelData.IndexValue"},{"name":"endIndex","type":"Energistics.Datatypes.ChannelData.IndexValue"},{"name":"data","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.DataItem"}}],"fullName":"Energistics.Protocol.ChannelStreaming.ChannelDataChange","depends":["Energistics.Datatypes.ChannelData.IndexValue","Energistics.Datatypes.ChannelData.IndexValue","Energistics.Datatypes.ChannelData.DataItem"]},{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"ChannelDelete","messageType":"8","protocol":"1","fields":[{"name":"channelId","type":"int"},{"name":"deleteReason","type":["null","string"]}],"fullName":"Energistics.Protocol.ChannelStreaming.ChannelDelete","depends":[]},{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"ChannelDescribe","messageType":"1","protocol":"1","fields":[{"name":"uris","type":{"type":"array","items":"string"}}],"fullName":"Energistics.Protocol.ChannelStreaming.ChannelDescribe","depends":[]},{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"ChannelMetadata","messageType":"2","protocol":"1","fields":[{"name":"channels","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.ChannelMetadataRecord"}}],"fullName":"Energistics.Protocol.ChannelStreaming.ChannelMetadata","depends":["Energistics.Datatypes.ChannelData.ChannelMetadataRecord"]},{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"ChannelRangeRequest","messageType":"9","protocol":"1","fields":[{"name":"channelRanges","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.ChannelRangeInfo"}}],"fullName":"Energistics.Protocol.ChannelStreaming.ChannelRangeRequest","depends":["Energistics.Datatypes.ChannelData.ChannelRangeInfo"]},{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"ChannelStatusChange","messageType":"10","protocol":"1","fields":[{"name":"channelId","type":"int"},{"name":"status","type":"Energistics.Datatypes.ChannelData.ChannelStatuses"}],"fullName":"Energistics.Protocol.ChannelStreaming.ChannelStatusChange","depends":["Energistics.Datatypes.ChannelData.ChannelStatuses"]},{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"ChannelStreamingStart","messageType":"4","protocol":"1","fields":[{"name":"channels","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.ChannelStreamingInfo"}}],"fullName":"Energistics.Protocol.ChannelStreaming.ChannelStreamingStart","depends":["Energistics.Datatypes.ChannelData.ChannelStreamingInfo"]},{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"ChannelStreamingStop","messageType":"5","protocol":"1","fields":[{"name":"channels","type":{"type":"array","items":"int"}}],"fullName":"Energistics.Protocol.ChannelStreaming.ChannelStreamingStop","depends":[]},{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"Start","messageType":"0","protocol":"1","fields":[{"name":"maxMessageRate","type":"int"},{"name":"maxDataItems","type":"int"}],"fullName":"Energistics.Protocol.ChannelStreaming.Start","depends":[]},{"type":"record","namespace":"Energistics.Protocol.Core","name":"Acknowledge","messageType":"1001","protocol":"0","fields":[],"fullName":"Energistics.Protocol.Core.Acknowledge","depends":[]},{"type":"record","namespace":"Energistics.Protocol.Core","name":"CloseSession","messageType":"5","protocol":"0","fields":[{"name":"reason","type":["null","string"]}],"fullName":"Energistics.Protocol.Core.CloseSession","depends":[]},{"type":"record","namespace":"Energistics.Protocol.Core","name":"OpenSession","messageType":"2","protocol":"0","fields":[{"name":"applicationName","type":"string"},{"name":"sessionId","type":"string"},{"name":"supportedProtocols","type":{"type":"array","items":"Energistics.Datatypes.SupportedProtocol"}}],"fullName":"Energistics.Protocol.Core.OpenSession","depends":["Energistics.Datatypes.SupportedProtocol"]},{"type":"record","namespace":"Energistics.Protocol.Core","name":"ProtocolException","messageType":"1000","protocol":"0","fields":[{"name":"errorCode","type":"int"},{"name":"errorMessage","type":"string"}],"fullName":"Energistics.Protocol.Core.ProtocolException","depends":[]},{"type":"record","namespace":"Energistics.Protocol.Core","name":"RequestSession","messageType":"1","protocol":"0","fields":[{"name":"requestedProtocols","type":{"type":"array","items":"Energistics.Datatypes.SupportedProtocol"}},{"name":"applicationName","type":"string"}],"fullName":"Energistics.Protocol.Core.RequestSession","depends":["Energistics.Datatypes.SupportedProtocol"]},{"type":"record","namespace":"Energistics.Protocol.Discovery","name":"GetResources","messageType":"1","protocol":"3","fields":[{"name":"uri","type":"string"}],"fullName":"Energistics.Protocol.Discovery.GetResources","depends":[]},{"type":"record","namespace":"Energistics.Protocol.Discovery","name":"Resource","messageType":"2","protocol":"3","fields":[{"name":"uri","type":"string"},{"name":"resources","type":{"type":"array","items":"Energistics.Datatypes.Object.Resource"}}],"fullName":"Energistics.Protocol.Discovery.Resource","depends":["Energistics.Datatypes.Object.Resource"]},{"type":"record","namespace":"Energistics.Protocol.Store","name":"AddToStore","messageType":"1","protocol":"4","fields":[{"name":"data","type":{"type":"array","items":"Energistics.Datatypes.Object.DataObject"}}],"fullName":"Energistics.Protocol.Store.AddToStore","depends":["Energistics.Datatypes.Object.DataObject"]},{"type":"record","namespace":"Energistics.Protocol.Store","name":"DeleteFromStore","messageType":"2","protocol":"4","fields":[{"name":"uri","type":{"type":"array","items":"string"}}],"fullName":"Energistics.Protocol.Store.DeleteFromStore","depends":[]},{"type":"record","namespace":"Energistics.Protocol.Store","name":"GetFromStore","messageType":"0","protocol":"4","fields":[{"name":"uri","type":"string"}],"fullName":"Energistics.Protocol.Store.GetFromStore","depends":[]},{"type":"record","namespace":"Energistics.Protocol.Store","name":"Object","messageType":"3","protocol":"4","fields":[{"name":"dataObjects","type":{"type":"array","items":"Energistics.Datatypes.Object.DataObject"}}],"fullName":"Energistics.Protocol.Store.Object","depends":["Energistics.Datatypes.Object.DataObject"]}],"Energistics":{"Datatypes":{"ArrayOfDouble":{"type":"record","namespace":"Energistics.Datatypes","name":"ArrayOfDouble","fields":[{"name":"values","type":{"type":"array","items":"double"}}],"fullName":"Energistics.Datatypes.ArrayOfDouble","depends":[]},"DateTime":{"type":"record","namespace":"Energistics.Datatypes","name":"DateTime","fields":[{"name":"time","type":"long"},{"name":"offset","type":"float"}],"fullName":"Energistics.Datatypes.DateTime","depends":[]},"DataValue":{"type":"record","namespace":"Energistics.Datatypes","name":"DataValue","fields":[{"name":"item","type":["null","double","float","int","long","string","Energistics.Datatypes.DateTime","Energistics.Datatypes.ArrayOfDouble","boolean"]}],"fullName":"Energistics.Datatypes.DataValue","depends":["Energistics.Datatypes.DateTime","Energistics.Datatypes.ArrayOfDouble"]},"DataAttribute":{"type":"record","namespace":"Energistics.Datatypes","name":"DataAttribute","fields":[{"name":"attributeId","type":"int"},{"name":"attributeValue","type":"Energistics.Datatypes.DataValue"}],"fullName":"Energistics.Datatypes.DataAttribute","depends":["Energistics.Datatypes.DataValue"]},"ErrorCodes":{"type":"enum","namespace":"Energistics.Datatypes","name":"ErrorCodes","symbols":["ENOROLE","ENOSUPPORTEDPROTOCOLS","EINVALID_MESSAGETYPE","EUNSUPPORTED_PROTOCOL"],"fullName":"Energistics.Datatypes.ErrorCodes","depends":[]},"MessageHeader":{"type":"record","namespace":"Energistics.Datatypes","name":"MessageHeader","fields":[{"name":"protocol","type":"int"},{"name":"messageType","type":"int"},{"name":"correlationId","type":"long"},{"name":"messageId","type":"long"},{"name":"messageFlags","type":"int"}],"fullName":"Energistics.Datatypes.MessageHeader","depends":[]},"Protocols":{"type":"enum","namespace":"Energistics.Datatypes","name":"Protocols","symbols":["Core","Channel_Data","Channel_Tabular","Discovery","Object_Store","Object_Query"],"fullName":"Energistics.Datatypes.Protocols","depends":[]},"Version":{"type":"record","namespace":"Energistics.Datatypes","name":"Version","fields":[{"name":"major","type":"int"},{"name":"minor","type":"int"},{"name":"revision","type":"int"},{"name":"patch","type":"int"}],"fullName":"Energistics.Datatypes.Version","depends":[]},"SupportedProtocol":{"type":"record","namespace":"Energistics.Datatypes","name":"SupportedProtocol","fields":[{"name":"protocol","type":"int"},{"name":"protocolVersion","type":"Energistics.Datatypes.Version"},{"name":"role","type":"string"},{"name":"protocolCapabilities","type":{"type":"map","values":"Energistics.Datatypes.DataValue"}}],"fullName":"Energistics.Datatypes.SupportedProtocol","depends":["Energistics.Datatypes.Version","Energistics.Datatypes.DataValue"]},"ChannelData":{"ChannelIndexTypes":{"type":"enum","namespace":"Energistics.Datatypes.ChannelData","name":"ChannelIndexTypes","symbols":["Time","Depth","ElapsedTime"],"fullName":"Energistics.Datatypes.ChannelData.ChannelIndexTypes","depends":[]},"ChannelStatuses":{"type":"enum","namespace":"Energistics.Datatypes.ChannelData","name":"ChannelStatuses","symbols":["Active","Inactive","Closed"],"fullName":"Energistics.Datatypes.ChannelData.ChannelStatuses","depends":[]},"ErrorCodes":{"type":"enum","namespace":"Energistics.Datatypes.ChannelData","name":"ErrorCodes","symbols":["EINVALID_URI","EINVALID_CHANNELID"],"fullName":"Energistics.Datatypes.ChannelData.ErrorCodes","depends":[]},"IndexDirections":{"type":"enum","namespace":"Energistics.Datatypes.ChannelData","name":"IndexDirections","symbols":["Increasing","Decreasing"],"fullName":"Energistics.Datatypes.ChannelData.IndexDirections","depends":[]},"IndexMetadataRecord":{"type":"record","namespace":"Energistics.Datatypes.ChannelData","name":"IndexMetadataRecord","fields":[{"name":"indexType","type":"Energistics.Datatypes.ChannelData.ChannelIndexTypes"},{"name":"uom","type":"string"},{"name":"datum","type":["null","string"]},{"name":"direction","type":"Energistics.Datatypes.ChannelData.IndexDirections"},{"name":"mnemonic","type":["null","string"]},{"name":"description","type":["null","string"]},{"name":"uri","type":["null","string"]}],"fullName":"Energistics.Datatypes.ChannelData.IndexMetadataRecord","depends":["Energistics.Datatypes.ChannelData.ChannelIndexTypes","Energistics.Datatypes.ChannelData.IndexDirections"]},"IndexValue":{"type":"record","namespace":"Energistics.Datatypes.ChannelData","name":"IndexValue","fields":[{"name":"item","type":["Energistics.Datatypes.DateTime","double","long"]}],"fullName":"Energistics.Datatypes.ChannelData.IndexValue","depends":["Energistics.Datatypes.DateTime"]},"ChannelMetadataRecord":{"type":"record","namespace":"Energistics.Datatypes.ChannelData","name":"ChannelMetadataRecord","fields":[{"name":"channelUri","type":"string"},{"name":"channelId","type":"int"},{"name":"indexes","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.IndexMetadataRecord"}},{"name":"mnemonic","type":"string"},{"name":"dataType","type":"string"},{"name":"uom","type":"string"},{"name":"startIndex","type":["null","Energistics.Datatypes.ChannelData.IndexValue"]},{"name":"endIndex","type":["null","Energistics.Datatypes.ChannelData.IndexValue"]},{"name":"description","type":"string"},{"name":"status","type":"Energistics.Datatypes.ChannelData.ChannelStatuses"}],"fullName":"Energistics.Datatypes.ChannelData.ChannelMetadataRecord","depends":["Energistics.Datatypes.ChannelData.IndexMetadataRecord","Energistics.Datatypes.ChannelData.IndexValue","Energistics.Datatypes.ChannelData.IndexValue","Energistics.Datatypes.ChannelData.ChannelStatuses"]},"ChannelRangeInfo":{"type":"record","namespace":"Energistics.Datatypes.ChannelData","name":"ChannelRangeInfo","fields":[{"name":"channelId","type":"int"},{"name":"startIndex","type":"Energistics.Datatypes.ChannelData.IndexValue"},{"name":"endIndex","type":"Energistics.Datatypes.ChannelData.IndexValue"}],"fullName":"Energistics.Datatypes.ChannelData.ChannelRangeInfo","depends":["Energistics.Datatypes.ChannelData.IndexValue","Energistics.Datatypes.ChannelData.IndexValue"]},"DataItem":{"type":"record","namespace":"Energistics.Datatypes.ChannelData","name":"DataItem","fields":[{"name":"indexes","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.IndexValue"}},{"name":"channelId","type":"int"},{"name":"value","type":"Energistics.Datatypes.DataValue"},{"name":"valueAttributes","type":{"type":"array","items":"Energistics.Datatypes.DataAttribute"}}],"fullName":"Energistics.Datatypes.ChannelData.DataItem","depends":["Energistics.Datatypes.ChannelData.IndexValue","Energistics.Datatypes.DataValue","Energistics.Datatypes.DataAttribute"]},"Roles":{"type":"enum","namespace":"Energistics.Datatypes.ChannelData","name":"Roles","symbols":["Producer","Consumer"],"fullName":"Energistics.Datatypes.ChannelData.Roles","depends":[]},"StreamingStartIndex":{"type":"record","namespace":"Energistics.Datatypes.ChannelData","name":"StreamingStartIndex","fields":[{"name":"item","type":["null","int","Energistics.Datatypes.ChannelData.IndexValue"]}],"fullName":"Energistics.Datatypes.ChannelData.StreamingStartIndex","depends":["Energistics.Datatypes.ChannelData.IndexValue"]},"ChannelStreamingInfo":{"type":"record","namespace":"Energistics.Datatypes.ChannelData","name":"ChannelStreamingInfo","fields":[{"name":"channelId","type":"int"},{"name":"startIndex","type":"Energistics.Datatypes.ChannelData.StreamingStartIndex"},{"name":"receiveChangeNotification","type":"boolean"}],"fullName":"Energistics.Datatypes.ChannelData.ChannelStreamingInfo","depends":["Energistics.Datatypes.ChannelData.StreamingStartIndex"]}},"ChannelDataFrame":{"DataRow":{"type":"record","namespace":"Energistics.Datatypes.ChannelDataFrame","name":"DataRow","fields":[{"name":"index","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.IndexValue"}},{"name":"data","type":{"type":"array","items":"Energistics.Datatypes.DataValue"}}],"fullName":"Energistics.Datatypes.ChannelDataFrame.DataRow","depends":["Energistics.Datatypes.ChannelData.IndexValue","Energistics.Datatypes.DataValue"]}},"Object":{"DataObject":{"type":"record","namespace":"Energistics.Datatypes.Object","name":"DataObject","fields":[{"name":"namespace","type":"string"},{"name":"version","type":"string"},{"name":"objectType","type":"string"},{"name":"contentType","type":"string"},{"name":"contentEncoding","type":"string"},{"name":"data","type":"bytes"}],"fullName":"Energistics.Datatypes.Object.DataObject","depends":[]},"Resource":{"type":"record","namespace":"Energistics.Datatypes.Object","name":"Resource","fields":[{"name":"uri","type":"string"},{"name":"name","type":"string"},{"name":"subscribable","type":"boolean"},{"name":"customData","type":"string"},{"name":"resourceType","type":"string"},{"name":"hasChildren","type":"int"}],"fullName":"Energistics.Datatypes.Object.Resource","depends":[]}}},"Protocol":{"ChannelDataFrame":{"ChannelDataFrame":{"type":"record","namespace":"Energistics.Protocol.ChannelDataFrame","name":"ChannelDataFrame","messageType":"4","protocol":"2","fields":[{"name":"channels","type":{"type":"array","items":"int"}},{"name":"data","type":{"type":"array","items":"Energistics.Datatypes.ChannelDataFrame.DataRow"}}],"fullName":"Energistics.Protocol.ChannelDataFrame.ChannelDataFrame","depends":["Energistics.Datatypes.ChannelDataFrame.DataRow"]},"ChannelMetadata":{"type":"record","namespace":"Energistics.Protocol.ChannelDataFrame","name":"ChannelMetadata","messageType":"3","protocol":"2","fields":[{"name":"indexes","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.IndexMetadataRecord"}},{"name":"channels","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.ChannelMetadataRecord"}}],"fullName":"Energistics.Protocol.ChannelDataFrame.ChannelMetadata","depends":["Energistics.Datatypes.ChannelData.IndexMetadataRecord","Energistics.Datatypes.ChannelData.ChannelMetadataRecord"]},"RequestChannelData":{"type":"record","namespace":"Energistics.Protocol.ChannelDataFrame","name":"RequestChannelData","messageType":"1","protocol":"2","fields":[{"name":"uri","type":"string"},{"name":"fromIndex","type":["null","Energistics.Datatypes.ChannelData.IndexValue"]},{"name":"toIndex","type":["null","Energistics.Datatypes.ChannelData.IndexValue"]}],"fullName":"Energistics.Protocol.ChannelDataFrame.RequestChannelData","depends":["Energistics.Datatypes.ChannelData.IndexValue","Energistics.Datatypes.ChannelData.IndexValue"]}},"ChannelStreaming":{"ChannelData":{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"ChannelData","messageType":"3","protocol":"1","fields":[{"name":"data","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.DataItem"}}],"fullName":"Energistics.Protocol.ChannelStreaming.ChannelData","depends":["Energistics.Datatypes.ChannelData.DataItem"]},"ChannelDataChange":{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"ChannelDataChange","messageType":"6","protocol":"1","fields":[{"name":"channelId","type":"int"},{"name":"startIndex","type":"Energistics.Datatypes.ChannelData.IndexValue"},{"name":"endIndex","type":"Energistics.Datatypes.ChannelData.IndexValue"},{"name":"data","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.DataItem"}}],"fullName":"Energistics.Protocol.ChannelStreaming.ChannelDataChange","depends":["Energistics.Datatypes.ChannelData.IndexValue","Energistics.Datatypes.ChannelData.IndexValue","Energistics.Datatypes.ChannelData.DataItem"]},"ChannelDelete":{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"ChannelDelete","messageType":"8","protocol":"1","fields":[{"name":"channelId","type":"int"},{"name":"deleteReason","type":["null","string"]}],"fullName":"Energistics.Protocol.ChannelStreaming.ChannelDelete","depends":[]},"ChannelDescribe":{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"ChannelDescribe","messageType":"1","protocol":"1","fields":[{"name":"uris","type":{"type":"array","items":"string"}}],"fullName":"Energistics.Protocol.ChannelStreaming.ChannelDescribe","depends":[]},"ChannelMetadata":{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"ChannelMetadata","messageType":"2","protocol":"1","fields":[{"name":"channels","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.ChannelMetadataRecord"}}],"fullName":"Energistics.Protocol.ChannelStreaming.ChannelMetadata","depends":["Energistics.Datatypes.ChannelData.ChannelMetadataRecord"]},"ChannelRangeRequest":{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"ChannelRangeRequest","messageType":"9","protocol":"1","fields":[{"name":"channelRanges","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.ChannelRangeInfo"}}],"fullName":"Energistics.Protocol.ChannelStreaming.ChannelRangeRequest","depends":["Energistics.Datatypes.ChannelData.ChannelRangeInfo"]},"ChannelStatusChange":{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"ChannelStatusChange","messageType":"10","protocol":"1","fields":[{"name":"channelId","type":"int"},{"name":"status","type":"Energistics.Datatypes.ChannelData.ChannelStatuses"}],"fullName":"Energistics.Protocol.ChannelStreaming.ChannelStatusChange","depends":["Energistics.Datatypes.ChannelData.ChannelStatuses"]},"ChannelStreamingStart":{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"ChannelStreamingStart","messageType":"4","protocol":"1","fields":[{"name":"channels","type":{"type":"array","items":"Energistics.Datatypes.ChannelData.ChannelStreamingInfo"}}],"fullName":"Energistics.Protocol.ChannelStreaming.ChannelStreamingStart","depends":["Energistics.Datatypes.ChannelData.ChannelStreamingInfo"]},"ChannelStreamingStop":{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"ChannelStreamingStop","messageType":"5","protocol":"1","fields":[{"name":"channels","type":{"type":"array","items":"int"}}],"fullName":"Energistics.Protocol.ChannelStreaming.ChannelStreamingStop","depends":[]},"Start":{"type":"record","namespace":"Energistics.Protocol.ChannelStreaming","name":"Start","messageType":"0","protocol":"1","fields":[{"name":"maxMessageRate","type":"int"},{"name":"maxDataItems","type":"int"}],"fullName":"Energistics.Protocol.ChannelStreaming.Start","depends":[]}},"Core":{"Acknowledge":{"type":"record","namespace":"Energistics.Protocol.Core","name":"Acknowledge","messageType":"1001","protocol":"0","fields":[],"fullName":"Energistics.Protocol.Core.Acknowledge","depends":[]},"CloseSession":{"type":"record","namespace":"Energistics.Protocol.Core","name":"CloseSession","messageType":"5","protocol":"0","fields":[{"name":"reason","type":["null","string"]}],"fullName":"Energistics.Protocol.Core.CloseSession","depends":[]},"OpenSession":{"type":"record","namespace":"Energistics.Protocol.Core","name":"OpenSession","messageType":"2","protocol":"0","fields":[{"name":"applicationName","type":"string"},{"name":"sessionId","type":"string"},{"name":"supportedProtocols","type":{"type":"array","items":"Energistics.Datatypes.SupportedProtocol"}}],"fullName":"Energistics.Protocol.Core.OpenSession","depends":["Energistics.Datatypes.SupportedProtocol"]},"ProtocolException":{"type":"record","namespace":"Energistics.Protocol.Core","name":"ProtocolException","messageType":"1000","protocol":"0","fields":[{"name":"errorCode","type":"int"},{"name":"errorMessage","type":"string"}],"fullName":"Energistics.Protocol.Core.ProtocolException","depends":[]},"RequestSession":{"type":"record","namespace":"Energistics.Protocol.Core","name":"RequestSession","messageType":"1","protocol":"0","fields":[{"name":"requestedProtocols","type":{"type":"array","items":"Energistics.Datatypes.SupportedProtocol"}},{"name":"applicationName","type":"string"}],"fullName":"Energistics.Protocol.Core.RequestSession","depends":["Energistics.Datatypes.SupportedProtocol"]}},"Discovery":{"GetResources":{"type":"record","namespace":"Energistics.Protocol.Discovery","name":"GetResources","messageType":"1","protocol":"3","fields":[{"name":"uri","type":"string"}],"fullName":"Energistics.Protocol.Discovery.GetResources","depends":[]},"Resource":{"type":"record","namespace":"Energistics.Protocol.Discovery","name":"Resource","messageType":"2","protocol":"3","fields":[{"name":"uri","type":"string"},{"name":"resources","type":{"type":"array","items":"Energistics.Datatypes.Object.Resource"}}],"fullName":"Energistics.Protocol.Discovery.Resource","depends":["Energistics.Datatypes.Object.Resource"]}},"Store":{"AddToStore":{"type":"record","namespace":"Energistics.Protocol.Store","name":"AddToStore","messageType":"1","protocol":"4","fields":[{"name":"data","type":{"type":"array","items":"Energistics.Datatypes.Object.DataObject"}}],"fullName":"Energistics.Protocol.Store.AddToStore","depends":["Energistics.Datatypes.Object.DataObject"]},"DeleteFromStore":{"type":"record","namespace":"Energistics.Protocol.Store","name":"DeleteFromStore","messageType":"2","protocol":"4","fields":[{"name":"uri","type":{"type":"array","items":"string"}}],"fullName":"Energistics.Protocol.Store.DeleteFromStore","depends":[]},"GetFromStore":{"type":"record","namespace":"Energistics.Protocol.Store","name":"GetFromStore","messageType":"0","protocol":"4","fields":[{"name":"uri","type":"string"}],"fullName":"Energistics.Protocol.Store.GetFromStore","depends":[]},"Object":{"type":"record","namespace":"Energistics.Protocol.Store","name":"Object","messageType":"3","protocol":"4","fields":[{"name":"dataObjects","type":{"type":"array","items":"Energistics.Datatypes.Object.DataObject"}}],"fullName":"Energistics.Protocol.Store.Object","depends":["Energistics.Datatypes.Object.DataObject"]}}}}}');
module.exports=RalfSchemas;
{
"name": "node-etp",
"version": "1.0.1",
"version": "1.0.2",
"main": "./bin/server.js",
"repository": {
"type": "git",
"url": "https://bitbucket.org/energistics/etpv1.git"
"url": "https://bitbucket.org/energistics/etpv1"
},

@@ -22,3 +22,3 @@ "devDependencies": {

"schemas": "./schemas",
"test": "./test",
"web": "./web",
"bin": "./bin"

@@ -25,0 +25,0 @@ },

@@ -1,21 +0,17 @@

#Node RaLF Server
#Node ETP
This is an experimental implementation of a node.js server and html5 client for the Energistics Transfer protocol (ETP).
ETP is a proposed specification for streaming real-time data from oil field drilling and production facilities. It uses
websockets for transport and Apache Avro for serialization.
This is a javascript serialization implementation for the Energistics Transfer protocol (ETP).
ETP is a proposed specification for streaming real-time data from oil field drilling and production facilities. It uses websockets for transport and Apache Avro for serialization.
This implementation also uses mongodb for storage, although that is not part of the spec.
#Prerequisites
- Install Node from nodejs.org - v0.10 min required.
- Install Mongodb
#Installation
c:\>mkdir ralfdemo
c:\>cd ralfdemo
### To install from npm
npm install node-ralf
## To install from npm
npm install node-etp
### To install from source
## To install from source
Clone the node folder from mercurial. Say, into c:\sf\rlfprototype-code-0\src\Node

@@ -26,29 +22,4 @@

#Running
c:\ralfdemo>node bin/server
Unzipped sample data
simple-http-server Now Serving: ./ at http://localhost:8080/
Wed May 08 2013 08:05:21 GMT-0500 (Central Daylight Time) RaLF Server is listening on port 8081
Now point your modern, html5-compliant browser at http://localhost:8080
#Options
The following can be passed as command line options when starting the server.
Option | Default | Description
:------ | ------- | --------
--httpServer | true | Run the web server, set false if you just want the RaLF Websocket server
--httpPort=port | 8080 | Web Server Port
--wsPort=port | 8081 | Websocket Port
--schemas | lastest | Name of the RaLF schema file to use. Look in the schema folder for .avpr files, any can be used
--autoSubscribe | false| Start pushing data without a subscription
--defaultSubscription | | Name of a Uri to use when auto-publishing, must correspond to a .json file in the data directory.
--databaseConnectString | mongodb://localhost:27017/witsml | mongodb connection string
--traceMessages | false | Creates a disk log of each message sent and received by the server.
--traceDirectory | trace | Name of the folder to hold the trace files.
--help | | print this information
#Known Issues
- Does not currently support 5 minute ring buffer.
- Only supports subscription on log objects

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc