I am trying to figure out how to send an NSData object to a computer/device on the network.
I have a hard time figuring out how to do this and I can barely find any examples.
I have already looked in to the Apple documentation but still no luck figuring it out.
I am on XCode 6 and iOS 8+.
What is the easiest and most straight forward way to send NSData over TCP to another device?