I've currently got a patch which I'd like to move over to iOS to run on pdparty. I've got most of it running on pd vanilla, however I've got some parts using the REST object from the PuREST external which are making http requests to other boxes on the network which will respond to them.

I'm trying to use netsend to do the same thing and have managed to get a python http server to see them running on the same machine and I've been connecting to the devices' IP addresses on port 80.

Is there something I'm missing here? The requests work in a web browser or via curl in the command line.