lipp / lua-websockets

Websockets for Lua.
http://lipp.github.com/lua-websockets/
MIT License
396 stars 113 forks source link

Openwrt Support #29

Closed deepak78 closed 11 years ago

deepak78 commented 11 years ago

HI,

I was searching for lua based websockets libs for theOpenWrt and came to your page. I am looking for a client only piece that can connect to a a WS server and would be able to exchange massages over WS. Your libabry fits all my needs, I then tried to build a package for this on OpenWrt/mips but due to other dependencies I could not build it.

Do you know if such package is available on OpenWrt/MIPS or someone else tried it, if not could you please point me right direction to build it.

Deepak

deepak78 commented 11 years ago

Was using wrong compiler settings, able to build it for the OpenWrt, closing the issue

Matteomt commented 10 years ago

Hi, deepak78 How did you do this? I googled around but I can't figure out how to start building lua-websockets and its dependencies for OpenWrt. May some one give me the right direction? I really need to pass this small step in order to continue my project. Thanks.

mshndev commented 10 years ago

deepak78, please tell us how did you do this? Or may be you have an existing package for ar71xx? Thanks!

Matteomt commented 10 years ago

Hi, If you are interested in node.js.. I was looking for any way to use WebSockets on my small TL-MR3020. Lua seemed to me like a good choice for a system with so few memory, but I succesfully installed node.js on openwrt with an external flash and swap memory on USB. The performance is better than what I thought. There are packages of node.js available for openwrt made by the Arduino YUN community.