Urgh.... feeling the burn about now.
So putting [dumpOSC 9001] does not produce the object, same with [packOSC] or [mrpeach/packOSC]. These were all type in on the RPI running 0.46.2. I have no idea what do now... PD just says '...couldn't create'.
I tried using what @alexandros recommended, the build in [oscformat] and [oscparse], just using the info in the help files and usually port 9001, but nothing was transmitted.
I then tried to simplify it further and just use [netsend] and [netreceive], again using 9001. But nothing. This did have a snippet of information. For testing I'm sending between my Mac and rpi, the send was on the Mac. The PD window states 'netsend: connection refused (61)'.
I then tried using port 3001, and I don't get the error message, but nothing is transmitted to the RPI.
Really at a loss at the moment. Just to clarify, logic behind creating a network connection in PD is: Open the connection, listen to the connection, send the data. This is correct yeah?
As long as they are both connected to the same network, this should work I assume? The only thing that I have read that could be an issue is that you need to make sure that port is unused, but I have no idea to check that. I was working with 9001 as the Floss manual mentions it (and I think says its was PD uses natively, but not sure if I'm right on that... I think max/msp might be the same...).
I would think the only other issue could be the data I was sending, and how it is received, but I'm just using the installed help patches, which by the looks of things should just print the integers sent.