swiftsocket / SwiftSocket

The easy way to use sockets on Apple platforms
BSD 3-Clause "New" or "Revised" License
1.67k stars 401 forks source link

Scan TCPIP calls #60

Open gupinheiro opened 7 years ago

gupinheiro commented 7 years ago

Do you know a software that I can use in Mac OS X El Captain to monitor and list socket operations, when using iPad Simulator on XCode? I need to see if operations are being executed in correct order. Thanks

mreader-uk commented 7 years ago

Hello,

Oddly enough I recommended something to do this just the other day. link below. Just leave server address as 0.0.0.0 and it will listen on local 127.0.0.1 port.

FWIW. I recommend a nice small footprint java app called SocketTest. Nice and easy TCP/UDP server or client. Ideal for testing code such as the above. PC and Mac compatible http://sockettest.sourceforge.net/

gupinheiro commented 7 years ago

Hi, I need to monitor TCP IP flow over my app (wich runs in simulator on Mac OS X 10.11) and some external server, what software do you suggest? Thanks