Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
tcp-logging-proxy
Advanced tools
Listens to upstream connections from clients on the input port and forwards them to the server on the output port
Listens to connections from clients on the input port and forwards them to the server on the output port. Data sent from the client to the proxy is forwarded to the server and data sent from the server to the proxy is forwarded it to the client.
This project was created to help debug the TCP based protocols commonly used by GPS tracking devices for the Location IO project
To install the most recent release from npm, run:
npm install -g tcp-logging-proxy
tcp-logging-proxy.js [input port] [output port] [host / ip address]
The upstream and downstream data is logged to the console. In addition data is logged to files in the output directory. The .meta
files contain upstream and downstream data with meta information about when and in which direction the data was sent. The .upstream
files contains the raw upstream data, the .downstream
files contain the downstream data. The file names are timestamps that relate to when the connection was established.
FAQs
Listens to upstream connections from clients on the input port and forwards them to the server on the output port
The npm package tcp-logging-proxy receives a total of 0 weekly downloads. As such, tcp-logging-proxy popularity was classified as not popular.
We found that tcp-logging-proxy 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.