merged Ians section of the code and added a few functionalities

This commit is contained in:
Maliakal Dhanya
2014-05-28 18:04:26 +02:00
parent de319249cd
commit 0ee11cffb3
10 changed files with 59 additions and 26 deletions

View File

@ -18,6 +18,7 @@
#include <string.h>
#include "Beb.h"
#include "slsDetectorServer_defs.h" //include port number
using namespace std;
@ -72,7 +73,7 @@ int main(int argc, char* argv[]){
// unsigned short int port_number = atoi(argv[1]);
unsigned short int port_number = 43212;
unsigned short int port_number = BEB_PORT;
if(!SetupListenSocket(port_number)) return 1;