Skip to content
/ mosh Public

Mosh version library for iOS

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
COPYING
Unknown
COPYING.iOS
Notifications You must be signed in to change notification settings

blinksh/mosh

Repository files navigation

#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 and it is currently being used in 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