Replies: 8 comments 10 replies
-
|
Hi, I had the intention to implement the socket layer a while ago. After I had started, something more important stalled this work, and I didn't pick it up since then again. What is currently published on the https://github.com/smuehlst/circle-stdlib/tree/circle-socket branch is some initial infrastructure code without any functionality. I don't remember exactly but I may have more code locally, I can check that tomorrow. At the moment I won't promise anything, but potentially I will pick this work up again if there is interest. Best regards |
Beta Was this translation helpful? Give feedback.
-
|
Great, thanks! pottendoAm 30.01.2024 21:51 schrieb Stephan Mühlstrasser ***@***.***>:
I see now that there is first some work required to merge the most recent circle-stdlib release into the circle-socket branch. After that I will think about the next steps.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
hi, I jumped further to get a mongoose webserver doing something and made some little progress.
of course the values may be incorrect and functions behind are missing, but for a first connection, these are probably not needed.
Not sure if this is helpful for you, but I at least gives you thumbs up! Looking forward to any feeback! |
Beta Was this translation helpful? Give feedback.
-
Ok, I see that this is a bug, thanks for reporting this. I will fix that with the upcoming circle-stdlib release that syncs with the recent Circle release step 46. |
Beta Was this translation helpful? Give feedback.
-
|
@pottendo Tbe duplicate definition of |
Beta Was this translation helpful? Give feedback.
-
|
@pottendo I now picked up development of the socket feature again. @rsta2 supported this with an important addition to Circle's socket implementation, so that it was now possible to implement the The new development takes place on the https://github.com/smuehlst/circle-stdlib/tree/circle-socket-2 The implementation is still in a very early stage, and lots of functions from the socket API are not yet implemented. But the implementation is functional enough to run a slightly modified version of the Mongoose web server that you mentioned earlier. This is demonstrated in a corresponding sample application: https://github.com/smuehlst/circle-stdlib/tree/circle-socket-2/samples/06-socket |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I may give it a try - not to change my application; that's too much change - but in general. thanks for efforts you're investing - great work, pottendo |
Beta Was this translation helpful? Give feedback.
-
|
hi, when building libgloss. Further, I'm not sure what to checkout for building the 06-samples. minimum I think these: thx, pottendo |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
thanks for the library and the effort of keeping this alive.
I've used circle-stdlib now to do this: https://github.com/pottendo/pottendo-Pi1541
Today I started writing on a socket layer to wrap Circle CSocket. The background would be to port 'mongoose' to Circle as it features a few nice functions.
Now I stumbled over your 'circe-socket' branch, which seems not to be continued since a while.
What's the status on this project? Any plans to merge it into the master tree?
(Haven't tried this branch, yet - does it make sense?)
thanks for any feedback!
pottendo
Beta Was this translation helpful? Give feedback.
All reactions