added some UDP server code

initialising UDP server succesfull, callback running
have not yet tried to receive a broadcast
This commit is contained in:
joran2738
2023-11-07 23:37:16 +01:00
parent 142aad264c
commit bdf445b708
3 changed files with 73 additions and 30 deletions

View File

@@ -40,5 +40,10 @@ char* get_owner_details_name(owner_details_t*);
char* get_owner_details_surname(owner_details_t*);
char* get_owner_details_reply(owner_details_t*);
err_t init_UDP_server();
#endif /* INC_UDP_BROADCAST_H_ */