Added udpclient #2

This commit is contained in:
2017-12-15 12:36:47 +01:00
parent c298de57a8
commit 4651ee674a
4 changed files with 53 additions and 11 deletions

View File

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