Michael Sonnino
Michael Sonnino
I haven't tried using sockets from the Watch directly and I'm too novice to tell you if it's possible or recommended, but here are my 2 cents: I have an...
+1 I'm stuck on this as well. EDIT: I found this: https://stackoverflow.com/questions/43838646/swift-writing-binary-directly-like-python Haven't had time to test it yet though. I'll update.
Hi, I figured it out eventually, hope it helps anyone: ``` let messageString = "some string to send" //We start with the string we want to send over the socket...
> > Hi, > > I figured it out eventually, hope it helps anyone: > > ``` > > let messageString = "some string to send" //We start with the...