lua-users home
lua-l archive

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


Sorry for the non-specific request...

I was asking specifically about reading and writing unsigned shorts,
not using socket in general...

Wednesday, November 21, 2012, 11:36:21 AM, you wrote:

> 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