You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm interested in using this library on a windows machine. My dev board is the TI LaunchPad. I'm getting some include errors on netinet/in.h. Do I need cygwin or something to correct this?
The text was updated successfully, but these errors were encountered:
If you want to run the POSIX code on Windows, you will need to compile in an environment (like Cygwin/MinGW) which provides the needed socket APIs.
If you want to use on the TI Launchpad, you should use the microcoap API to generate packets, then send them over whatever network interface you are using.
What I liked the best about microcoap is that it does not really need cygwin or anything. You can just delete that include and call the socket (or any other interface) as you want. The others coap implementations I've looked at are too much coupled to POSIX sockets. Congrats.
Hi, I'm interested in using this library on a windows machine. My dev board is the TI LaunchPad. I'm getting some include errors on netinet/in.h. Do I need cygwin or something to correct this?
The text was updated successfully, but these errors were encountered: