Re: [PATCH v2 11/11] usbip: USB over WebSocket

2015-04-23 Thread Steve Calfee
If you are looking for a good C websockets library, gpl etc try: https://libwebsockets.org/trac/libwebsockets I used it in a project and was very pleased with how it worked and the support where it is hosted. Regards, Steve On Wed, Apr 22, 2015 at 11:52 PM, fx IWATA NOBUO

RE: [PATCH v2 11/11] usbip: USB over WebSocket

2015-04-23 Thread fx IWATA NOBUO
Hi Steve, If you are looking for a good C websockets library, gpl etc try: https://libwebsockets.org/trac/libwebsockets I used it in a project and was very pleased with how it worked and the support where it is hosted. I checked libwebsockets ago but I misunderstood it doesn't support

RE: [PATCH v2 11/11] usbip: USB over WebSocket

2015-04-23 Thread fx IWATA NOBUO
Hi Bjørn This cannot possibly be necessary. Pointing to the toplevel COPYING file should be more than enough, if anything at all. And BTW, the same goes for the tools/usb/usbip/COPYING that seems to have snuck in somehow. I also wonder a bit about the AUTHORS file both places. We have

Re: [PATCH v2 11/11] usbip: USB over WebSocket

2015-04-21 Thread Bjørn Mork
Nobuo Iwata nobuo.iw...@fujixerox.co.jp writes: Implementation of this patch depends on Poco C++ (http://pocoproject.org/). Really? Is that OK? --- /dev/null +++ b/tools/usb/usbip/websocket/COPYING This cannot possibly be necessary. Pointing to the toplevel COPYING file should be more

[PATCH v2 11/11] usbip: USB over WebSocket

2015-04-14 Thread Nobuo Iwata
This patch adds utilities transmit packets via WebSocket protocol. WebSocket version of utilities as following. usbws : command usbwsa : application-side daemon usbwsd : device-side daemon The command supports all sub-command (ie. list, connect, disconnect, port, bind, unbind, attach and