Skip to content

Wont work on windows/ Rewrite done for openFrameworks #2

@adminfriso

Description

@adminfriso

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions