zwopple / PocketSocket

Objective-C websocket library for building things that work in realtime on iOS and OS X.
Other
414 stars 129 forks source link

Get IP address from PSWebSocket #70

Open szuwest opened 6 years ago

szuwest commented 6 years ago

How can I get IP addrss from PSWebSocket?

szuwest commented 6 years ago

I have found the solution in PSWebSocketServerDelegate.

There can get address.

whizdummy commented 6 years ago

How do you parse (NSData *) address data?

szuwest commented 6 years ago

@whizdummy CocoaAsyncSocket , GCDAsyncUdpSocket hostFromAddress: