You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An iOS and OS X Cocoa library for communicating over USB and TCP.
3
+
PeerTalk is a iOS and OS X Cocoa library for communicating over USB and TCP.
4
4
5
-
Highlights:
5
+
#### Highlights
6
6
7
7
1. Provides you with USB device attach/detach events and attached device's info
8
8
@@ -14,6 +14,8 @@ Highlights:
14
14
15
15
4. Tested and designed for libdispatch (aka Grand Central Dispatch).
16
16
17
+
Grab the goods from [https://github.com/rsms/peertalk](https://github.com/rsms/peertalk)
18
+
17
19
18
20
## Getting started
19
21
@@ -27,27 +29,8 @@ Suck down the code and open *peertalk.xcodeproj* in Xcode 4.3 or later on OS X 1
27
29
28
30
3. Connect your iOS device (iPhone, iPod or iPad) and kill the iPhone simulator and go back to Xcode. Select the "Peertalk iOS Example" target for your connected iOS device. Hit Cmd+R (Product → Run) to build and run the sample app on your device.
29
31
30
-
It _should_ work. Video demo: [http://www.youtube.com/watch?v=kQPWy8N0mBg](http://www.youtube.com/watch?v=kQPWy8N0mBg)
0 commit comments