🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

atcp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atcp

An ATCP Protocol

1.0.0
PyPI
Maintainers
1

ATCP

The trick of this protocol is that its connection address has a path (atcp://example.com[:1614]/[...]) there are also several types of packages:

  • The PING server/client responds with PONG if the connection can be continued or CLOSE if it needs to be closed. It is sent every 10 seconds.
  • PONG - I've already told you.
  • CLOSE - also.
  • MESSAGE <message> - the message itself.
  • PATH <The PATH STARTING FROM / > is sent when the client connects.
  • CONN <code> is sent by the server after sending the PATH by the client (0 - successfully connected, 1 - connection error and connection closure) and by the opposite side when the other side is notified (0 - ok, -1 - error).

FAQs

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