In the specific protocol I'm writing a script for, I need to send a lot of different data types through the packet, such as U32, and S8. (Unsigned 32 bit, signed 8 bit). Does ruby support these types of variables? How can I send them through a packet? I'm still learning about networking and ruby, so if I said anything that doesn't make sense, please forgive me. -- Posted via http://www.ruby-forum.com/.