lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] SSH - Raw API


From: Sergio R. Caprile
Subject: Re: [lwip-users] SSH - Raw API
Date: Fri, 10 Mar 2017 09:50:51 -0300
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

As long as you have the memory and CPU resources, you can have an RTOS and as many threads as you can, with all the apps you need. lwIP main core and RAW API apps will run on a thread, other apps with their netconn/socket APIs on their respective threads.

The point is... do you actually _NEED_ those apps ?

So many embedded needs can be solved with a web server running CGIs and serving javascripts. If you _DO_ need all the bells and whistles of a full fledged host, you might consider running embedded Linux instead.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]