Re: UDP decode

2016-10-26 Thread Julian Madoz
Thanks for response! I don't know what can appear because the values changes 30 times per second. I only know the format. -- https://mail.python.org/mailman/listinfo/python-list

Re: UDP decode

2016-10-25 Thread Chris Angelico
On Wed, Oct 26, 2016 at 2:19 PM, wrote: > b'/osceleton2/joint\x00\x00\x00,siid\x00\x00\x00head\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05C\xec\xad&C\xa0\x81vDG\x84N?\x80\x00\x00Bu\x7f\xedh5f\x9b' > -- > > > It supouse to be this: >

UDP decode

2016-10-25 Thread julimadoz
Hi! I'm using Kinect with OSCeleton and it is sending the data thru UDP. I can receive it in python, but i can't decode it. I have this: -- import socket UDP_IP = "127.0.0.1" UDP_PORT = 7110 sock = socket.socket(socket.AF_INET, # Internet