dannagle / PacketSender

Network utility for sending / receiving TCP, UDP, SSL, HTTP
https://packetsender.com
GNU General Public License v2.0
2.31k stars 361 forks source link

how to use centos packetsender start tcp server? #170

Closed ccwxl closed 3 weeks ago

ccwxl commented 4 years ago

What OS?

Description of issue

Packet Sender is a Network UDP/TCP/SSL Test Utility by NagleCode
See https://PacketSender.com/ for more information.

Options:
  -h, --help         Displays this help.
  -v, --version      Displays version information.
  -q, --quiet        Quiet mode. Only output received data.
  -x, --hex          Parse data-to-send as hex (default).
  -a, --ascii        Parse data-to-send as mixed-ascii (like the GUI).
  -A, --ASCII        Parse data-to-send as pure ascii (no \xx translation).
  -w, --wait <ms>    Wait up to <milliseconds> for a response after sending.
                     Zero means do not wait (Default).
  -f, --file <path>  Send contents of specified path. Max 10 MiB for UDP, 100
                     MiB for TCP/SSL.
  -b, --bind <port>  Bind port. Default is 0 (dynamic).
  -t, --tcp          Send TCP (default).
  -s, --ssl          Send SSL and ignore errors.
  -S, --SSL          Send SSL and stop for errors.
  -u, --udp          Send UDP.
  -n, --name <name>  Send previously saved packet named <name>. Other options
                     overrides saved packet parameters.

Arguments:
  address            Destination address. Optional for saved packet.
  port               Destination port. Optional for saved packet.
  data               Data to send. Optional for saved packet.

start a tcp server using pacletsender command cli ?

dannagle commented 4 years ago

Packet Sender CLI does not support starting a TCP server on the command line. Only the GUI has it. This feature has been requested several times.

sreedhartk commented 7 months ago

Packet Sender CLI does not support starting a TCP server on the command line. Only the GUI has it. This feature has been requested several times.

Hello Dan, is there a plan to bring this feature (starting TCP server) any time in Packet Sender CLI? Btw, thanks a lot for this amazing tool!

dannagle commented 7 months ago

It is on the roadmap, but without a sponsor, it is not a high priority. That is why this request has lingered for so long.

Comments like yours and hitting upvotes does help bring attention to the most wanted bug fixes and features. Getting accurate feedback to adjust priorities is difficult on this project because the app intentionally has zero tracking and zero analytics.

dannagle commented 1 month ago

This feature is now in the development branch

dannagle commented 3 weeks ago

This feature is now released.