Skip to content

How to compile #3

Answered by TheBeef
fabriziotappero asked this question in Q&A
Discussion options

You must be logged in to vote

Hi fabriziotappero,

I have updated the readme to try to make it a bit clearer.

However here is the answers to your questions directly :)

Question 1
HOWEVER you must provide functions to access your sockets. A Posix/Berkeley sockets example is provided (as well as a WinSock example). Therefor you must be able to compile on a Posix system with Berkeley sockets.

what does that mean?

Bitty HTTP is not locked into one socket library, if you have some other kind of sockets library (other than Posix sockets for example) you can connect in to them. I have seen SPI based chips that had very different socket API's. Bitty HTTP was build to support these type of things.

I did provide example use stan…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by TheBeef
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2 on February 03, 2024 21:30.