robotconscience / ofxLibwebsockets

[Deprecated] openFrameworks wrapper of libwebsockets for WebSocket client and server functionality
Other
171 stars 68 forks source link

Use new ofJson #72

Open robotconscience opened 8 years ago

robotconscience commented 8 years ago

For OF 0.10.0

smallfly commented 8 years ago

Hi,

Are you waiting for OF 0.10.0 to be released to move on this. With ofJson coming soon (and already available in the master branch) I guess the #60 is irrelevant.

Cheers,

Hugues.

robotconscience commented 8 years ago

Hey Hugues!

I am indeed–can't wait to remove another dependency :)

I haven't started work on that yet, but if it's in master I might as well get that going! Do you still need a fix for #60 or can we wait for the 0.10.0?

smallfly commented 8 years ago

Hi Brett,

Well, a Json lib has been added to the repo, but there is no ofJson class yet. Do you know if there is a plan to create an actual ofJson object?

Yep, I still need a fix for #60 , but it may be easier for me to keep ofxLibwebsockets as is and to manage my other needs using the lib included in OF's core.

robotconscience commented 8 years ago

From the looks of it, ofJson is real! https://github.com/openframeworks/openFrameworks/tree/master/examples/input_output/jsonExample

So, I need to get to work with this and ofxSpacebrew :+1:

smallfly commented 8 years ago

Oh nice! I did not check in the examples. If you ever need, I would be glad to help.

robotconscience commented 8 years ago

@smallfly Just pushed a 0.9.2 branch, give it a spin! Did a lot of "fastest as I could" coding, so definitely need to test more. Have to sign off for tonight, but will check in on it tomorrow.

robotconscience commented 8 years ago

(And thank you–would love a hand!)