Hi,
I tried to build a http client within eLUA. But failed so far. Analysing the problem a little deeper, it seems like there is at least one ethernet paket lost. Has anybody else seen the same problem? I am using a lm3s8962 eval board. To overcome this problem I have written an special server in LUA and a client in eLUA to be able to download files. See: client code: https://github.com/kheinz57/eLuaWebDevice/blob/master/device/eLUA/romfs/autorun.lua server code: https://github.com/kheinz57/eLuaWebDevice/blob/master/server/e2srv.lua for a working configuration Heinz _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Bogdan is reworking the TCP/IP layer in eLua because the current
implementation does have situations where it will lose packets because of the way uIP works. I believe he will have his modifications to merge in the near future. -jsnyder On Tue, Nov 15, 2011 at 1:51 PM, heinz <[hidden email]> wrote: > Hi, > > I tried to build a http client within eLUA. But failed so far. Analysing the > problem a little deeper, it seems > like there is at least one ethernet paket lost. > Has anybody else seen the same problem? > I am using a lm3s8962 eval board. > > To overcome this problem I have written an special server in LUA and a > client in eLUA to be able to download files. > See: > client code: > https://github.com/kheinz57/eLuaWebDevice/blob/master/device/eLUA/romfs/autorun.lua > server code: > https://github.com/kheinz57/eLuaWebDevice/blob/master/server/e2srv.lua > > for a working configuration > > Heinz > _______________________________________________ > eLua-dev mailing list > [hidden email] > https://lists.berlios.de/mailman/listinfo/elua-dev > eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
In reply to this post by Heinz
what settings and build system do you used to build elua?
did you use the scons based build system? and did you alter the config file? james On Tue, Nov 15, 2011 at 1:51 PM, heinz <[hidden email]> wrote: Hi, _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
I am using the scons build system (is there anything else?) Yes, I did alter the config file. I will attach it. what settings and build system do you used to build elua? _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev platform_conf.h (8K) Download Attachment |
Free forum by Nabble | Edit this page |