[erlang-questions] Cowboy based XML-RPC server

Schneider schneider@REDACTED
Sat Jul 19 18:08:19 CEST 2014


Point taken. I'll have a look at Yaws then.

Any advice on the client side?

Thanks,
Frans

> Op 19 jul. 2014 om 18:05 heeft Steve Vinoski <vinoski@REDACTED> het volgende geschreven:
> 
> "Seems like" and "is" often differ by a significant amount. The only real way to know is to measure.
> 
> Just because a system is full featured does not mean that all those features are all active at all times. A number of Yaws users use it embedded situations and rely on only the parts they need.
> 
> --steve
> 
> 
>> On Sat, Jul 19, 2014 at 11:18 AM, Schneider <schneider@REDACTED> wrote:
>> I know, but it is not as light weight as Cowboy I guess. It seems overkill for what a typical ROS node does, i.e. Registering with the ROS master and protocol necotiation with other nodes. 
>> 
>>> Op 19 jul. 2014 om 16:43 heeft Steve Vinoski <vinoski@REDACTED> het volgende geschreven:
>>> 
>> 
>>> 
>>> 
>>> 
>>>> On Sat, Jul 19, 2014 at 8:47 AM, Frans Schneider <schneider@REDACTED> wrote:
>>>> Hi,
>>>> 
>>>> I have to implement XML-RPC to get my system to communicate with ROS [1].  To implement a ROS node, I need both an XML-RPC client and XML-RPC server. Nothing fancy and preferable very light-weight. Cowboy seems to be a very nice framework, but since I am totally new to implementing XML-RPC and I can't find anything on Cowboy + XML-RPC, I could use some advice or pointers to examples.
>>> 
>>> The yaws web server provides XML-RPC support:
>>> 
>>> https://github.com/klacke/yaws
>>> 
>>> --steve
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140719/062d9d98/attachment.htm>


More information about the erlang-questions mailing list