Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>This doesn't necessarily answer your question the way you want it answered (it's not in the comments section since my diatribe is probably going to be too long). However, I think it may still be helpful.</p> <p>A couple of points. I think you should re-educate your clients on the benefits and costs of interrupts. Interrupts are a <em>very</em> efficient way of handling device control and, unless you're meticulous about your coding, you're unlikely to match the performance with non-interrupt-driven code.</p> <p>Secondly, using GPL software <em>will</em> give them full unrestricted rights to the software, it just won't allow them to restrict others. If you mean they <em>do</em> want to restrict others then I'd be asking why they think they should have the right to use the labours of others without any give-back.</p> <p>You may well be able to find a TCP stack under a more permissive licence than GPL (allowing them to effectively close-source it). If you have a C compiler for your FPGA, you can possibly look into <a href="http://www.sics.se/~adam/uip/index.php/Main_Page" rel="nofollow noreferrer">uIP</a> which has a very permissive licence from a brief look:</p> <blockquote> <p>Copyright (c) 2001-2006, Adam Dunkels and the Swedish Institute of Computer Science</p> <p>All rights reserved. </p> <p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: </p> <ol> <li><p>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</p></li> <li><p>Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. </p></li> <li><p>The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. </p></li> </ol> <p>THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p> </blockquote> <p>That's it, no "must release under GPL" or any other viral clauses, and the only attribution is the inclusion of the copyright notice.</p>
 

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