Welcome! This blog is a collection of all sorts of things we want to record either for ourselves of things we think might be of use for others. Articles are from Birgit and Matt Fullerton; maybe at some point our kids will write some articles too.

All articles


  1. Get pnet to do UDP blocking

    Pnet is a MEX-file-based toolbox for Octave/MATLAB. The help instructions would lead you to believe that UDP reads block by default, but this didn’t work for me: I had to specify a timeout. You can specify Inf, but given that you can’t ctrl-c out of a program whilst the MEX part is running, I’d recommend

    read more