Re: Adding different file descriptors to curls before select()

2015-09-10 Thread Rich Gray
Bo Mellberg wrote: Hi list, I'm building an embedded application that talks serial, bluetooth via openobex and http. For the first ones I have file descriptors as they are returned by "open" and "OBEX_GetFD". Now, trying to combine these together with the curl file descriptor sets, I can't get

Adding different file descriptors to curls before select()

2015-09-09 Thread Bo Mellberg
Hi list, I'm building an embedded application that talks serial, bluetooth via openobex and http. For the first ones I have file descriptors as they are returned by "open" and "OBEX_GetFD". Now, trying to combine these together with the curl file descriptor sets, I can't get my head around it. I