The iOS app which connects to the Listener desk accessory on an Apple IIgs for doing speech dictation.
Go to file
2021-07-17 16:10:33 -04:00
ListenerApp Add BinUtils also to provide a way to do packing of the structures for the message. Again, running into problems with the packaging so resorting to directly copying the code. In this case, it is Swift Package Manager which isn't working for some reason. It looks like the package is just too old to be supported in the latest. 2021-07-17 16:10:33 -04:00
ListenerApp.xcodeproj Add BinUtils also to provide a way to do packing of the structures for the message. Again, running into problems with the packaging so resorting to directly copying the code. In this case, it is Swift Package Manager which isn't working for some reason. It looks like the package is just too old to be supported in the latest. 2021-07-17 16:10:33 -04:00
ListenerAppTests Initial Commit 2021-07-16 12:46:54 -04:00
ListenerAppUITests Initial Commit 2021-07-16 12:46:54 -04:00
LICENSE Add a license file. 2021-07-16 12:53:59 -04:00
README.md Add a link in the README to SwiftSocket. 2021-07-17 15:56:29 -04:00

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.