6 lines
104 B
C
6 lines
104 B
C
#define PORT "2884"
|
|
#define MAXDATASIZE 128
|
|
#define SENDING_FREQ 10
|
|
#define SERVER_ADDRESS "127.0.0.1"
|
|
|