mirror of
https://github.com/jeremysrand/ListenerApp.git
synced 2024-12-21 13:29:53 +00:00
The iOS app which connects to the Listener desk accessory on an Apple IIgs for doing speech dictation.
ListenerApp | ||
ListenerApp.xcodeproj | ||
ListenerAppTests | ||
ListenerAppUITests | ||
LICENSE | ||
README.md |
ListenerApp
This is an iOS app that connects to an Apple IIgs over a network and streams text to it from voice dicatation.
This app uses SwiftSocket v2.1.0 for opening the TCP connection to the Apple IIgs. It also uses BinUtils for packing/unpacking structures on the TCP connection.