-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wont work on windows/ Rewrite done for openFrameworks #2
Comments
So i have rewritten it to work with open frameworks on both mac and windows and i would like to share my code the main thing i overhauled was changing the udp requests to an openframeworks specific connector |
NtpClient.cpp
NtpClient.h
caller method
|
adminfriso
changed the title
Wont work on windows
Wont work on windows/ Rewrite done for openFrameworks
Jan 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: