Jonas Zimmermann
Jonas Zimmermann
Sent a ~600MB example file via a dropbox service to your github email.
Thanks for working on it. I guess it'd still be useful, as I need to organise a collection of scans without access to SlidePath. Thanks again.
Thanks, this helped me get the fb device created (is there a way to not having to load he modules by hand / in /etc/modules?). However, using an APA102 matrix,...
Sorry to open this again... Can you weigh in on best ways to capture the data? Essentially what I would do is to add a `CBSDKCALLBACK_ALL`, which extracts appropriate data...
`conType` was `CBSDKCONNECTION_DEFAULT`, but `CBSDKCONNECTION_UDP` does not make a difference. If I set `con` for the first instance as well (with `con.szInIP = "192.168.137.1";`), that request times out as well....
OK, I assume there is a reason that under Linux it binds to .255, but on Windows it binds to .1. However, if it has to bind to .255 under...
hm. My understanding of networking is admittedly weak, but would they not have to be on a netmask that includes the NSPs (which sit at `.128`)? So it'd have to...
Just a wee update: If I set `SO_BINDTODEVICE`, I can get sockets to behave, and traffic goes to the right NSP (I think): ``` char dev[] = "eth2"; ret =...
Thanks, your `iptables` rule brought me on the right track. I'll have to test this more extensively, but initial tests show that packets go out to the right interfaces and...
Not quite there yet … The connection tracker interferes (I think) … at the moment, a little bare-bones test program that opens sockets for the two NSPs and sends a...