Skip to content

Need Help - After sento() "Bv", I keep getting b'\x1f\x00\x00\x00\x00' #2

Description

@tak2hu

Hi, I captured the network packets from my ipad to the E88 drone using a Hackintosh. I tried the following piece of code with port 7099:

video_address = ("192.168.1.1", 7099)
video = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)

# Use your IP here
video.bind(("192.168.1.100", 19797))

# The message 'Bv' will start the video stream from the drone
video_start_message = str.encode('Bv')
video.sendto(video_start_message, video_address)

data, server = video.recvfrom(2048)

but the data received was always b'\x1f\x00\x00\x00\x00'

I have the packet capture here

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions