RPC question

20 Feb 2011

Hopefully this is the correct place for this question....

I just received my MBED(s) and started playing. For the project I am working on I would like to use RPC(across HTTP) to interface to a data acquisition system.

So here is my question: Can I see rpc.h via the online tools?

Thanks in advance, Sean.

20 Feb 2011

Hi Sean,

Yep, exactly the right place to ask! Take a look here:

Hope that is useful to you. There are also some pages in the cookbook with rpc examples under the interfacing with other languages section.

Simon

20 Feb 2011

Thank you!

That's exactly what I needed.

I had already found the rpc examples, the svn link you gave will help fill in the blanks.

Sean.

03 Dec 2012

Where would it appear in the source tree? I'm looking at altering the serial handler but whenever I do alterations it reports it can no longer find rpc.h and won't compile.

03 Dec 2012

Hi Oliver,

Oliver Broad wrote:

Where would it appear in the source tree? I'm looking at altering the serial handler but whenever I do alterations it reports it can no longer find rpc.h and won't compile.

The RPC logic has been moved in a totally separate open source library: mbed-rpc

Cheers, Emilio