0

I want the server to get the caller's IP in any way. E.g. client calls function on server that checks his IP.

Also I want to know how to get my own external IP using pure Python or built-ins.

Misha
  • 117
  • 1
  • 2
  • 9

1 Answers1

0

Answers are in the manual.

Pyro4.current_context

Pyro4.socketutil.getIpAddress

Irmen de Jong
  • 2,739
  • 1
  • 14
  • 26