tags:

views:

18

answers:

0

After googling a lot, I've found AMF libraries for PHP, Perl, Java, Python, Ruby... but none in C. Some of them have a C implementation, but it's too tied to the hosting language and they don't compile with a bare C compiler.

Do you know of any pure C (or C++) implementation of AMF protocol? If not, which do you think would be the easiest way to get one working?

Thank you very much.