2021-07-16 12:57:01 -04:00
|
|
|
# ListenerApp
|
|
|
|
|
2021-07-17 15:56:29 -04:00
|
|
|
This is an iOS app that connects to an Apple IIgs over a network and streams text to it from voice dicatation.
|
|
|
|
|
2021-07-17 16:13:34 -04:00
|
|
|
It relies on the [Speech Framework](https://developer.apple.com/documentation/speech) built into recent versions of iOS.
|
|
|
|
|
2021-07-17 15:56:29 -04:00
|
|
|
This app uses [SwiftSocket v2.1.0](https://github.com/swiftsocket/SwiftSocket/tree/2.1.0) for opening the TCP connection to the Apple IIgs.
|
2021-07-17 16:11:39 -04:00
|
|
|
It also uses [BinUtils](https://github.com/nst/BinUtils) for packing/unpacking structures on the TCP connection.
|