Hi, Under UDP there should be a time out as there is no connection.
When you work with TCP it is normal to have some kind of timeout and that is to avoid unused connections. Noam. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of ajinkya Sent: ב 22 אפריל 2013 15:26 To: [email protected] Subject: Re: [lwip-users] STR912 lwIP + Freertos demo Hi Noam, I just rectified the problem, :-) Actually I wrote the IR generation first, got it working. Then I started with LWIP, also got it working, with your help of course. But while integrating both the codes, I did not comment ---->> VIC_DeInit(); //(actually did that purposefully while writing IR generation) function call, which was a part of IR generation code, and was getting called after UDP server comes online. So everything related to interrupts was deinitialized (as ethernet requires them, it was not working) Finally it is working......... I am able to control AC over Ethernet now........... Still I have some reliability issues, as it goes offline after certain time/ packets of transmission and reception. Is there something/some function to keep it refreshing/resetting? --- Thanks a lot, Ajinkya ----(Will be available on this mailing list if somebody finds some problem, and I am able to solve it :-) ) -- View this message in context: http://lwip.100.n7.nabble.com/STR912-lwIP-Freertos-demo-tp21277p21332.html Sent from the lwip-users mailing list archive at Nabble.com. _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users ************************************************************************************ This footnote confirms that this email message has been scanned by PineApp Mail-SeCure for the presence of malicious code, vandals & computer viruses. ************************************************************************************ ************************************************************************************ This footnote confirms that this email message has been scanned by PineApp Mail-SeCure for the presence of malicious code, vandals & computer viruses. ************************************************************************************ _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
