use of il.ac.technion.cs.smarthouse.system.sensors.SensorsLocalServer in project Smartcity-Smarthouse by TechnionYP5777.
the class GenericSensorTest method init.
@Before
public void init() {
builder = new SensorBuilder().setCommname("testComm").setAlias("testAlias");
systemCore = new SystemCore();
server = new SensorsLocalServer(systemCore.getFileSystem());
new Thread(server).start();
}
Aggregations