[Twisted-Python] twisted & USB
Aloha is anybody aware of code allowing to attach to USB devices with twisted? The only piece of code I found is the twistification of pywws (Weather Station) on https://gist.github.com/claws/2464017 The code works, but I'm scratching my head if there is a better solution to this problem, although USB across platforms seems to be a monster to tackle. Werner
On Oct 23, 2013, at 3:18 PM, Werner Thie <werner@thieprojects.ch> wrote:
Aloha
is anybody aware of code allowing to attach to USB devices with twisted?
The only piece of code I found is the twistification of pywws (Weather Station) on
https://gist.github.com/claws/2464017
The code works, but I'm scratching my head if there is a better solution to this problem, although USB across platforms seems to be a monster to tackle.
Sounds like this code ought to be extracted into a, let's say, txUSB project, then. Seems like 'weather_station.py' is the wrong module for a class called 'UsbDevice', at any rate :-). I'm not aware of anyone else working on such a thing yet. -glyph
participants (2)
-
Glyph
-
Werner Thie