gops icon indicating copy to clipboard operation
gops copied to clipboard

Communication via HTTP

Open nvcnvn opened this issue 8 years ago • 1 comments

With the pull request https://github.com/google/gops/pull/30 seem will be accepted I want to make it a step further by making the gops tool "speak" with agents via HTTP rather than reading each single by via TCP.

Benefit:

  • More firewall friendly and save a port (in my work place 80 is always open)
  • Easier to extend

I will happy to work on this if accepted.

nvcnvn avatar Feb 23 '17 04:02 nvcnvn

I would prefer to switch to HTTP, there are a few feature requests that require complex payloads and custom protocol on TCP is not the way to go :)

rakyll avatar Mar 02 '17 22:03 rakyll