Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
flockwave-server / server / ext / virtual_uavs / fw_upload.py
Size: Mime:
"""Functions and objects related to uploading a virtual firmware to a virtual
UAV in order to allow testing and demonstrating the remote firmware update
functionality.
"""

__all__ = ("FIRMWARE_UPDATE_TARGET_ID",)

FIRMWARE_UPDATE_TARGET_ID = "io.skybrush.server.virtual_uav.firmware"