I have successfully implemented your NTP client in an openframeworks application and it works perfectly on mac.
However on windows it would not compile because it cannot find the libaries
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
#include <netinet/in.h>
have you experienced this already and maybe an idea for a solution?
I have successfully implemented your NTP client in an openframeworks application and it works perfectly on mac.
However on windows it would not compile because it cannot find the libaries
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
#include <netinet/in.h>
have you experienced this already and maybe an idea for a solution?