25 um server using a config.txt file

This commit is contained in:
Dhanya Maliakal
2017-08-03 14:16:18 +02:00
parent 37dd32f1b0
commit fbee70818a
10 changed files with 220 additions and 12 deletions

View File

@ -99,6 +99,7 @@ int init_detector( int b) {
setMaster(GET_MASTER);
setSynchronization(GET_SYNCHRONIZATION_MODE);
startReceiver(0);
setMasterSlaveConfiguration();
}
strcpy(mess,"dummy message");
strcpy(lastClientIP,"none");