- support for Mock WirelessNodes.
- use BaseStation::Mock() to create a mock BaseStation.
- use WirelessNode::Mock() to create a mock WirelessNode (pass in the mock BaseStation).
- WirelessNodeConfig can be used to set options, which can be verified and applied (will write to eeprom cache).
- SyncSamplingNetwork can work with mock Nodes, which can be verified and applied (will write to eeprom cache).
- use WirelessNode::getEepromCache() to get an <EepromLocation, value> map of the eeprom cache.