lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


It was thus said that the Great mchalkley@mail.com once stated:
> I have to send and receive UDP packets containing unsigned shorts, for
> a diagnostic tool I'm writing.  Can someone point me in the right
> direction?

  Do you have issues with network programming?  What Lua module to use? (Lua
socket)  How to send an unsigned short (or shorts)?  What platform is this
for?  (answers may depend on that)  

  -spc