I've wanted to learn python for a while, and started talking about python html-servers with a friend. One sleepless night later I have communication going on with my python script and the nabaztag.
So far I've only managed to send the bytecode, tell the logging information and have some ambient lights blinking. Slow progress, but progress nevertheless. Sending the encrypted commands is a bit pain, but I think I have the encryption function working.
One day with python behind and loving it.
Oh, and thank you moo--- at #python.fi for some bitwise-advice :)
sunnuntai 21. maaliskuuta 2010
Tilaa:
Lähetä kommentteja (Atom)
With regard to the encryption, take a look at http://www.cs.uta.fi/reports/dsarja/D-2007-11.pdf (page 52).
VastaaPoistaIs the code for pNabServer available online?