Re: [lwip-users] Question regarding mdns responder

2017-03-21 Thread Erik Ekman
On 21 March 2017 at 15:10, Joel Cunningham wrote: > > On Mar 21, 2017, at 6:30 AM, Dirk Ziegelmeier > wrote: > > The problem is that you have two hosts with the same name "BGW" (= > "BGW.local" MDNS name) in the same network. They should have different > names. > > > > Is this a known limitation

Re: [lwip-users] Question regarding mdns responder

2017-03-21 Thread goldsi...@gmx.de
Joel Cunningham wrote: Given the list of limitations, should the current mDNS support only be used for querying? apps/mdns/mdns is a responder, I don't think it can be used for querying :-) Host name querying is included in core/dns.c, but I don't think we have support for service querying.

Re: [lwip-users] heap problem with chrome

2017-03-21 Thread goldsi...@gmx.de
Mohamed Hnezli wrote: when reloading a tab in chrome or adding new one the server crashs. Note that the server runs well with firefox. Any help please ? Last time I tested those two browsers, chrome used more simultaneous connections to my server than firefox. That explains the difference. Yo

Re: [lwip-users] heap problem with chrome

2017-03-21 Thread Noam Weissman
Hi Mohamed, Part of the LwIP contributions you have working HTTP servers. Have you used one of these or created something of your own ? What is the API that you are using: RAW, Netcon or Socket ? BR, Noam. From: lwip-users [mailto:lwip-users-bounces+noam=silrd@nongnu.org] On Behalf Of M

Re: [lwip-users] Question regarding mdns responder

2017-03-21 Thread Joel Cunningham
> On Mar 21, 2017, at 9:28 AM, Dirk Ziegelmeier wrote: > > from mdns.c: > > * Things left to implement: > * - > * > * - Probing/conflict resolution > […] Given the list of limitations, should the current mDNS support only be used for querying? Joel ___

[lwip-users] heap problem with chrome

2017-03-21 Thread Mohamed Hnezli
hello, I'm cuurently using SmartFusion2 SoC and LwIP ontop of FreeRTOS, I implemented a basic HTTP server over TCP, the problem I am facing is when reloading a tab in chrome or adding new one the server crashs. Note that the server runs well with firefox. Any help please ? Thank you in advance --

Re: [lwip-users] Question regarding mdns responder

2017-03-21 Thread Dirk Ziegelmeier
from mdns.c: * Things left to implement: * - * * - Probing/conflict resolution [...] Dirk ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users

Re: [lwip-users] Question regarding mdns responder

2017-03-21 Thread Joel Cunningham
> On Mar 21, 2017, at 6:30 AM, Dirk Ziegelmeier wrote: > > The problem is that you have two hosts with the same name "BGW" (= > "BGW.local" MDNS name) in the same network. They should have different names. > > Is this a known limitation of LwIP’s mDNS implementation? I haven’t done an audi

Re: [lwip-users] Question regarding mdns responder

2017-03-21 Thread Dirk Ziegelmeier
The problem is that you have two hosts with the same name "BGW" (= "BGW.local" MDNS name) in the same network. They should have different names. Dirk ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users