Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>LGPL on iphone</strong></p> <p>Here's an article about LGPL on the iPhone;</p> <p><a href="http://huyzing.com/2009/08/24/compatibility-between-the-iphone-app-store-and-the-lgpl/" rel="noreferrer">http://huyzing.com/2009/08/24/compatibility-between-the-iphone-app-store-and-the-lgpl/</a></p> <p>So one option you have is to use either of the LGPL libraries, but provide your users with the <em>object</em> code for your app on request, or make it available on your website. (You'd need to include the references to the LGPL in some kind of "About" screen too, or in your text on the appstore.)</p> <p>However, if you're doing a free app, why not release the source code instead? Maybe other people will join in and help you.</p> <p><strong>libssh2 and the GPL</strong></p> <p>From looking at libssh2, it looks to me like there's the option to build with openssl <em>or</em> gcrypt - I believe gcrypt is the (L)GPL part you're referring to. openssl is not (L)GPL, so you can use that instead.</p> <p><strong>Other ssh libraries</strong></p> <p>I believe some of the iphone applications are using the ssh code that forms a part of the putty ssh client for windows. This is also released under a non-(L)GPL license.</p> <p><strong>Writing an ssh client</strong></p> <p>One other point to think about is that to write an ssh client, the ssh part is only half the battle - you also have to write a fairly fully featured VT100/ANSI terminal emulator if you want to use any full screen apps. This can be a bit involved and/or a bit of a painful experience, but is certainly possible and good programming experience!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload