Re: [opennms-devel] FYI: Xmlrpcd

2011-04-09 Thread Benjamin Reed
On 4/8/11 4:42 PM, Corey Osman wrote: > I have built a few apps with xmlrpcserver and noticed that it transfers way > too much data because of all the xml tags. JSON uses about 1/10th of the > bandwidth in comparison. There is a simplejsonserver available on github > somewhere that does the sa

Re: [opennms-devel] FYI: Xmlrpcd

2011-04-09 Thread Corey Osman
FYI, I have built a few apps with xmlrpcserver and noticed that it transfers way too much data because of all the xml tags. JSON uses about 1/10th of the bandwidth in comparison. There is a simplejsonserver available on github somewhere that does the same thing with very little code change.

[opennms-devel] FYI: Xmlrpcd

2011-04-08 Thread Benjamin Reed
I did some testing of Xmlrpcd today to make sure it works with IPv6. In the process, I ended up making up a little python script that uses the SimpleXMLRPCServer to stub out an event receiver, so you can test/use Xmlrpcd. It's checked into contrib if anyone's interested. =) localhost - - [08