My TINI doesn't seem to receive any broadcast packets - is broadcast supported?
Created May 4, 2012
Tim Rohaly
In order for broadcast packets to be received by the TINI board you must first set the subnet mask using the ipconfig -m command from slush. Note that when you set the subnet mask, you have to also set the gateway with the -g option.
Alternatively, you can set the subnet mask programmatically by invoking the setSubnetMask() method of com.dalsemi.tininet.TININet.