chipKIT® Development Platform

Inspired by Arduino™

How can I use WCF on WF32?

Created Tue, 16 Feb 2016 09:44:25 +0000 by zgsnj1234


zgsnj1234

Tue, 16 Feb 2016 09:44:25 +0000

I want to use the WCF(which I have upload to the remote server) on the board WF32. How can I do ? Or any library support it? :) Cheers


majenko

Tue, 16 Feb 2016 10:07:25 +0000

What's WCF?


GrahamM242

Sat, 20 Feb 2016 17:07:08 +0000

If you're using WCF, I presume you're trying to send RESTful/SOAP/JSON type requests? I'm not aware of any library, but building the requests shouldn't be particularly difficult. If you're trying to receive such requests, it is going to be a fair bit of work to correctly parse them.