#iOSClient for Mosh These are a set of small changes to make Mosh compile for iOS as a separate library that can be linked into applications. Please do not use to compile mosh-client or mosh-server. You can use a separate script [Build Mosh](https://github.com/blinksh/build-mosh) and it is currently being used in [Blink](https://github.com/blinksh/blink). There are four main changes to the original Mosh code, that we hope to integrate at some point with the main branch: - iOSClient as a new main loop for the library. - Multithread code suppport. - Makefiles support for the iOS version. - Bug fixes (sockets, etc...) Original Mosh can be found on [Mosh](https://github.com/mobile-shell/mosh)