HTML interface and Ardupilot

Hello,

Im trying to develop a custom interface to send and recieve information from the Erle-brain 3 (send parameters, and receive flight info), I want to develop that interface using HTML5 and Javascript, but I don´t know how to communicate APM binaries (Im building a custom binary), Can I use MAVProxy/MAVlink ? Wich software do you recommend to do that?

Thanks,

If you cross compile for a Linux target, the waf uploader just uses rsync.
For your application you could just pick a file transfer tool you’re familiar with (even FTP).