[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: LuaSockets
- From: Anders Eriksson <Anders.Eriksson@...>
- Date: Tue, 16 Aug 2005 09:08:12 +0200
Hi all.
I have two applications that both using Lua.
Now I need to send 12 "doubles" from one script
too the other using LuaSocket. I have been sending
the values as a string and on the client side parsed
the strings into usable values.
But isn't it an other why of doing this ?
I have been ordering both (Programming In Lua)
and (Game Development With Lua) but can anyone
point me into right direction with this ?
Thanks,
/Anders