Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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 f
#Node RaLF Server
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 implementation also uses mongodb for storage, although that is not part of the spec.
#Prerequisites
#Installation c:>mkdir ralfdemo c:>cd ralfdemo
npm install node-ralf
Clone the node folder from mercurial. Say, into c:\sf\rlfprototype-code-0\src\Node
c:\ralfdemo>npm install d:\sf\rlfprototype-code-0\src\Node
#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
FAQs
This is a javascript serialization implementation for the Energistics Transfer protocol (ETP).
The npm package node-etp receives a total of 1 weekly downloads. As such, node-etp popularity was classified as not popular.
We found that node-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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.