New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tcp-logging-proxy

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tcp-logging-proxy

Listens to upstream connections from clients on the input port and forwards them to the server on the output port

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

TCP Logging Proxy

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.

Motivation

This project was created to help debug the TCP based protocols commonly used by GPS tracking devices for the Location IO project

Install

To install the most recent release from npm, run:

 npm install -g tcp-logging-proxy

Usage

tcp-logging-proxy.js [input port] [output port] [host / ip address]

Output

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

Package last updated on 04 Jun 2013

Did you know?

Socket

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.

Install

Related posts

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