APWeb
APWeb copied to clipboard
ArduPilot web server interface
APWeb seems to be sending [REQUEST_DATA_STREAM](https://mavlink.io/en/messages/common.html#REQUEST_DATA_STREAM) messages at about 10hz and within this message it requests the flight controller set all stream rates to 4hz. This interferes with the ROS/SLAM...
Hi all, i'm experimenting with APweb together with IP-VPN-tunneling platforms, which basically are two: tailscale and zerotier. Generally i prefer the first, as it seems to have better video stream...
On pymavlink 2.3.4, I am unable to compile APWeb from source. I get the error message: ``` mavgen.py --lang C modules/mavlink/message_definitions/v1.0/ardupilotmega.xml -o generated/mavlink --wire-protocol=2.0 Validating modules/mavlink/message_definitions/v1.0/ardupilotmega.xml Parsing modules/mavlink/message_definitions/v1.0/ardupilotmega.xml Note: message...
APWeb seems to be using a system-id = 67 and component-id = 72 when sending [REQUEST_DATA_STREAM](https://mavlink.io/en/messages/common.html#REQUEST_DATA_STREAM) messages. I think it would be better to use a system-id of 1 to...
Hi, it seems there is a problem with MAVlink v2.0, files generated using pymavlink in C using ardupilotmega msg definitions. ``` mavlink_json.o: In function `mavlink_message_send_args': /APWeb/mavlink_json.c:271: undefined reference to `mavlink_set_proto_version'...
apweb shuts down if I do the following: - place a .jpg file on the filesystem - open the apweb file browser (http://10.0.1.128/filesystem.html) and click on the jpg file -...
Need to find a way to link this file to the build output of ardupilot. There are project using this APWeb now (e.g. Companion) and it would be beneficial to...