@Eyal ,
I will look for an indoor flight log from a stinger. At hover, the power usage should be around 110-115W based on motor dyno tests. The peak motor current can go up to 300W (per motor), but it's not possible to have all 4 motors maxed out.
Regarding ethernet.. It is actually possible to establish a full wired interface using the same usb interface that is used for ADB. it is a lot more efficient that using something like adb port forwarding. We have some scripts that set up the full network with NAT, when voxl2 / voxl2 mini is connected to a linux host. There is one script that enables the usb ethernet in voxl2 kernel and then there is the host side script to set up the networking and tcp/ip rules for NAT (so that voxl2 can access internet via the host) -- the NAT part is actually optional.
Actually the first part (without NAT) is already documented here, you could try it : https://docs.modalai.com/qgc-via-adb/ -- this will give you a full tcp/ip connection to the linux host.
For downloading log files, we get about 35-37MB/s, it seems to be a 400Mbps link. Even with 1Gbps usb3 adapters we don't get full 1Gbps, so this may be the best you can get. Can you clarify your application for the network connection?
Alex