Add a link in the README to SwiftSocket.

This commit is contained in:
Jeremy Rand 2021-07-17 15:56:29 -04:00
parent cb83bb85ae
commit f84cf7cd18
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# ListenerApp
This is an iOS app that connects to an Apple IIgs over a network and streams text to it from voice dicatation.
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](https://github.com/swiftsocket/SwiftSocket/tree/2.1.0) for opening the TCP connection to the Apple IIgs.