Re: [lwip-users] Basic Authentication

2020-04-23 Thread Ben Stuyts
Hi Marco, Sounds good! I’m interested in this. Would it be possible for you to post a complete patch? Thanks, Ben > On 22 Apr 2020, at 15:25, Marco Lazzaroni wrote: > > > > Il giorno lun 20 apr 2020 alle ore 12:35 Marco Lazzaroni > ha scritto: > > About Basic

Re: [lwip-users] Port to Stellarisware

2017-12-21 Thread Ben Stuyts
> On 21 Dec 2017, at 04:54, Nathan Hartman <hartman.nat...@gmail.com> wrote: > > On Dec 20, 2017, at 7:23 PM, Ben Stuyts <b...@altus-escon.com > <mailto:b...@altus-escon.com>> wrote: > >> Hi Nathan, >> >>> On 20 Dec 20

Re: [lwip-users] Port to Stellarisware

2017-12-21 Thread Ben Stuyts
> On 21 Dec 2017, at 10:08, Philipp Tölke <philipp.toe...@fos4x.de> wrote: > > Hi all, > > On 12/21/2017 1:23 AM, Ben Stuyts wrote: >>> TivaWare is TI's driver library / bare bones framework for the TM4C >>> family. It's stuck on lwIP version 1.4.1. As f

Re: [lwip-users] Port to Stellarisware

2017-12-20 Thread Ben Stuyts
Hi Nathan, > On 20 Dec 2017, at 16:31, Nathan Hartman <hartman.nat...@gmail.com> wrote: > > On Dec 20, 2017, at 10:17 AM, Ben Stuyts <b...@altus-escon.com> wrote: >> >> TI’s Stellarisware library for the LM3S series chips uses lwIP v1.3.1. By >> any

[lwip-users] Port to Stellarisware

2017-12-20 Thread Ben Stuyts
Hi, TI’s Stellarisware library for the LM3S series chips uses lwIP v1.3.1. By any chance, has anybody ported lwIP v2.0.3 to Stellarisware? They basically #include all the lwIP *.c files into a single lwiplib.c file and compile that. Also not sure if their own interface/porting layer code is

Re: [lwip-users] new SSI/SHTML parser testers needed

2015-07-19 Thread Ben Stuyts
Hello Sergio, On 19 Mar 2014, at 14:02, Sergio R. Caprile scapr...@gmail.com wrote: For anyone interested, the modified package lies here: http://scaprile.ldir.com.ar/cms/category/os/lwhttpd/ Regards I am going to upgrade an old project which uses the original http server in

Re: [lwip-users] LWIP_HTTPD_FS_ASYNC_READ, LWIP_HTTPD_DYNAMIC_FILE_READ

2012-12-12 Thread Ben Stuyts
Nobody? On 9 dec. 2012, at 18:57, Ben Stuyts b...@altus-escon.com wrote: Hi all, While browsing the httpd sources I came across the LWIP_HTTPD_FS_ASYNC_READ and LWIP_HTTPD_DYNAMIC_FILE_READ define. In fs.h I read for LWIP_HTTPD_FS_ASYNC_READ: support asynchronous read operations

Re: [lwip-users] LWIP_HTTPD_FS_ASYNC_READ, LWIP_HTTPD_DYNAMIC_FILE_READ

2012-12-12 Thread Ben Stuyts
On 12 dec. 2012, at 11:43, Simon Goldschmidt goldsi...@gmx.de wrote: Ben Stuyts wrote: While browsing the httpd sources I came across the LWIP_HTTPD_FS_ASYNC_READ and LWIP_HTTPD_DYNAMIC_FILE_READ define. In fs.h I read for LWIP_HTTPD_FS_ASYNC_READ: support asynchronous read operations

[lwip-users] LWIP_HTTPD_FS_ASYNC_READ, LWIP_HTTPD_DYNAMIC_FILE_READ

2012-12-09 Thread Ben Stuyts
Hi all, While browsing the httpd sources I came across the LWIP_HTTPD_FS_ASYNC_READ and LWIP_HTTPD_DYNAMIC_FILE_READ define. In fs.h I read for LWIP_HTTPD_FS_ASYNC_READ: support asynchronous read operations (fs_read_async returns FS_READ_DELAYED and calls a callback when finished). And for

[lwip-users] http authentication

2011-05-29 Thread Ben Stuyts
Hi, I need basic access authentication for the http server. I was thinking along the lines of rfc1945 chapter 11. Has any work on this been done? Otherwise I might give it a try. Kind regards, Ben ___ lwip-users mailing list lwip-users@nongnu.org

Re: [lwip-users] Support for mDNS

2010-08-23 Thread Ben Stuyts
://savannah.nongnu.org/task/?10240 Thanks, I've added my vote for these. We're using lwIP in an embedded device and want to advertise some basic info (name, services) on the LAN without the host knowing the IP address up front. Is there any support planned in lwIP for e.g. mDNS? With kind regards, Ben