On 01/13/2016 03:19 AM, Billy Stiltner wrote:
networking from mobmuplat on ipad to linux should be as easy as adding a [netreceive -u portNumber] | [print udp] to see if its connecting shouldn't it?
not necessarily. you are running [netreceive] in FUDI mode. this means that it will only output messages if they are properly formatted as FUDI.
a better check is to run in raw (aka binary) mode:
[netreceive -b -u portNumber]
gfmdsar IOhannes