| View previous topic :: View next topic |
| Author |
Message |
CheChin
Joined: 04 Aug 2005 Posts: 8
|
Posted: Tue Mar 14, 2006 6:21 pm Post subject: LUA network game, protocol |
|
|
With VB and C i have just used types/structs to build the package and send off the whole thing as a string. Then when i recieve it, i just pop it back into the same type/struct and i'm done.
Do anyone have some suggestion on how i should do this in lua?
You can't just fill a table, and send it off as "text" can you?
I need the package building/handling to be fairly fast too.
Anyone? |
|
| Back to top |
|
 |
LuMo
Joined: 21 Aug 2005 Posts: 410 Location: Austria
|
Posted: Thu Mar 16, 2006 2:46 am Post subject: |
|
|
i guess we discussed this yesterday in irc?
implode/explode function on my webpage should solve this.
greets
lumo
PS: table --> string and vice versa _________________ "Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com |
|
| Back to top |
|
 |
|