Added getopt to select mode #1; Added udpserver #2

This commit is contained in:
2017-12-15 12:03:53 +01:00
parent 1afa4504ab
commit c298de57a8
10 changed files with 208 additions and 54 deletions

3
udpserver.h Normal file
View File

@@ -0,0 +1,3 @@
void die(char *s); //For debugging
void udpserver(void); //start the server by calling this function
int processUDPInput(char *input);