ListenerApp/README.md

503 B

ListenerApp

This is an iOS app that connects to an Apple IIgs over a network and streams text to it from voice dicatation.

It relies on the Speech Framework built into recent versions of iOS.

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.