Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
This is a javascript serialization implementation for the Energistics Transfer protocol (ETP).
#etp-js
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 node package contains:
#Prerequisites
#Installation
npm install node-etp
Clone the node folder from bitbucket.
c:\energistics\src\node-etp git clone https://bitbucket.org/energistics/node-etp.git
Install into your project directory c:\ralfdemo>npm install c:\energistics\src\node-etp
#Using the library.
var avro = require("etp").Avro;
var schemas = require("etp").Schemas;
console.dir(schemas);
c:\ralfdemo>node test
{ namespace: 'energistics',
protocol: 'exp',
version: '',
types:
[ { type: 'record',
namespace: 'Energistics.Datatypes',
name: 'ArrayOfDouble',
fields: [Object],
fullName: 'Energistics.Datatypes.ArrayOfDouble',
depends: [] },
{ type: 'record',
namespace: 'Energistics.Datatypes',
name: 'DateTime',
fields: [Object],
fullName: 'Energistics.Datatypes.DateTime',
depends: [] },
{ type: 'record',
namespace: 'Energistics.Datatypes',
name: 'DataValue',
fields: [Object],
fullName: 'Energistics.Datatypes.DataValue',
depends: [Object] },
etc...
FAQs
Javascript bindings for Energistics Transport Protocol (ETP)
We found that etp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.